pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/lynx Fix bug in a makefile which breaks the build ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/966329eed97e
branches:  trunk
changeset: 463478:966329eed97e
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Nov 12 20:01:17 2003 +0000

description:
Fix bug in a makefile which breaks the build under NetBSD-current.

diffstat:

 www/lynx/distinfo         |   3 ++-
 www/lynx/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 015c19380800 -r 966329eed97e www/lynx/distinfo
--- a/www/lynx/distinfo Wed Nov 12 18:49:46 2003 +0000
+++ b/www/lynx/distinfo Wed Nov 12 20:01:17 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2002/11/25 08:48:14 itojun Exp $
+$NetBSD: distinfo,v 1.9 2003/11/12 20:01:17 tron Exp $
 
 SHA1 (lynx2.8.4rel.1.tar.bz2) = 11285022fbe6910fb0a47adc14581ceb0c3bfc98
 Size (lynx2.8.4rel.1.tar.bz2) = 1940531 bytes
@@ -11,4 +11,5 @@
 SHA1 (lynx2.8.4rel.1d.patch) = d217452fe9b4862c0e98d63b2391708feb27366e
 Size (lynx2.8.4rel.1d.patch) = 4688 bytes
 SHA1 (patch-aa) = 123ebe71a00dfdd309d54b96f52ea83002d43cb2
+SHA1 (patch-ab) = 77911b842a84f3930fd53101974b5a422775b70b
 SHA1 (patch-ae) = ebd644a91ad08060baaf724d44bb03bb2f51a260
diff -r 015c19380800 -r 966329eed97e www/lynx/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/lynx/patches/patch-ab Wed Nov 12 20:01:17 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.6 2003/11/12 20:01:17 tron Exp $
+
+--- src/chrtrans/makefile.in.orig      2001-04-02 02:51:46.000000000 +0200
++++ src/chrtrans/makefile.in   2003-11-12 20:34:44.000000000 +0100
+@@ -99,7 +99,7 @@
+ 
+ makeuctb$(_O): $(srcdir)/UCkd.h $(srcdir)/makeuctb.c
+ 
+-.SUFFIXES : $(_O) .tbl .i
++.SUFFIXES : $(_O) .tbl .i .h
+ 
+ .c$(_O):
+ @RULE_CC@



Home | Main Index | Thread Index | Old Index