pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/maradns Make build with pth.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc245da469ec
branches:  trunk
changeset: 463504:dc245da469ec
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 14 09:34:42 2003 +0000

description:
Make build with pth.

diffstat:

 net/maradns/distinfo         |   3 ++-
 net/maradns/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 0e4bb8a8a7bf -r dc245da469ec net/maradns/distinfo
--- a/net/maradns/distinfo      Fri Nov 14 09:20:40 2003 +0000
+++ b/net/maradns/distinfo      Fri Nov 14 09:34:42 2003 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2003/09/26 10:11:58 xtraeme Exp $
+$NetBSD: distinfo,v 1.3 2003/11/14 09:34:42 wiz Exp $
 
 SHA1 (maradns-1.0.18.tar.bz2) = 788b875bed781f11dea8f4d38209e4bd49dc42d8
 Size (maradns-1.0.18.tar.bz2) = 414047 bytes
+SHA1 (patch-aa) = 1de334b76fd83573a67d2deb46c1abd0a925b908
diff -r 0e4bb8a8a7bf -r dc245da469ec net/maradns/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/maradns/patches/patch-aa      Fri Nov 14 09:34:42 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2003/11/14 09:34:42 wiz Exp $
+
+--- server/Makefile.orig       Tue Aug 27 05:11:46 2002
++++ server/Makefile
+@@ -15,7 +15,7 @@ EXECS=maradns
+ #FLAGS = -g $(DEBUG) -DNOTHREAD -DDEBUG
+ #FLAGS = -g -DDEBUG_MEMORY $(DEBUG) 
+ #FLAGS = -g $(DEBUG) 
+-FLAGS = -O2 -Wall $(DEBUG)
++FLAGS = -O2 -Wall $(DEBUG) ${CFLAGS} ${LDFLAGS}
+ 
+ all: $(EXECS)
+ 



Home | Main Index | Thread Index | Old Index