pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/oidentd Add basic DragonFly support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5e8aed96c2d
branches:  trunk
changeset: 513692:b5e8aed96c2d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jun 01 22:20:16 2006 +0000

description:
Add basic DragonFly support.

diffstat:

 net/oidentd/distinfo         |   3 ++-
 net/oidentd/patches/patch-ad |  25 +++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 1 deletions(-)

diffs (43 lines):

diff -r db593ce78f5f -r b5e8aed96c2d net/oidentd/distinfo
--- a/net/oidentd/distinfo      Thu Jun 01 22:15:59 2006 +0000
+++ b/net/oidentd/distinfo      Thu Jun 01 22:20:16 2006 +0000
@@ -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 @@
 SHA1 (patch-aa) = b5c82f425fc9f5174dd4efb4c4d13bdf78486beb
 SHA1 (patch-ab) = 264178c5cc79c744354ab228678cb41bdc27b198
 SHA1 (patch-ac) = 0928afdbd73a26adb2b3591fa4f2ccfe816bcfd3
+SHA1 (patch-ad) = 570776e0b197e9dd7f6232d3ddff032d8a49f69b
diff -r db593ce78f5f -r b5e8aed96c2d net/oidentd/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/oidentd/patches/patch-ad      Thu Jun 01 22:20:16 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index