summaryrefslogtreecommitdiff
path: root/chat/eggdrop
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-01 20:42:42 +0000
committerjoerg <joerg>2005-12-01 20:42:42 +0000
commitc4070c9692b994e3a24f3296f3f9e88b577a79b4 (patch)
tree95dd758789fa79ea16f813a50bde4c8938b57263 /chat/eggdrop
parent4f3bf88f111ed1f79016f6fa330e8c5121aff3d1 (diff)
downloadpkgsrc-c4070c9692b994e3a24f3296f3f9e88b577a79b4.tar.gz
DragonFly is a BSD, but doesn't end in it. Add it to the cases.
Diffstat (limited to 'chat/eggdrop')
-rw-r--r--chat/eggdrop/distinfo4
-rw-r--r--chat/eggdrop/patches/patch-aa19
2 files changed, 18 insertions, 5 deletions
diff --git a/chat/eggdrop/distinfo b/chat/eggdrop/distinfo
index 4e4aa64eff5..f892c241ad1 100644
--- a/chat/eggdrop/distinfo
+++ b/chat/eggdrop/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.9 2005/02/23 15:59:10 agc Exp $
+$NetBSD: distinfo,v 1.10 2005/12/01 20:42:42 joerg Exp $
SHA1 (eggdrop1.6.17.tar.bz2) = 0e8a0b5506dde4a99f2be9f0700d6da65f54357f
RMD160 (eggdrop1.6.17.tar.bz2) = 206d6d055b8efa66fde4a79c4cb3eacc4418ff01
Size (eggdrop1.6.17.tar.bz2) = 805376 bytes
-SHA1 (patch-aa) = bdc5a3560672599e5645e14ef283cc2205780346
+SHA1 (patch-aa) = 9bb4623118081cd7a0a0a17edea3611e2d62d713
SHA1 (patch-ab) = ac7aa4b3cb32e53b7e6abe828191afe153a1bbb1
SHA1 (patch-ac) = c71d67618a5b53a3de2f3041ed8fa098a89e4471
SHA1 (patch-ad) = eaa3d342f47e0f3060dd29b6d64ef1f984eda6a8
diff --git a/chat/eggdrop/patches/patch-aa b/chat/eggdrop/patches/patch-aa
index 35f7a0aa0ac..199ff42aade 100644
--- a/chat/eggdrop/patches/patch-aa
+++ b/chat/eggdrop/patches/patch-aa
@@ -1,9 +1,22 @@
-$NetBSD: patch-aa,v 1.3 2004/12/03 12:15:54 adam Exp $
+$NetBSD: patch-aa,v 1.4 2005/12/01 20:42:42 joerg Exp $
--- configure.orig 2004-08-22 22:34:02.000000000 +0000
+++ configure
-@@ -5306,7 +5306,13 @@ _ACEOF
- *BSD)
+@@ -4924,7 +4924,7 @@ _ACEOF
+
+ fi
+ ;;
+- *BSD)
++ *BSD | DragonFly)
+ # FreeBSD/OpenBSD/NetBSD all support dlopen() and have had plenty of
+ # testing with Eggdrop.
+ WEIRD_OS="no"
+@@ -5303,10 +5303,16 @@ _ACEOF
+ SHLIB_CC="$CC -PIC"
+ fi
+ ;;
+- *BSD)
++ *BSD | DragonFly)
# FreeBSD/OpenBSD/NetBSD
SHLIB_CC="$CC -fPIC"
- SHLIB_LD="ld -Bshareable -x"