Date: Thu, 21 Dec 2006 08:52:59 -0600 (CST) From: Tim Zingelman <zingelman@fnal.gov> To: "Marc G. Fournier" <scrappy@hub.org> Cc: stable@freebsd.org, obrien@freebsd.org Subject: Re: Adaptec 2100, asr driver Message-ID: <Pine.GSO.4.58.0612210832430.22821@nova.fnal.gov> In-Reply-To: <CCA9077321BFFCB7B7CCF3BA@ganymede.hub.org> References: <457E9222.2090406@withagen.nl> <458034A7.6010106@pingle.org> <CCA9077321BFFCB7B7CCF3BA@ganymede.hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.58.0612210832430.22821>