summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfredb <fredb>2005-05-25 13:45:36 +0000
committerfredb <fredb>2005-05-25 13:45:36 +0000
commit8b02d34ecd8bb36c9c57b3806dc01e2c61d158bc (patch)
tree86c4786607e90906b5194f80b168cdc464d82d20
parent346423b321216fd3274c552bb670ed4950c4246a (diff)
downloadpkgsrc-8b02d34ecd8bb36c9c57b3806dc01e2c61d158bc.tar.gz
Remove a long-standing dependency on gmake by adding ".h" to ${.SUFFIXES}
in lynx's makefile, as discussed on the lynx-devel and netbsd-users mailing lists. Patch supplied by Klaus Klein in private email.
-rw-r--r--www/lynx/Makefile3
-rw-r--r--www/lynx/distinfo3
-rw-r--r--www/lynx/patches/patch-ag13
3 files changed, 16 insertions, 3 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index 28e4fa390ff..5d03e649541 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2005/05/22 20:08:45 jlam Exp $
+# $NetBSD: Makefile,v 1.81 2005/05/25 13:45:36 fredb Exp $
#
DISTNAME= lynx2.8.5
@@ -27,7 +27,6 @@ DIST_SUBDIR= lynx
WRKSRC= ${WRKDIR}/${DISTNAME:S/./-/g}
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake
INSTALL_TARGET= install-full install-lss
MAKEFILE= makefile
diff --git a/www/lynx/distinfo b/www/lynx/distinfo
index 84a4033f7e4..27240c68dcd 100644
--- a/www/lynx/distinfo
+++ b/www/lynx/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2005/02/24 14:08:33 wiz Exp $
+$NetBSD: distinfo,v 1.16 2005/05/25 13:45:36 fredb Exp $
SHA1 (lynx/lynx2.8.5.tar.bz2) = c70866f67c1365b55e0c9c0c569190f5919d28d4
RMD160 (lynx/lynx2.8.5.tar.bz2) = 80d20261ac6eaebe1d940fb5de485daaad7bb3b7
@@ -9,3 +9,4 @@ Size (lynx/2.8.5rel.2.patch.gz) = 2445 bytes
SHA1 (patch-aa) = ac17101b5dfa296298f1fcd58e8b14673c2855bb
SHA1 (patch-ae) = 5dff036d9fc35dca528acb530f779dce4a98cddd
SHA1 (patch-af) = 819cdfae5e8181423f5be68cc202a6e074560e75
+SHA1 (patch-ag) = 93d1ff507f8533e54a45f50d0310d2bb8017f1d2
diff --git a/www/lynx/patches/patch-ag b/www/lynx/patches/patch-ag
new file mode 100644
index 00000000000..07cf4b77d45
--- /dev/null
+++ b/www/lynx/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2005/05/25 13:45:36 fredb Exp $
+
+--- src/chrtrans/makefile.in.orig 2004-01-08 03:03:09.000000000 +0100
++++ src/chrtrans/makefile.in 2005-05-25 11:32:21.000000000 +0200
+@@ -101,7 +101,7 @@
+
+ makeuctb$o: $(srcdir)/UCkd.h $(srcdir)/makeuctb.c
+
+-.SUFFIXES : $o .tbl .i
++.SUFFIXES : $o .h .tbl .i
+
+ .c$o:
+ @RULE_CC@