Index: head/ports-mgmt/poudriere-devel/Makefile =================================================================== --- head/ports-mgmt/poudriere-devel/Makefile (revision 417434) +++ head/ports-mgmt/poudriere-devel/Makefile (revision 417435) @@ -1,39 +1,39 @@ # $FreeBSD$ PORTNAME= poudriere DISTVERSION= 3.1.99.20160624 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ GH PKGNAMESUFFIX= -devel MAINTAINER= bdrewery@FreeBSD.org COMMENT= Port build and test system LICENSE= BSD2CLAUSE CONFLICTS_INSTALL= poudriere-[0-9]* USE_GITHUB= yes GH_ACCOUNT= freebsd GH_TAGNAME= 3.0-1677-g146fc3f #DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME} GNU_CONFIGURE= yes ETCDIR= ${PREFIX}/etc/poudriere.d OPTIONS_DEFINE= ZSH QEMU EXAMPLES OPTIONS_DEFAULT=ZSH OPTIONS_SUB= yes QEMU_DESC= Add qemu-user-static to compile ports for non-x86 architectures QEMU_RUN_DEPENDS= qemu-user-static>0:emulators/qemu-user-static post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ ${INSTALL_DATA} ${WRKSRC}/completions/zsh/_poudriere \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ .include Index: head/ports-mgmt/poudriere-devel/files/patch-mkdir-vp =================================================================== --- head/ports-mgmt/poudriere-devel/files/patch-mkdir-vp (nonexistent) +++ head/ports-mgmt/poudriere-devel/files/patch-mkdir-vp (revision 417435) @@ -0,0 +1,19 @@ +commit e7a21685d30fc183b46cd7c5e0f134ce3a6126fc +Author: Bryan Drewery +Date: Fri Jun 24 08:52:08 2016 -0700 + + Don't use -v for mkdir + +diff --git src/share/poudriere/common.sh src/share/poudriere/common.sh +index 00eecca..75c02b7 100755 +--- src/share/poudriere/common.sh ++++ src/share/poudriere/common.sh +@@ -1179,7 +1179,7 @@ do_jail_mounts() { + + fi + echo ${nullpaths} | tr ' ' '\n' | sed -e "s,^/,${mnt}/," | \ +- xargs mkdir -vp ++ xargs mkdir -p + for nullpath in ${nullpaths}; do + [ -d "${from}${nullpath}" -a "${from}" != "${mnt}" ] && \ + ${NULLMOUNT} -o ro "${from}${nullpath}" "${mnt}${nullpath}" Property changes on: head/ports-mgmt/poudriere-devel/files/patch-mkdir-vp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property