From e65c367bccc1964170cd5c50a69d167d4515a22a Mon Sep 17 00:00:00 2001 From: ade Date: Wed, 30 Jun 2004 21:42:59 +0000 Subject: 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 --- devel/gnu-autoconf/Makefile | 1 + devel/gnu-autoconf/files/patch-autoreconf.in | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 devel/gnu-autoconf/files/patch-autoreconf.in (limited to 'devel/gnu-autoconf') diff --git a/devel/gnu-autoconf/Makefile b/devel/gnu-autoconf/Makefile index b2e5c1a61332..59de6f3d2905 100644 --- a/devel/gnu-autoconf/Makefile +++ b/devel/gnu-autoconf/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/gnu-autoconf/files/patch-autoreconf.in b/devel/gnu-autoconf/files/patch-autoreconf.in new file mode 100644 index 000000000000..e0545245db62 --- /dev/null +++ b/devel/gnu-autoconf/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: $!"; -- cgit