mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
ports-mgmt/poudriere: Bring in fix for distclean make.conf error
Fixes https://github.com/freebsd/poudriere/issues/910
This commit is contained in:
parent
9dae753b09
commit
c555f0f92a
@ -1,6 +1,6 @@
|
||||
PORTNAME= poudriere
|
||||
DISTVERSION= 3.3.7
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
|
||||
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
|
||||
|
@ -0,0 +1,24 @@
|
||||
commit 8bfaa898b32370bbfff9bf37fc833d7abc4b8b67
|
||||
Author: Bryan Drewery <bryan@shatow.net>
|
||||
Date: Sat Aug 28 11:57:56 2021 -0700
|
||||
|
||||
distclean: Fix reading make.conf
|
||||
|
||||
Fixes #910
|
||||
Fixes fa0308152e6 ("Move make.conf ports_env handling to its own not-spammy file")
|
||||
|
||||
(cherry picked from commit 95971acb6ffd51b2432a38efd1111dd189f68edd)
|
||||
|
||||
diff --git src/share/poudriere/distclean.sh src/share/poudriere/distclean.sh
|
||||
index 08889f1dd..f77163fc4 100755
|
||||
--- src/share/poudriere/distclean.sh
|
||||
+++ src/share/poudriere/distclean.sh
|
||||
@@ -144,7 +144,7 @@ for PTNAME in ${PTNAMES}; do
|
||||
|
||||
__MAKE_CONF=$(mktemp -t poudriere-make.conf)
|
||||
export __MAKE_CONF
|
||||
- setup_ports_env "/" "${__MAKE_CONF}"
|
||||
+ setup_ports_env "" "${__MAKE_CONF}"
|
||||
if [ -z "${NO_PACKAGE_BUILDING}" ]; then
|
||||
echo "BATCH=yes"
|
||||
echo "PACKAGE_BUILDING=yes"
|
Loading…
Reference in New Issue
Block a user