From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 5 19:40:06 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 C508710656D6 for ; Sun, 5 Sep 2010 19:40:06 +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 B42CD8FC0A for ; Sun, 5 Sep 2010 19:40:06 +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 o85Je6SB012243 for ; Sun, 5 Sep 2010 19:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o85Je6ex012237; Sun, 5 Sep 2010 19:40:06 GMT (envelope-from gnats) Date: Sun, 5 Sep 2010 19:40:06 GMT Message-Id: <201009051940.o85Je6ex012237@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Alex Samorukov 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: Alex Samorukov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Sep 2010 19:40:06 -0000 The following reply was made to PR ports/150235; it has been noted by GNATS. From: Alex Samorukov To: Giorgos Keramidas Cc: Garrett Wollman , bug-followup@freebsd.org, developers@freebsd.org Subject: Re: ports/150235: sysutils/smartmontools build system bug Date: Sun, 05 Sep 2010 21:30:30 +0200 >> header needs to be installed in /usr/include, end of story. >> -I/usr/src/sys is never acceptable in userland code. >> > We support building the kernel itself from arbitrary locations, even > using arbitrary OBJDIR locations. I don't think userland code should > depend on /usr/src or /usr/obj as absolute paths. They are not part of > the 'published interface' of the kernel and they should never be, as > long as we want to support building e.g. with MAKEOBJDIRPREFIX set to > something like '/home/keramida/work/freebsd/obj.i386'. > Thats a good point. I can add SRC_BASE variable to the port, with /usr/src as default. E.g. emulators/rtc do this way.