Bug 177772 - [patch] security/aide: bison build dependency skipped
Summary: [patch] security/aide: bison build dependency skipped
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-10 23:50 UTC by Tony Morlan
Modified: 2013-04-11 21:00 UTC (History)
0 users

See Also:


Attachments
aide.patch.txt (374 bytes, text/plain; charset=us-ascii)
2013-04-11 02:17 UTC, Tony Morlan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Morlan 2013-04-10 23:50:00 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-10 23:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cy

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Tony Morlan 2013-04-11 02:17:59 UTC
Patch didn't seem to make it, retrying.
Comment 3 Cy Schubert freebsd_committer freebsd_triage 2013-04-11 14:50:04 UTC
State Changed
From-To: open->analyzed

Introduced by r313635.
Comment 4 Cy Schubert freebsd_committer freebsd_triage 2013-04-11 20:51:41 UTC
State Changed
From-To: analyzed->closed

Committed. Thanks.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-04-11 20:53:56 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"