diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-01 22:20:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-01 22:20:16 +0000 |
commit | b566dcb9192dd305c7c91a46abeee1efcca29d12 (patch) | |
tree | c25407348fcceb027dfefc6e4ad852e556c3bd68 /net/oidentd | |
parent | 20a43d09c5a18e1e54a4ef85c267544875770580 (diff) | |
download | pkgsrc-b566dcb9192dd305c7c91a46abeee1efcca29d12.tar.gz |
Add basic DragonFly support.
Diffstat (limited to 'net/oidentd')
-rw-r--r-- | net/oidentd/distinfo | 3 | ||||
-rw-r--r-- | net/oidentd/patches/patch-ad | 25 |
2 files changed, 27 insertions, 1 deletions
diff --git a/net/oidentd/distinfo b/net/oidentd/distinfo index 8217dab133c..657edc7d4a9 100644 --- a/net/oidentd/distinfo +++ b/net/oidentd/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2005/08/07 12:51:32 tron Exp $ +$NetBSD: distinfo,v 1.8 2006/06/01 22:20:16 joerg Exp $ SHA1 (oidentd-2.0.7.tar.gz) = c973b436e6f8cab87b5e2f557e901722e27f1e79 RMD160 (oidentd-2.0.7.tar.gz) = 91c2d24f8a1b37bd6feffd4243b0311f76e7aff3 @@ -6,3 +6,4 @@ Size (oidentd-2.0.7.tar.gz) = 196027 bytes SHA1 (patch-aa) = b5c82f425fc9f5174dd4efb4c4d13bdf78486beb SHA1 (patch-ab) = 264178c5cc79c744354ab228678cb41bdc27b198 SHA1 (patch-ac) = 0928afdbd73a26adb2b3591fa4f2ccfe816bcfd3 +SHA1 (patch-ad) = 570776e0b197e9dd7f6232d3ddff032d8a49f69b diff --git a/net/oidentd/patches/patch-ad b/net/oidentd/patches/patch-ad new file mode 100644 index 00000000000..d6f9003ea39 --- /dev/null +++ b/net/oidentd/patches/patch-ad @@ -0,0 +1,25 @@ +$NetBSD: patch-ad,v 1.1 2006/06/01 22:20:16 joerg Exp $ + +--- configure.orig 2006-06-01 22:17:32.000000000 +0000 ++++ configure +@@ -5912,6 +5912,20 @@ case "$host_os" in + fi + ;; + ++ *dragonfly* ) ++ if test "$ac_cv_ipf_nat_p" = "no"; then ++ masq_support=no ++ fi ++ ++ if test "$masq_support" = "no"; then ++ use_kmem=no ++ os_src=freebsd4.c ++ else ++ use_kmem=yes ++ os_src=freebsd.c ++ fi ++ ;; ++ + *solaris2.4* ) + + cat >>confdefs.h <<\_ACEOF |