Date: Sat, 17 May 2014 15:48:50 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354329 - head/ports-mgmt/poudriere-devel Message-ID: <201405171548.s4HFmoiN004279@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Sat May 17 15:48:50 2014 New Revision: 354329 URL: http://svnweb.freebsd.org/changeset/ports/354329 QAT: https://qat.redports.org/buildarchive/r354329/ Log: - Update to checkin 3a2569440b - Fix build on 9.1 which does not have F_DUPFD_CLOEXEC Changes: * status/jail -l: Fix sort(1) error on <10 * Fix crash with SIGINFO done too early in build * Prevent appending the same make.conf multiple times * Fix (-s) showing in sanity when pkg is missing * Fix jail -u * jail -u: Name the jail with -default so it can be stopped with jail -k. * Add ALLOW_MAKE_JOBS_PACKAGES which lets the named package globs to always run with MAKE_JOBS regardless of ALLOW_MAKE_JOBS. Default is set to allow 'pkg' and 'ccache' to build with MAKE_JOBS as they typically holdup the rest of the build. * No longer run 'make clean' before building a port as it is not needed due to always using a WRKDIRPREFIX * Fix -a to work with bad-styled category Makefiles * sem(4) is only needed on <9 Modified: head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere-devel/distinfo Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Sat May 17 15:39:32 2014 (r354328) +++ head/ports-mgmt/poudriere-devel/Makefile Sat May 17 15:48:50 2014 (r354329) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 3.0.99.20140509 +PORTVERSION= 3.0.99.20140517 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://fossil.etoilebsd.net/poudriere/tarball/ @@ -15,7 +15,7 @@ LICENSE= BSD2CLAUSE CONFLICTS_INSTALL= poudriere-[0-9]* -FSL_CHKIN= f86a423218 +FSL_CHKIN= 3a2569440b GNU_CONFIGURE= yes ETCDIR= ${PREFIX}/etc/poudriere.d Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Sat May 17 15:39:32 2014 (r354328) +++ head/ports-mgmt/poudriere-devel/distinfo Sat May 17 15:48:50 2014 (r354329) @@ -1,2 +1,2 @@ -SHA256 (poudriere-3.0.99.20140509.tar.gz?uuid=f86a423218) = 6599991799b8e53738740fc0a2185353db58ef4f414f3aa3eecf518ec536682a -SIZE (poudriere-3.0.99.20140509.tar.gz?uuid=f86a423218) = 2683532 +SHA256 (poudriere-3.0.99.20140517.tar.gz?uuid=3a2569440b) = ccde223af6f90ab514510b4376dde5a325c9bc1ea10943bca7d32cb1b6bdfeaf +SIZE (poudriere-3.0.99.20140517.tar.gz?uuid=3a2569440b) = 2685116
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405171548.s4HFmoiN004279>