diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-23 09:53:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-23 09:53:13 +0000 |
commit | aed560de83030eea14611be20affb0b133c4e793 (patch) | |
tree | d67fdd638c7442e3ccdcf75c35a74ffbbc10b6e4 /net/maradns | |
parent | 8c752989ee513f7706e51c1ff96a6e90b684352b (diff) | |
download | pkgsrc-aed560de83030eea14611be20affb0b133c4e793.tar.gz |
Remove patches that were scheduled for removal with the last maradns
update.
Diffstat (limited to 'net/maradns')
-rw-r--r-- | net/maradns/patches/patch-af | 11 | ||||
-rw-r--r-- | net/maradns/patches/patch-ag | 13 | ||||
-rw-r--r-- | net/maradns/patches/patch-ah | 13 |
3 files changed, 0 insertions, 37 deletions
diff --git a/net/maradns/patches/patch-af b/net/maradns/patches/patch-af deleted file mode 100644 index 83a9aa6c691..00000000000 --- a/net/maradns/patches/patch-af +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-af,v 1.1 2005/05/13 13:25:55 salo Exp $ - ---- libs/Makefile.orig 2003-08-02 21:39:36.000000000 +0200 -+++ libs/Makefile 2005-05-13 14:53:39.000000000 +0200 -@@ -1,5 +1,5 @@ - OBJECTS = JsStr.o JsStrOS.o JsStrCP.o MaraHash.o --FLAGS = -g -O2 -Wall $(DEBUG) -+FLAGS = -g -O2 -Wall $(DEBUG) $(CFLAGS) - #FLAGS = -g -DDEBUG -DTHREADS - #FLAGS = -g $(DEBUG) - diff --git a/net/maradns/patches/patch-ag b/net/maradns/patches/patch-ag deleted file mode 100644 index 8e791dcff79..00000000000 --- a/net/maradns/patches/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ag,v 1.1 2005/05/13 13:25:55 salo Exp $ - ---- rng/Makefile.orig 2003-08-02 21:39:36.000000000 +0200 -+++ rng/Makefile 2005-05-13 14:54:31.000000000 +0200 -@@ -5,7 +5,7 @@ - OBJECTS=$(ROBJECTS) - TABLES=rng-32bit-tables.h - --FLAGS = -g -O2 -Wall -+FLAGS = -g -O2 -Wall $(CFLAGS) - #FLAGS = -g - - all: $(ROBJECTS) diff --git a/net/maradns/patches/patch-ah b/net/maradns/patches/patch-ah deleted file mode 100644 index 49687de65cc..00000000000 --- a/net/maradns/patches/patch-ah +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ah,v 1.1 2005/05/13 13:25:55 salo Exp $ - ---- tools/Makefile.orig 2003-08-02 21:39:36.000000000 +0200 -+++ tools/Makefile 2005-05-13 14:56:09.000000000 +0200 -@@ -7,7 +7,7 @@ - POBJECTS=../parse/ParseCsv1.o ../parse/ParseMaraRc.o - EXECS=askmara strip.control benchmark - --FLAGS = -g -O2 $(DEBUG) -+FLAGS = -g -O2 $(DEBUG) $(CFLAGS) $(LDFLAGS) - #FLAGS = -g $(DEBUG) - - all: $(EXECS) |