pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad/xcircuit Add DragonFly to list of systems with lib...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5a86438127db
branches: trunk
changeset: 515162:5a86438127db
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Jun 26 15:24:34 2006 +0000
description:
Add DragonFly to list of systems with libtcl84, otherwise the
library is not found and TCL gets rejected.
diffstat:
cad/xcircuit/distinfo | 6 +++---
cad/xcircuit/patches/patch-aa | 13 +++++++++----
cad/xcircuit/patches/patch-ab | 15 ++++++++++++---
3 files changed, 24 insertions(+), 10 deletions(-)
diffs (79 lines):
diff -r 36042641b1f5 -r 5a86438127db cad/xcircuit/distinfo
--- a/cad/xcircuit/distinfo Mon Jun 26 15:11:44 2006 +0000
+++ b/cad/xcircuit/distinfo Mon Jun 26 15:24:34 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2005/02/23 14:59:26 agc Exp $
+$NetBSD: distinfo,v 1.9 2006/06/26 15:24:34 joerg Exp $
SHA1 (xcircuit-3.3.0.tgz) = ec3c0995fd4f8755a50d39e278ca0ab293705b38
RMD160 (xcircuit-3.3.0.tgz) = 2f3621b5201ce4597a34a300a7111349825e3045
Size (xcircuit-3.3.0.tgz) = 1308602 bytes
-SHA1 (patch-aa) = 0d23ac7e52c0fa879c252008fcde37e96d5b5b77
-SHA1 (patch-ab) = 1d61d017c22f8068aefbea23d628678ebad1f93e
+SHA1 (patch-aa) = 18d6eb6a04e813c9923025de173d2019b0411a77
+SHA1 (patch-ab) = d1364d1b79f4060e5b8f7078490b7eb6bafdf26a
SHA1 (patch-ac) = 1f84054174f790bd32d14eafa6a91444737795ff
diff -r 36042641b1f5 -r 5a86438127db cad/xcircuit/patches/patch-aa
--- a/cad/xcircuit/patches/patch-aa Mon Jun 26 15:11:44 2006 +0000
+++ b/cad/xcircuit/patches/patch-aa Mon Jun 26 15:24:34 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.6 2004/12/06 16:20:12 minskim Exp $
+$NetBSD: patch-aa,v 1.7 2006/06/26 15:24:34 joerg Exp $
---- configure.in.orig 2004-09-30 23:24:09.000000000 -0500
+--- configure.in.orig 2004-10-01 04:24:09.000000000 +0000
+++ configure.in
@@ -469,6 +469,7 @@ fi
if test "x$xc_with_tcl" != "x" ; then
@@ -15,11 +15,16 @@
if test "x$xc_with_tcl" != "x" ; then
case $target in
- *-sunos4*|*-*-netbsd|NetBSD-*|FreeBSD-*|OpenBSD-*)
-+ *-sunos4*|*-*-netbsd|*-*-netbsdelf|NetBSD-*|FreeBSD-*|OpenBSD-*)
++ *-sunos4*|*-*-netbsd|*-*-netbsdelf|NetBSD-*|FreeBSD-*|OpenBSD-*|*-*-dragonfly*)
TCL_LIB_NAME="tcl${TCL_MAJOR_VERSION}${TCL_MINOR_VERSION}"
TK_LIB_NAME="tk${TK_MAJOR_VERSION}${TK_MINOR_VERSION}"
;;
-@@ -890,9 +891,9 @@ if test "x$xc_with_tcl" != "x" ; then
+@@ -886,13 +887,13 @@ if test "x$xc_with_tcl" != "x" ; then
+ EXTRA_LIB_SPECS="-ldl"
+ ;;
+
+- *-netbsd*|*-freebsd*|*-openbsd*)
++ *-netbsd*|*-freebsd*|*-openbsd*|*-*-dragonfly*)
# Not available on all versions: check for include file.
AC_CHECK_HEADER(dlfcn.h, test_ok=yes, test_ok=no)
if test "$test_ok" = yes; then
diff -r 36042641b1f5 -r 5a86438127db cad/xcircuit/patches/patch-ab
--- a/cad/xcircuit/patches/patch-ab Mon Jun 26 15:11:44 2006 +0000
+++ b/cad/xcircuit/patches/patch-ab Mon Jun 26 15:24:34 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.6 2004/12/06 16:20:12 minskim Exp $
+$NetBSD: patch-ab,v 1.7 2006/06/26 15:24:34 joerg Exp $
---- configure.orig 2004-09-30 23:25:07.000000000 -0500
+--- configure.orig 2004-10-01 04:25:07.000000000 +0000
+++ configure
@@ -7629,6 +7629,7 @@ fi
if test "x$xc_with_tcl" != "x" ; then
@@ -15,10 +15,19 @@
if test "x$xc_with_tcl" != "x" ; then
case $target in
- *-sunos4*|*-*-netbsd|NetBSD-*|FreeBSD-*|OpenBSD-*)
-+ *-sunos4*|*-*-netbsd|*-*-netbsdelf|NetBSD-*|FreeBSD-*|OpenBSD-*)
++ *-sunos4*|*-*-netbsd|*-*-netbsdelf|NetBSD-*|FreeBSD-*|OpenBSD-*|*-*-dragonfly*)
TCL_LIB_NAME="tcl${TCL_MAJOR_VERSION}${TCL_MINOR_VERSION}"
TK_LIB_NAME="tk${TK_MAJOR_VERSION}${TK_MINOR_VERSION}"
;;
+@@ -8105,7 +8106,7 @@ fi
+ EXTRA_LIB_SPECS="-ldl"
+ ;;
+
+- *-netbsd*|*-freebsd*|*-openbsd*)
++ *-netbsd*|*-freebsd*|*-openbsd*|*-*-dragonfly*)
+ # Not available on all versions: check for include file.
+ if test "${ac_cv_header_dlfcn_h+set}" = set; then
+ echo "$as_me:$LINENO: checking for dlfcn.h" >&5
@@ -8244,9 +8245,9 @@ fi
Home |
Main Index |
Thread Index |
Old Index