From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 4 13: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 E2B1E1065697 for ; Sat, 4 Sep 2010 13: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 B74818FC0C for ; Sat, 4 Sep 2010 13: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 o84De6bc018026 for ; Sat, 4 Sep 2010 13: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 o84De6AI018025; Sat, 4 Sep 2010 13:40:06 GMT (envelope-from gnats) Date: Sat, 4 Sep 2010 13:40:06 GMT Message-Id: <201009041340.o84De6AI018025@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: Sat, 04 Sep 2010 13:40:07 -0000 The following reply was made to PR ports/150235; it has been noted by GNATS. From: Alex Samorukov To: bug-followup@FreeBSD.org, wollman@hergotha.csail.mit.edu Cc: Subject: Re: ports/150235: sysutils/smartmontools build system bug Date: Sat, 04 Sep 2010 15:29:46 +0200 After code review i`m against this commit. We are using /usr/src/sys/dev/ciss/cissio.h to denable ciss support. This file is not in the source tree, so in case of removing it smartmontools will build w/o cissio support. I think that PR is a false at all - why do you need to have out-of-sync source tree? Only think is possible to do with this is to replace order of the includes.