pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/eggdrop DragonFly is a BSD, but doesn't end in it...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60b6858cf8cf
branches:  trunk
changeset: 503926:60b6858cf8cf
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 01 20:42:42 2005 +0000

description:
DragonFly is a BSD, but doesn't end in it. Add it to the cases.

diffstat:

 chat/eggdrop/distinfo         |   4 ++--
 chat/eggdrop/patches/patch-aa |  19 ++++++++++++++++---
 2 files changed, 18 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r 3a488c0a7110 -r 60b6858cf8cf chat/eggdrop/distinfo
--- a/chat/eggdrop/distinfo     Thu Dec 01 20:40:42 2005 +0000
+++ b/chat/eggdrop/distinfo     Thu Dec 01 20:42:42 2005 +0000
@@ -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 -r 3a488c0a7110 -r 60b6858cf8cf chat/eggdrop/patches/patch-aa
--- a/chat/eggdrop/patches/patch-aa     Thu Dec 01 20:40:42 2005 +0000
+++ b/chat/eggdrop/patches/patch-aa     Thu Dec 01 20:42:42 2005 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index