pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/lynx Remove a long-standing dependency on gmake by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76354cc5c3b4
branches:  trunk
changeset: 494552:76354cc5c3b4
user:      fredb <fredb%pkgsrc.org@localhost>
date:      Wed May 25 13:45:36 2005 +0000

description:
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.

diffstat:

 www/lynx/Makefile         |   3 +--
 www/lynx/distinfo         |   3 ++-
 www/lynx/patches/patch-ag |  13 +++++++++++++
 3 files changed, 16 insertions(+), 3 deletions(-)

diffs (48 lines):

diff -r 8104e371eb4b -r 76354cc5c3b4 www/lynx/Makefile
--- a/www/lynx/Makefile Wed May 25 13:43:10 2005 +0000
+++ b/www/lynx/Makefile Wed May 25 13:45:36 2005 +0000
@@ -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 @@
 WRKSRC=                        ${WRKDIR}/${DISTNAME:S/./-/g}
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            gmake
 INSTALL_TARGET=                install-full install-lss
 MAKEFILE=              makefile
 
diff -r 8104e371eb4b -r 76354cc5c3b4 www/lynx/distinfo
--- a/www/lynx/distinfo Wed May 25 13:43:10 2005 +0000
+++ b/www/lynx/distinfo Wed May 25 13:45:36 2005 +0000
@@ -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 @@
 SHA1 (patch-aa) = ac17101b5dfa296298f1fcd58e8b14673c2855bb
 SHA1 (patch-ae) = 5dff036d9fc35dca528acb530f779dce4a98cddd
 SHA1 (patch-af) = 819cdfae5e8181423f5be68cc202a6e074560e75
+SHA1 (patch-ag) = 93d1ff507f8533e54a45f50d0310d2bb8017f1d2
diff -r 8104e371eb4b -r 76354cc5c3b4 www/lynx/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/lynx/patches/patch-ag Wed May 25 13:45:36 2005 +0000
@@ -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@



Home | Main Index | Thread Index | Old Index