diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-07-08 16:36:30 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-07-08 16:36:30 +0000 |
commit | 8af0386525d4fb39516abd32d231514c1dbf712f (patch) | |
tree | a4bcfacfc22967d87d9b42c38a5b3f1b85cb1896 /dns/maradns/files | |
parent | 4646ebcd7095eef19958d9cdf94289df4af97fdb (diff) | |
download | FreeBSD-ports-8af0386525d4fb39516abd32d231514c1dbf712f.zip FreeBSD-ports-8af0386525d4fb39516abd32d231514c1dbf712f.tar.gz |
Update to version 0.7.22
PR: 28817
Submitted by: MAINTAINER
Diffstat (limited to 'dns/maradns/files')
-rw-r--r-- | dns/maradns/files/patch-parse-Makefile | 14 | ||||
-rw-r--r-- | dns/maradns/files/patch-server-Makefile | 16 |
2 files changed, 15 insertions, 15 deletions
diff --git a/dns/maradns/files/patch-parse-Makefile b/dns/maradns/files/patch-parse-Makefile index bd88096..f3ae491 100644 --- a/dns/maradns/files/patch-parse-Makefile +++ b/dns/maradns/files/patch-parse-Makefile @@ -1,14 +1,14 @@ ---- parse/Makefile.old Mon Jun 25 00:46:40 2001 -+++ parse/Makefile Mon Jun 25 00:47:50 2001 -@@ -5,7 +5,7 @@ - OBJECTS=$(JOBJS) $(MJOBJS) $(POBJECTS) $(DOBJECTS) +--- parse/Makefile.orig Sun Jul 8 15:41:39 2001 ++++ parse/Makefile Sun Jul 8 15:42:39 2001 +@@ -6,7 +6,7 @@ EXECS=parsetest parsetest2 --FLAGS = -O2 -+FLAGS = $(CFLAGS) - #FLAGS = -g + #FLAGS = -O2 +-FLAGS = -g ++FLAGS = -g $(CFLAGS) all: $(EXECS) + @@ -17,17 +17,17 @@ cd libs ; make diff --git a/dns/maradns/files/patch-server-Makefile b/dns/maradns/files/patch-server-Makefile index 90112c5..6e117fb 100644 --- a/dns/maradns/files/patch-server-Makefile +++ b/dns/maradns/files/patch-server-Makefile @@ -1,15 +1,15 @@ ---- server/Makefile.orig Sun Jun 24 11:32:48 2001 -+++ server/Makefile Mon Jun 25 00:53:57 2001 -@@ -9,7 +9,7 @@ - VERSION=0.7.13 +--- server/Makefile.orig Wed Jul 4 12:09:16 2001 ++++ server/Makefile Sun Jul 8 15:45:17 2001 +@@ -10,7 +10,7 @@ #FLAGS = -O2 -Wall --FLAGS = -g -DDEBUG -DNOTHREAD -+FLAGS = -g -DDEBUG -DNOTHREAD $(CFLAGS) + #FLAGS = -g -DDEBUG -DCALL_LOCKS +-FLAGS = -g -DDEBUG ++FLAGS = -g -DDEBUG $(CFLAGS) + #FLAGS = -g -DDEBUG -DNOTHREAD #FLAGS = -g - all: $(EXECS) -@@ -21,11 +21,11 @@ +@@ -23,11 +23,11 @@ cd libs ; make MaraBigHash.o: MaraBigHash.c ../libs/JessStr.h ../libs/MaraHash.h ../MaraDns.h |