summaryrefslogtreecommitdiff
path: root/security/netramet
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2002-04-03 02:09:54 +0000
committeritojun <itojun@pkgsrc.org>2002-04-03 02:09:54 +0000
commitc851ba3b66bd996663f5c605cb827b9562c60c81 (patch)
tree4eb10ad1e24ba36b836b960e3a248b45d78a05bb /security/netramet
parent49eb8b5659b3112d4c16151bde67c62b95cd3e82 (diff)
downloadpkgsrc-c851ba3b66bd996663f5c605cb827b9562c60c81.tar.gz
enable IPv6.
Diffstat (limited to 'security/netramet')
-rw-r--r--security/netramet/distinfo4
-rw-r--r--security/netramet/patches/patch-aa13
-rw-r--r--security/netramet/patches/patch-ab13
3 files changed, 29 insertions, 1 deletions
diff --git a/security/netramet/distinfo b/security/netramet/distinfo
index 874c1a5948c..bbca313ea54 100644
--- a/security/netramet/distinfo
+++ b/security/netramet/distinfo
@@ -1,4 +1,6 @@
-$NetBSD: distinfo,v 1.2 2002/03/22 03:48:18 itojun Exp $
+$NetBSD: distinfo,v 1.3 2002/04/03 02:09:54 itojun Exp $
SHA1 (NeTraMet44.tar.gz) = 7848d6aa81b29966127fc78afcd9375c60441a91
Size (NeTraMet44.tar.gz) = 634714 bytes
+SHA1 (patch-aa) = 5aa23af5263c719a53a453840646ddc3868d7461
+SHA1 (patch-ab) = 10fc930d9673556d7a856c70d3fdcb5be29f23fd
diff --git a/security/netramet/patches/patch-aa b/security/netramet/patches/patch-aa
new file mode 100644
index 00000000000..d4b29a46649
--- /dev/null
+++ b/security/netramet/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2002/04/03 02:09:54 itojun Exp $
+
+--- configure.in- Wed Apr 3 11:06:07 2002
++++ configure.in Wed Apr 3 11:06:15 2002
+@@ -46,7 +46,7 @@
+ dnl
+ AC_DEFINE(NEW_ATR)
+ AC_DEFINE(TCP_ATR)
+-AC_DEFINE(V6, 0)
++AC_DEFINE(V6, 1)
+ # To build v6-capable programs
+ # edit configure to set V6 to 1 <- <-
+ GFLAG=
diff --git a/security/netramet/patches/patch-ab b/security/netramet/patches/patch-ab
new file mode 100644
index 00000000000..bb57388ae1b
--- /dev/null
+++ b/security/netramet/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2002/04/03 02:09:54 itojun Exp $
+
+--- configure- Wed Apr 3 11:06:03 2002
++++ configure Wed Apr 3 11:06:17 2002
+@@ -677,7 +677,7 @@
+ EOF
+
+ cat >> confdefs.h <<\EOF
+-#define V6 0
++#define V6 1
+ EOF
+
+ # To build v6-capable programs