Adaptec 2100, asr driver

Tim Zingelman zingelman at fnal.gov
Thu Dec 21 07:53:02 PST 2006


On Thu, 14 Dec 2006, Marc G. Fournier wrote:

> This kind of information (ie. options ASR_COMPAT) would be good to add to the
> pkg_message for ports like this ... same thing trip'd me up the other day, and
> someone let me know about it ...
>

and here's a patch... I guess I should send-pr it too... done... (but no
reference number has come back yet after 10 minutes)

Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/sysutils/asr-utils/Makefile,v
retrieving revision 1.11
diff -w -u -b -r1.11 Makefile
--- Makefile    30 Jul 2005 08:38:59 -0000      1.11
+++ Makefile    20 Nov 2006 17:03:11 -0000
@@ -75,4 +75,6 @@
 post-install:
        @${INSTALL_MAN} ${WRKSRC}/raidutil.8 ${PREFIX}/man/man8/

+       @${CAT} ${PKGMESSAGE}
+
 .include <bsd.port.post.mk>


===================================================================
New file: pkg-message

*****************************************************
*** options ASR_COMPAT is required in your kernel ***
*** to use these tools on FreeBSD 5.x and higher  ***
*****************************************************


===================================================================

 - Tim


More information about the freebsd-stable mailing list