summaryrefslogtreecommitdiff
path: root/devel/gtexinfo
diff options
context:
space:
mode:
authorwiz <wiz>2004-07-12 21:28:28 +0000
committerwiz <wiz>2004-07-12 21:28:28 +0000
commit4aeb97dab3a39d175171f573aef1a74ff7d7432b (patch)
tree3259aaf3a5bdf3612e72654e41bef944062e5766 /devel/gtexinfo
parentc7720827545c5c8fa5c9b95fbafd2c759ce519c2 (diff)
downloadpkgsrc-4aeb97dab3a39d175171f573aef1a74ff7d7432b.tar.gz
Add patch so this does not depend on GNU make.
Diffstat (limited to 'devel/gtexinfo')
-rw-r--r--devel/gtexinfo/Makefile3
-rw-r--r--devel/gtexinfo/distinfo3
-rw-r--r--devel/gtexinfo/patches/patch-aa13
3 files changed, 16 insertions, 3 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile
index e7c3f533a7a..277c1f98389 100644
--- a/devel/gtexinfo/Makefile
+++ b/devel/gtexinfo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2004/07/04 23:17:59 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2004/07/12 21:28:28 wiz Exp $
DISTNAME= texinfo-4.7
PKGNAME= g${DISTNAME}
@@ -13,7 +13,6 @@ COMMENT= GNU info file manipulation utilities
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
-USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
INFO_FILES= info-stnd.info info.info texinfo
TEST_TARGET= check
diff --git a/devel/gtexinfo/distinfo b/devel/gtexinfo/distinfo
index 321ebea9e24..e391818be66 100644
--- a/devel/gtexinfo/distinfo
+++ b/devel/gtexinfo/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.17 2004/07/04 23:17:59 wiz Exp $
+$NetBSD: distinfo,v 1.18 2004/07/12 21:28:28 wiz Exp $
SHA1 (texinfo-4.7.tar.bz2) = c0e7d2d40b4fa12278fd1da4fd57159289799504
Size (texinfo-4.7.tar.bz2) = 1418717 bytes
+SHA1 (patch-aa) = edbb34ee6fb4130e319d4fa9362cd0c387ecf296
SHA1 (patch-ab) = c07560dfd7a64aa2202c02f18f47861a993729a0
SHA1 (patch-ac) = 01baf8634edcecab0b5edaeddf1e38811cab490d
SHA1 (patch-ad) = c5c3374322eb8a2c8dfc7871971b73194ab1b14c
diff --git a/devel/gtexinfo/patches/patch-aa b/devel/gtexinfo/patches/patch-aa
new file mode 100644
index 00000000000..5bd9e1894f6
--- /dev/null
+++ b/devel/gtexinfo/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.12 2004/07/12 21:28:28 wiz Exp $
+
+--- util/Makefile.in.orig 2004-07-12 22:13:07.000000000 +0200
++++ util/Makefile.in
+@@ -559,7 +559,7 @@ uninstall-am: uninstall-binPROGRAMS unin
+ # we don't actually use version.texi in the rule, but it's one way of
+ # noticing when the version changes.
+ texinfo.cat: texinfo-cat.in $(top_srcdir)/doc/version.texi
+- sed 's/__VERSION__/@VERSION@/g' $< >$@
++ sed 's/__VERSION__/@VERSION@/g' $(srcdir)/texinfo-cat.in $(top_srcdir)/doc/version.texi >$@
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT: