aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf268
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-06-30 21:42:59 +0000
committerAde Lovett <ade@FreeBSD.org>2004-06-30 21:42:59 +0000
commitae53822424ed4ecd3b23e95d96cd6844c5ca82c2 (patch)
treeb47550a41f57147269020188a90d87f244980ad8 /devel/autoconf268
parent94bb619804b8e26189eaaf48b7cb8b37d1b8d1f5 (diff)
downloadports-ae53822424ed4ecd3b23e95d96cd6844c5ca82c2.tar.gz
ports-ae53822424ed4ecd3b23e95d96cd6844c5ca82c2.zip
Fix for auto-creation of an auxiliary directory when using the base
version of perl in 4.x Whilst the package list isn't affected, PORTREVISION has been bumped to warn 4.x users -- those on 5.x don't necessarily have to update. PR: 68509 Submitted by: Martin Kammerhofer <dada@pluto.tugraz.at>
Notes
Notes: svn path=/head/; revision=112630
Diffstat (limited to 'devel/autoconf268')
-rw-r--r--devel/autoconf268/Makefile1
-rw-r--r--devel/autoconf268/files/patch-autoreconf.in7
2 files changed, 8 insertions, 0 deletions
diff --git a/devel/autoconf268/Makefile b/devel/autoconf268/Makefile
index b2e5c1a61332..59de6f3d2905 100644
--- a/devel/autoconf268/Makefile
+++ b/devel/autoconf268/Makefile
@@ -7,6 +7,7 @@
PORTNAME= autoconf
PORTVERSION= 2.59
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= autoconf
diff --git a/devel/autoconf268/files/patch-autoreconf.in b/devel/autoconf268/files/patch-autoreconf.in
new file mode 100644
index 000000000000..e0545245db62
--- /dev/null
+++ b/devel/autoconf268/files/patch-autoreconf.in
@@ -0,0 +1,7 @@
+--- bin/autoreconf.in.orig Fri Oct 3 07:31:23 2003
++++ bin/autoreconf.in Wed Jun 30 20:15:18 2004
+@@ -488,3 +488,3 @@
+ verb "$configure_ac: creating directory $aux_dir";
+- mkdir $aux_dir
++ mkdir $aux_dir, 0777
+ or error "cannot create $aux_dir: $!";