From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 4 23:40:08 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 2DD3710656D4 for ; Sat, 4 Sep 2010 23:40:08 +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 1CFA28FC08 for ; Sat, 4 Sep 2010 23:40:08 +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 o84Ne7ga031982 for ; Sat, 4 Sep 2010 23:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o84Ne7fq031981; Sat, 4 Sep 2010 23:40:07 GMT (envelope-from gnats) Date: Sat, 4 Sep 2010 23:40:07 GMT Message-Id: <201009042340.o84Ne7fq031981@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: Sat, 04 Sep 2010 23:40:08 -0000 The following reply was made to PR ports/150235; it has been noted by GNATS. From: Garrett Wollman To: Alex Samorukov Cc: bug-followup@FreeBSD.org Subject: Re: ports/150235: sysutils/smartmontools build system bug Date: Sat, 4 Sep 2010 19:25:12 -0400 < said: > Also this PR is bogus because CPPFLAGS="$CPPFLAGS -I/usr/src/sys" mean > that it will include CPPFLAGS, and only then - /usr/src/sys. So if > system headers are correct and exists then /usr/src/sys should not > override them Normally, $CPPFLAGS is the empty string. What you say might be true if $CPPFLAGS were "-nostdinc -I/usr/include", but that is never the case. -GAWollman