aboutsummaryrefslogtreecommitdiff
path: root/devel/automake110
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2007-01-31 01:03:40 +0000
committerAde Lovett <ade@FreeBSD.org>2007-01-31 01:03:40 +0000
commit04e0801127e71754b4c766812834455b30fca538 (patch)
tree7f5b0b03328416d3ad58f2c473b9d64646a17734 /devel/automake110
parentf7687982c22e9a59448eb41bed36e5252a70ea03 (diff)
downloadports-04e0801127e71754b4c766812834455b30fca538.tar.gz
ports-04e0801127e71754b4c766812834455b30fca538.zip
Fix botched patch, ensuring that automake 1.10 actually uses
autoconf 2.61 like it's supposed to. PR: 107672 Submitted by: Charming Sun <snnn119@gmail.com>
Notes
Notes: svn path=/head/; revision=183750
Diffstat (limited to 'devel/automake110')
-rw-r--r--devel/automake110/Makefile1
-rw-r--r--devel/automake110/files/patch-aclocal.in2
-rw-r--r--devel/automake110/files/patch-automake.in2
3 files changed, 3 insertions, 2 deletions
diff --git a/devel/automake110/Makefile b/devel/automake110/Makefile
index deb22ee6c9ae..5caa24d48eb3 100644
--- a/devel/automake110/Makefile
+++ b/devel/automake110/Makefile
@@ -7,6 +7,7 @@
PORTNAME= automake
PORTVERSION= 1.10
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= automake
diff --git a/devel/automake110/files/patch-aclocal.in b/devel/automake110/files/patch-aclocal.in
index 84e0108dd999..55e48977e3ac 100644
--- a/devel/automake110/files/patch-aclocal.in
+++ b/devel/automake110/files/patch-aclocal.in
@@ -15,5 +15,5 @@
@@ -650,3 +650,3 @@
- my $traces = ($ENV{AUTOM4TE} || 'autom4te');
-+ my $traces = ($ENV{AUTOM4TE} || 'autom4te259');
++ my $traces = ($ENV{AUTOM4TE} || 'autom4te261');
$traces .= " --language Autoconf-without-aclocal-m4 ";
diff --git a/devel/automake110/files/patch-automake.in b/devel/automake110/files/patch-automake.in
index de0b9c2f2026..263e50d82978 100644
--- a/devel/automake110/files/patch-automake.in
+++ b/devel/automake110/files/patch-automake.in
@@ -8,5 +8,5 @@
@@ -4440,3 +4440,3 @@
- my $traces = ($ENV{AUTOCONF} || 'autoconf') . " ";
-+ my $traces = ($ENV{AUTOCONF} || 'autoconf259') . " ";
++ my $traces = ($ENV{AUTOCONF} || 'autoconf261') . " ";