Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Sep 2010 04:20:07 GMT
From:      Garrett Wollman <wollman@bimajority.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/150235: sysutils/smartmontools build system bug
Message-ID:  <201009060420.o864K7rV049915@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/150235; it has been noted by GNATS.

From: Garrett Wollman <wollman@bimajority.org>
To: bug-followup@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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009060420.o864K7rV049915>