From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 9 19:30:16 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75DF91065702 for ; Sat, 9 Jun 2012 19:30:16 +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 47E998FC14 for ; Sat, 9 Jun 2012 19:30:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q59JUGJB020701 for ; Sat, 9 Jun 2012 19:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q59JUGEg020698; Sat, 9 Jun 2012 19:30:16 GMT (envelope-from gnats) Date: Sat, 9 Jun 2012 19:30:16 GMT Message-Id: <201206091930.q59JUGEg020698@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Garrett Cooper Cc: Subject: Re: misc/153049: [build] PORTS_MODULES= seriously broken if port depends on an executable X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Garrett Cooper List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jun 2012 19:30:16 -0000 The following reply was made to PR misc/153049; it has been noted by GNATS. From: Garrett Cooper To: bug-followup@FreeBSD.org, Pascal.Stumpf@cubes.de Cc: Subject: Re: misc/153049: [build] PORTS_MODULES= seriously broken if port depends on an executable Date: Sat, 9 Jun 2012 12:24:08 -0700 Seems like a dupe of ports/161452 ; dougb has another patch out to improve this as well: http://lists.freebsd.org/pipermail/freebsd-current/2012-June/034526.html . What should be committed is an intersection of the two patches. -Garrett