pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/blt Add DragonFly support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40cb99c2e2ff
branches:  trunk
changeset: 500186:40cb99c2e2ff
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Oct 03 18:42:32 2005 +0000

description:
Add DragonFly support.

diffstat:

 x11/blt/distinfo         |   4 ++--
 x11/blt/patches/patch-ae |  11 ++++++++++-
 2 files changed, 12 insertions(+), 3 deletions(-)

diffs (40 lines):

diff -r 4de86012ad2a -r 40cb99c2e2ff x11/blt/distinfo
--- a/x11/blt/distinfo  Mon Oct 03 18:09:55 2005 +0000
+++ b/x11/blt/distinfo  Mon Oct 03 18:42:32 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2005/02/23 17:36:09 wiz Exp $
+$NetBSD: distinfo,v 1.9 2005/10/03 18:42:32 joerg Exp $
 
 SHA1 (BLT2.4z.tar.gz) = 29f719aa762f1762dbf4a3b0e60dc5356118ba2f
 RMD160 (BLT2.4z.tar.gz) = d54d9fdb6c61391c191afab4701716d18a3d928b
@@ -7,4 +7,4 @@
 SHA1 (patch-ab) = 37320a45666c5cb3a0da08cd7f74e9dcee5a66a0
 SHA1 (patch-ac) = 696f90010831522f46d67052abc0c6068197cfd9
 SHA1 (patch-ad) = be6bd157a084f5ad38ff3787f53e7aa4fcf80234
-SHA1 (patch-ae) = bda9a14a3e65230fb214498c2265d83056df88a7
+SHA1 (patch-ae) = 207a0bacfb9f6b1956f7e133c970910e385bd0c8
diff -r 4de86012ad2a -r 40cb99c2e2ff x11/blt/patches/patch-ae
--- a/x11/blt/patches/patch-ae  Mon Oct 03 18:09:55 2005 +0000
+++ b/x11/blt/patches/patch-ae  Mon Oct 03 18:42:32 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.4 2004/03/06 06:26:21 minskim Exp $
+$NetBSD: patch-ae,v 1.5 2005/10/03 18:42:33 joerg Exp $
 
 --- configure.orig     2002-10-04 00:33:59.000000000 -0500
 +++ configure
@@ -13,6 +13,15 @@
      ;;
  esac
  
+@@ -4072,7 +4072,7 @@ fi
+     EXTRA_LIB_SPECS="-ldl"
+     ;;
+ 
+-  *-netbsd*|*-freebsd*|*-openbsd*)
++  *-netbsd*|*-freebsd*|*-openbsd*|*-dragonfly*)
+     # Not available on all versions:  check for include file.
+     ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'`
+ echo $ac_n "checking for dlfcn.h""... $ac_c" 1>&6
 @@ -4109,9 +4109,10 @@ test_ok=no
  fi
  



Home | Main Index | Thread Index | Old Index