- Quick fix: change 'make config' with 'make config-conditional'.
It's exactly I meant. Reported by: Larry Rosenman <ler at lerctr.org>
This commit is contained in:
parent
7f8ca42f30
commit
0d0640d075
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165695
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 2.1.4
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
|
11
ports-mgmt/portupgrade-devel/files/patch-bin-portupgrade
Normal file
11
ports-mgmt/portupgrade-devel/files/patch-bin-portupgrade
Normal file
@ -0,0 +1,11 @@
|
||||
--- bin/portupgrade.orig Sun Jun 18 22:23:44 2006
|
||||
+++ bin/portupgrade Sun Jun 18 22:24:10 2006
|
||||
@@ -774,7 +774,7 @@
|
||||
cmdargs << 'ECHO_MSG=/usr/bin/true'
|
||||
end
|
||||
|
||||
- cmdargs << 'config'
|
||||
+ cmdargs << 'config-conditional'
|
||||
|
||||
progress_message "Run 'make config' for #{origin}"
|
||||
if ! system "cd #{portdir} && #{shelljoin(*cmdargs)}"
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 2.1.4
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
|
11
ports-mgmt/portupgrade/files/patch-bin-portupgrade
Normal file
11
ports-mgmt/portupgrade/files/patch-bin-portupgrade
Normal file
@ -0,0 +1,11 @@
|
||||
--- bin/portupgrade.orig Sun Jun 18 22:23:44 2006
|
||||
+++ bin/portupgrade Sun Jun 18 22:24:10 2006
|
||||
@@ -774,7 +774,7 @@
|
||||
cmdargs << 'ECHO_MSG=/usr/bin/true'
|
||||
end
|
||||
|
||||
- cmdargs << 'config'
|
||||
+ cmdargs << 'config-conditional'
|
||||
|
||||
progress_message "Run 'make config' for #{origin}"
|
||||
if ! system "cd #{portdir} && #{shelljoin(*cmdargs)}"
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 2.1.4
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
|
11
sysutils/portupgrade-devel/files/patch-bin-portupgrade
Normal file
11
sysutils/portupgrade-devel/files/patch-bin-portupgrade
Normal file
@ -0,0 +1,11 @@
|
||||
--- bin/portupgrade.orig Sun Jun 18 22:23:44 2006
|
||||
+++ bin/portupgrade Sun Jun 18 22:24:10 2006
|
||||
@@ -774,7 +774,7 @@
|
||||
cmdargs << 'ECHO_MSG=/usr/bin/true'
|
||||
end
|
||||
|
||||
- cmdargs << 'config'
|
||||
+ cmdargs << 'config-conditional'
|
||||
|
||||
progress_message "Run 'make config' for #{origin}"
|
||||
if ! system "cd #{portdir} && #{shelljoin(*cmdargs)}"
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 2.1.4
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
|
11
sysutils/portupgrade/files/patch-bin-portupgrade
Normal file
11
sysutils/portupgrade/files/patch-bin-portupgrade
Normal file
@ -0,0 +1,11 @@
|
||||
--- bin/portupgrade.orig Sun Jun 18 22:23:44 2006
|
||||
+++ bin/portupgrade Sun Jun 18 22:24:10 2006
|
||||
@@ -774,7 +774,7 @@
|
||||
cmdargs << 'ECHO_MSG=/usr/bin/true'
|
||||
end
|
||||
|
||||
- cmdargs << 'config'
|
||||
+ cmdargs << 'config-conditional'
|
||||
|
||||
progress_message "Run 'make config' for #{origin}"
|
||||
if ! system "cd #{portdir} && #{shelljoin(*cmdargs)}"
|
Loading…
Reference in New Issue
Block a user