ports/150235: sysutils/smartmontools build system bug
Garrett Wollman
wollman at bimajority.org
Mon Sep 6 04:20:07 UTC 2010
The following reply was made to PR ports/150235; it has been noted by GNATS.
From: Garrett Wollman <wollman at bimajority.org>
To: bug-followup at freebsd.org
Cc:
Subject: Re: ports/150235: sysutils/smartmontools build system bug
Date: Mon, 6 Sep 2010 00:19:11 -0400
<<On Sun, 5 Sep 2010 20:20:45 -0700, Michael Smith <msmith at freebsd.org> said:
> I haven't maintained the ciss driver in a long time. I'm sure what
> you're asking for is reasonable, but you'd need to find out who's
> currently looking after it...
I believe the following patch (untested) will install the header
files in the proper location. (This is based on the 8.1 tree that I
currently have checked out.)
-GAWollman
Index: include/Makefile
===================================================================
--- include/Makefile (revision 212140)
+++ include/Makefile (working copy)
@@ -39,7 +39,7 @@
sys vm
LSUBDIRS= cam/ata cam/scsi \
- dev/acpica dev/an dev/bktr dev/firewire dev/hwpmc \
+ dev/acpica dev/an dev/bktr dev/ciss dev/firewire dev/hwpmc \
dev/ic dev/iicbus ${_dev_ieee488} dev/lmc dev/mfi dev/ofw \
dev/pbio ${_dev_powermac_nvram} dev/ppbus dev/smbus \
dev/speaker dev/usb dev/utopia dev/vkbd dev/wi \
Index: etc/mtree/BSD.include.dist
===================================================================
--- etc/mtree/BSD.include.dist (revision 212140)
+++ etc/mtree/BSD.include.dist (working copy)
@@ -92,6 +92,8 @@
..
bktr
..
+ ciss
+ ..
firewire
..
hwpmc
More information about the freebsd-ports-bugs
mailing list