From tony@krusty.scroner.com  Wed Apr 10 22:46:55 2013
Return-Path: <tony@krusty.scroner.com>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 539E1253
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 10 Apr 2013 22:46:55 +0000 (UTC)
	(envelope-from tony@krusty.scroner.com)
Received: from krusty.scroner.com (krusty.scroner.com [12.47.45.153])
	by mx1.freebsd.org (Postfix) with ESMTP id 231F9F29
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 10 Apr 2013 22:46:54 +0000 (UTC)
Received: from krusty.scroner.com (localhost [127.0.0.1])
	by krusty.scroner.com (8.14.5/8.14.5) with ESMTP id r3AMJ7VT010832
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 10 Apr 2013 17:19:08 -0500 (CDT)
	(envelope-from tony@krusty.scroner.com)
Received: (from tony@localhost)
	by krusty.scroner.com (8.14.5/8.14.5/Submit) id r3AMJ7BA010831;
	Wed, 10 Apr 2013 17:19:07 -0500 (CDT)
	(envelope-from tony)
Message-Id: <201304102219.r3AMJ7BA010831@krusty.scroner.com>
Date: Wed, 10 Apr 2013 17:19:07 -0500 (CDT)
From: Tony Morlan <tony@scroner.com>
Reply-To: Tony Morlan <tony@scroner.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] security/aide: bison build dependency skipped
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         177772
>Category:       ports
>Synopsis:       [patch] security/aide: bison build dependency skipped
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    cy
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 10 22:50:00 UTC 2013
>Closed-Date:    Thu Apr 11 19:54:28 UTC 2013
>Last-Modified:  Thu Apr 11 20:00:00 UTC 2013
>Originator:     Tony Morlan
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD neptune.servadmin.com 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64


	
>Description:
The "USES= bison" line is given after bsd.port.pre.mk is included, which causes the bison dependency not to be added to the build depends list. In a situation where bison isn't already installed, such as when building packages in a jail with ports-mgmt/poudriere, the configure step fails.
>How-To-Repeat:
$ make build-depends-list
/usr/ports/devel/autoconf
/usr/ports/devel/gmake
/usr/ports/security/mhash

>Fix:

	


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->cy 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Apr 10 22:50:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177772 

From: Tony Morlan <tony@scroner.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177772: [patch] security/aide: bison build dependency
 skipped
Date: Wed, 10 Apr 2013 20:17:59 -0500

 --zYM0uCDKw75PZbzx
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Patch didn't seem to make it, retrying.
 
 --zYM0uCDKw75PZbzx
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="aide.patch.txt"
 
 --- Makefile.pre	2013-04-10 16:15:10.000000000 -0500
 +++ Makefile	2013-04-10 16:21:08.000000000 -0500
 @@ -13,11 +13,11 @@
  COMMENT=	Replacement and extension for Tripwire
  
  LIB_DEPENDS=	mhash.2:${PORTSDIR}/security/mhash
 +USES=		bison
  
  .include <bsd.port.pre.mk>
  
  USE_GMAKE=	yes
 -USES=		bison
  USE_AUTOTOOLS=	autoconf
  GNU_CONFIGURE=	yes
  CONFIGURE_ARGS+=--with-mhash \
 
 --zYM0uCDKw75PZbzx--
State-Changed-From-To: open->analyzed 
State-Changed-By: cy 
State-Changed-When: Thu Apr 11 13:50:04 UTC 2013 
State-Changed-Why:  
Introduced by r313635. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177772 
State-Changed-From-To: analyzed->closed 
State-Changed-By: cy 
State-Changed-When: Thu Apr 11 19:51:41 UTC 2013 
State-Changed-Why:  
Committed. Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177772 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177772: commit references a PR
Date: Thu, 11 Apr 2013 19:53:56 +0000 (UTC)

 Author: cy
 Date: Thu Apr 11 19:53:48 2013
 New Revision: 315787
 URL: http://svnweb.freebsd.org/changeset/ports/315787
 
 Log:
   Fix bison build dependency (from r313635).
   
   PR:		177772
   Approved by:	portmgr (bdrewery)
 
 Modified:
   head/security/aide/Makefile
 
 Modified: head/security/aide/Makefile
 ==============================================================================
 --- head/security/aide/Makefile	Thu Apr 11 18:54:11 2013	(r315786)
 +++ head/security/aide/Makefile	Thu Apr 11 19:53:48 2013	(r315787)
 @@ -13,11 +13,11 @@ MAINTAINER=	cy@FreeBSD.org
  COMMENT=	Replacement and extension for Tripwire
  
  LIB_DEPENDS=	mhash.2:${PORTSDIR}/security/mhash
 +USES=		bison
  
  .include <bsd.port.pre.mk>
  
  USE_GMAKE=	yes
 -USES=		bison
  USE_AUTOTOOLS=	autoconf
  GNU_CONFIGURE=	yes
  CONFIGURE_ARGS+=--with-mhash \
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
