mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Import upstream fix for pkgng users-- failed on tc Setup if perl was installed
via pkgng Approved by: itetcu (maintainer)
This commit is contained in:
parent
28cba33987
commit
fe0512fec7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300041
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= tinderbox
|
||||
DISTVERSION= 3.4${SNAP}
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= http://tinderbox.marcuscom.com/ \
|
||||
|
16
ports-mgmt/tinderbox-devel/files/patch-lib-tinderlib.sh
Normal file
16
ports-mgmt/tinderbox-devel/files/patch-lib-tinderlib.sh
Normal file
@ -0,0 +1,16 @@
|
||||
Index: lib/tinderlib.sh
|
||||
===================================================================
|
||||
RCS file: /space/cvs/marcuscom-cvs/portstools/tinderbox/lib/tinderlib.sh,v
|
||||
retrieving revision 1.69
|
||||
diff -u -r1.69 tinderlib.sh
|
||||
--- lib/tinderlib.sh 20 Jun 2012 20:47:42 -0000 1.69
|
||||
+++ lib/tinderlib.sh 26 Jun 2012 19:42:23 -0000
|
||||
@@ -664,7 +664,7 @@
|
||||
|
||||
for r in ${reqs} ; do
|
||||
if [ "${use_pkgng}" = "yes" ]; then
|
||||
- if [ -z $(pkg info -q ${r}) ]; then
|
||||
+ if [ -z $(pkg info -qgO ${r}) ]; then
|
||||
missing="${missing} ${r}"
|
||||
error=1
|
||||
fi
|
Loading…
Reference in New Issue
Block a user