svn commit: r354329 - head/ports-mgmt/poudriere-devel

Bryan Drewery bdrewery at FreeBSD.org
Sat May 17 15:48:51 UTC 2014


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


More information about the svn-ports-all mailing list