pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bind98 net/bind98: Fix undefined reference to 'main'



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9ff2260f2d9
branches:  trunk
changeset: 604010:b9ff2260f2d9
user:      marino <marino%pkgsrc.org@localhost>
date:      Sun May 20 13:22:40 2012 +0000

description:
net/bind98: Fix undefined reference to 'main'

Bind98 needs the same fix bind99 received on 23 Mar 2012 to fix the
linking of driver.so

diffstat:

 net/bind98/distinfo                                   |   3 ++-
 net/bind98/patches/patch-bin_tests_system_Makefile.in |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r c8ff00c395fc -r b9ff2260f2d9 net/bind98/distinfo
--- a/net/bind98/distinfo       Sun May 20 12:00:15 2012 +0000
+++ b/net/bind98/distinfo       Sun May 20 13:22:40 2012 +0000
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.9 2012/05/01 02:48:20 taca Exp $
+$NetBSD: distinfo,v 1.10 2012/05/20 13:22:40 marino Exp $
 
 SHA1 (bind-9.8.2.tar.gz) = 09f0b18bde0438186d6639f08c17db3b98e81c17
 RMD160 (bind-9.8.2.tar.gz) = 59f6502cc4dd315da4c31adc183f0eb88e6856b4
 Size (bind-9.8.2.tar.gz) = 7054574 bytes
 SHA1 (patch-bin_dig_dighost.c) = 3f37033cc64e1153268ab437fab533d2920bb18c
+SHA1 (patch-bin_tests_system_Makefile.in) = 43c985c1df28acdc160691a65ba34290731a87f7
 SHA1 (patch-config.threads.in) = 045531d8378a88c654ab98ba6ea65786c8cf4e2b
 SHA1 (patch-configure) = 08f878fd3a5d3d17e0cf55d01344ddc84991967f
 SHA1 (patch-lib_dns_rbt.c) = 29fb5c24ff3558f1621e93ea16419e32dbc695b7
diff -r c8ff00c395fc -r b9ff2260f2d9 net/bind98/patches/patch-bin_tests_system_Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/bind98/patches/patch-bin_tests_system_Makefile.in     Sun May 20 13:22:40 2012 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-bin_tests_system_Makefile.in,v 1.1 2012/05/20 13:22:40 marino Exp $
+
+--- bin/tests/system/Makefile.in.orig  2012-03-22 19:20:00.000000000 +0000
++++ bin/tests/system/Makefile.in
+@@ -21,7 +21,7 @@ top_srcdir = @top_srcdir@
+ 
+ @BIND9_MAKE_INCLUDES@
+ 
+-SUBDIRS =     dlzexternal filter-aaaa lwresd rpz tkey tsiggss
++SUBDIRS =     filter-aaaa lwresd rpz tkey tsiggss
+ TARGETS =
+ 
+ @BIND9_MAKE_RULES@



Home | Main Index | Thread Index | Old Index