diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-28 09:38:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-28 09:38:17 +0000 |
commit | 2dae4f1218c79d00d5479d9b20b7aa421928bb2d (patch) | |
tree | 89a6360e32e0e8c5fdf71c08c0b5afcc7113c849 /devel | |
parent | 9ae4aead591c4111b2097ed36dee834cef10f27d (diff) | |
download | pkgsrc-2dae4f1218c79d00d5479d9b20b7aa421928bb2d.tar.gz |
Avoid rebuilding the info file. Closes PR 27041 by Naoto Morishima.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/automake/Makefile | 7 | ||||
-rw-r--r-- | devel/automake/distinfo | 3 | ||||
-rw-r--r-- | devel/automake/patches/patch-aa | 13 |
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"; \ |