summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2004-09-28 09:38:17 +0000
committerwiz <wiz>2004-09-28 09:38:17 +0000
commit0c7dc25a7835fabb13ad97c26f93337347363cef (patch)
tree89a6360e32e0e8c5fdf71c08c0b5afcc7113c849 /devel
parentedf949d72c1b772f59e4796d7b3f047151a2002e (diff)
downloadpkgsrc-0c7dc25a7835fabb13ad97c26f93337347363cef.tar.gz
Avoid rebuilding the info file. Closes PR 27041 by Naoto Morishima.
Diffstat (limited to 'devel')
-rw-r--r--devel/automake/Makefile7
-rw-r--r--devel/automake/distinfo3
-rw-r--r--devel/automake/patches/patch-aa13
3 files changed, 16 insertions, 7 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile
index d62e9b68e5f..fa651c0dfaa 100644
--- a/devel/automake/Makefile
+++ b/devel/automake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2004/09/21 12:21:05 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2004/09/28 09:38:17 wiz Exp $
#
DISTNAME= automake-1.9.2
@@ -23,11 +23,6 @@ _STRIPFLAG_INSTALL= # none
EVAL_PREFIX+= M4DIR=m4
M4= ${M4DIR}/bin/${GNU_PROGRAM_PREFIX}m4
-MAKEINFOFLAGS= --no-split
-MAKE_ENV+= MAKEINFOFLAGS="${MAKEINFOFLAGS}"
-
-USE_MAKEINFO= YES
-TEXINFO_REQD= 4.5
INFO_FILES= automake.info
PERL5_REQD+= 5.5
diff --git a/devel/automake/distinfo b/devel/automake/distinfo
index 0d305444a74..fd40965cd5c 100644
--- a/devel/automake/distinfo
+++ b/devel/automake/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.21 2004/09/21 12:21:05 wiz Exp $
+$NetBSD: distinfo,v 1.22 2004/09/28 09:38:17 wiz Exp $
SHA1 (automake-1.9.2.tar.bz2) = 08ffd24981591d414089046aa14afe88e469f954
Size (automake-1.9.2.tar.bz2) = 731007 bytes
+SHA1 (patch-aa) = 5faa883609df5432dd0516e472587f191bc58ba4
diff --git a/devel/automake/patches/patch-aa b/devel/automake/patches/patch-aa
new file mode 100644
index 00000000000..2698ebc4c3d
--- /dev/null
+++ b/devel/automake/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.7 2004/09/28 09:38:17 wiz Exp $
+
+--- doc/Makefile.in.orig 2004-09-19 23:40:13.000000000 +0200
++++ doc/Makefile.in
+@@ -225,7 +225,7 @@ automake.dvi: automake.texi $(srcdir)/ve
+ automake.pdf: automake.texi $(srcdir)/version.texi $(automake_TEXINFOS)
+ automake.html: automake.texi $(srcdir)/version.texi $(automake_TEXINFOS)
+ $(srcdir)/version.texi: $(srcdir)/stamp-vti
+-$(srcdir)/stamp-vti: automake.texi $(top_srcdir)/configure
++$(srcdir)/stamp-vti: automake.texi
+ @(dir=.; test -f ./automake.texi || dir=$(srcdir); \
+ set `$(SHELL) $(top_srcdir)/lib/mdate-sh $$dir/automake.texi`; \
+ echo "@set UPDATED $$1 $$2 $$3"; \