summaryrefslogtreecommitdiff
path: root/net/nstx/patches
diff options
context:
space:
mode:
authorminskim <minskim>2005-11-16 02:04:39 +0000
committerminskim <minskim>2005-11-16 02:04:39 +0000
commit217719dd5815a85d1db2a2a3e5a55ad60e56726f (patch)
treeb1becf68805aeff4e63238b21216f8a1fd5dab80 /net/nstx/patches
parentf8798973cee1056a4e8e3cc988db896fead6584a (diff)
downloadpkgsrc-217719dd5815a85d1db2a2a3e5a55ad60e56726f.tar.gz
Import nstx from pkgsrc-wip. Packaged by pancake.
NSTX (the Nameserver Transfer Protocol) makes it possible to create IP tunnels using DNS queries and replies for IP packet encapsulation where IP traffic other than DNS isn't possible.
Diffstat (limited to 'net/nstx/patches')
-rw-r--r--net/nstx/patches/patch-aa10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/nstx/patches/patch-aa b/net/nstx/patches/patch-aa
new file mode 100644
index 00000000000..6829429848d
--- /dev/null
+++ b/net/nstx/patches/patch-aa
@@ -0,0 +1,10 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/11/16 02:04:39 minskim Exp $
+
+--- Makefile.orig 2004-06-27 14:46:38.000000000 -0700
++++ Makefile
+@@ -1,5 +1,3 @@
+-CFLAGS += -ggdb -Wall -Werror
+-
+ NSTXD_SRCS = nstxd.c nstx_encode.c nstx_pstack.c nstx_dns.c nstx_tuntap.c nstx_queue.c
+ NSTXD_OBJS = ${NSTXD_SRCS:.c=.o}
+