From owner-svn-ports-head@FreeBSD.ORG Sat May 17 15:48:51 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3CD40508; Sat, 17 May 2014 15:48:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 104B32E86; Sat, 17 May 2014 15:48:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4HFmoZS004288; Sat, 17 May 2014 15:48:50 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4HFmoiN004279; Sat, 17 May 2014 15:48:50 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201405171548.s4HFmoiN004279@svn.freebsd.org> From: Bryan Drewery Date: Sat, 17 May 2014 15:48:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354329 - head/ports-mgmt/poudriere-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2014 15:48:51 -0000 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