From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 6 04:20:07 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83CBE10656BD for ; Mon, 6 Sep 2010 04:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 727FB8FC16 for ; Mon, 6 Sep 2010 04:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o864K7IR049916 for ; Mon, 6 Sep 2010 04:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o864K7rV049915; Mon, 6 Sep 2010 04:20:07 GMT (envelope-from gnats) Date: Mon, 6 Sep 2010 04:20:07 GMT Message-Id: <201009060420.o864K7rV049915@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Garrett Wollman Cc: Subject: Re: ports/150235: sysutils/smartmontools build system bug X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Garrett Wollman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2010 04:20:07 -0000 The following reply was made to PR ports/150235; it has been noted by GNATS. From: Garrett Wollman To: bug-followup@freebsd.org Cc: Subject: Re: ports/150235: sysutils/smartmontools build system bug Date: Mon, 6 Sep 2010 00:19:11 -0400 < 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