diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-11 09:32:09 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-11 09:32:09 +0000 |
commit | 22d14000a56aaaf6fff38301370ef8173417a08d (patch) | |
tree | 28d3950316a06455b7fb461480062d7b00f80b77 /devel/automake15 | |
parent | 6bb28a13bd1569c87af1346f012ff792ac03dae9 (diff) | |
download | ports-22d14000a56aaaf6fff38301370ef8173417a08d.tar.gz ports-22d14000a56aaaf6fff38301370ef8173417a08d.zip |
Notes
Diffstat (limited to 'devel/automake15')
-rw-r--r-- | devel/automake15/Makefile | 1 | ||||
-rw-r--r-- | devel/automake15/files/patch-ad | 22 |
2 files changed, 18 insertions, 5 deletions
diff --git a/devel/automake15/Makefile b/devel/automake15/Makefile index 0862b307db76..940618519106 100644 --- a/devel/automake15/Makefile +++ b/devel/automake15/Makefile @@ -7,6 +7,7 @@ PORTNAME= automake PORTVERSION= 1.4.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= automake diff --git a/devel/automake15/files/patch-ad b/devel/automake15/files/patch-ad index ef9a6f42c14b..ddf7317ff655 100644 --- a/devel/automake15/files/patch-ad +++ b/devel/automake15/files/patch-ad @@ -1,5 +1,8 @@ ---- aclocal.in.orig Mon Jan 11 11:35:27 1999 -+++ aclocal.in Wed Jul 19 19:13:05 2000 + +$FreeBSD$ + +--- aclocal.in.orig Sun Jul 15 13:52:18 2001 ++++ aclocal.in Sat Aug 11 12:28:32 2001 @@ -34,6 +34,8 @@ # Note that this isn't pkgdatadir, but a separate directory. $acdir = "@datadir@/aclocal"; @@ -9,7 +12,7 @@ # Some globals. # Exit status. -@@ -103,6 +105,9 @@ +@@ -106,6 +108,9 @@ local (@dirlist) = &parse_arguments (@ARGV); @@ -19,7 +22,7 @@ &scan_m4_files ($acdir, @dirlist); &scan_configure; if (! $exit_status) -@@ -266,12 +271,13 @@ +@@ -279,12 +284,13 @@ $file_contents{'acinclude.m4'} = &scan_file ('acinclude.m4'); } @@ -34,7 +37,7 @@ foreach $file (sort grep (! /^\./, readdir (DIR))) { # Only examine .m4 files. -@@ -281,6 +287,12 @@ +@@ -294,6 +300,12 @@ next if $file eq 'aclocal.m4'; $fullfile = $m4dir . '/' . $file; @@ -47,3 +50,12 @@ $file_contents{$fullfile} = &scan_file ($fullfile); } closedir (DIR); +@@ -400,7 +412,7 @@ + elsif ($map{$1} ne 'acinclude.m4' || $file eq 'acinclude.m4') + { + warn "aclocal: $file: $.: duplicated macro \`$1'\n"; +- $exit_status = 1; ++ # $exit_status = 1; + } + print STDERR "Found macro $1 in $file: $.\n" if $verbosity; + } |