pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/gtexinfo Add patch so this does not depend on GN...
details: https://anonhg.NetBSD.org/pkgsrc/rev/df2bf132f99a
branches: trunk
changeset: 477931:df2bf132f99a
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jul 12 21:28:28 2004 +0000
description:
Add patch so this does not depend on GNU make.
diffstat:
devel/gtexinfo/Makefile | 3 +--
devel/gtexinfo/distinfo | 3 ++-
devel/gtexinfo/patches/patch-aa | 13 +++++++++++++
3 files changed, 16 insertions(+), 3 deletions(-)
diffs (47 lines):
diff -r 45d8e6e61b73 -r df2bf132f99a devel/gtexinfo/Makefile
--- a/devel/gtexinfo/Makefile Mon Jul 12 19:27:05 2004 +0000
+++ b/devel/gtexinfo/Makefile Mon Jul 12 21:28:28 2004 +0000
@@ -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 @@
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 -r 45d8e6e61b73 -r df2bf132f99a devel/gtexinfo/distinfo
--- a/devel/gtexinfo/distinfo Mon Jul 12 19:27:05 2004 +0000
+++ b/devel/gtexinfo/distinfo Mon Jul 12 21:28:28 2004 +0000
@@ -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 -r 45d8e6e61b73 -r df2bf132f99a devel/gtexinfo/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gtexinfo/patches/patch-aa Mon Jul 12 21:28:28 2004 +0000
@@ -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:
Home |
Main Index |
Thread Index |
Old Index