From ae53822424ed4ecd3b23e95d96cd6844c5ca82c2 Mon Sep 17 00:00:00 2001
From: Ade Lovett <ade@FreeBSD.org>
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 <dada@pluto.tugraz.at>
---
 devel/autoconf262/files/patch-autoreconf.in | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 devel/autoconf262/files/patch-autoreconf.in

(limited to 'devel/autoconf262/files')

diff --git a/devel/autoconf262/files/patch-autoreconf.in b/devel/autoconf262/files/patch-autoreconf.in
new file mode 100644
index 000000000000..e0545245db62
--- /dev/null
+++ b/devel/autoconf262/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 v1.2.3