diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-26 15:24:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-26 15:24:34 +0000 |
commit | 5bd4fae570d0d8da657dbfed44b3d67c7fa61b51 (patch) | |
tree | 44ab7ddb205af259518d95b703f161d959fbbea5 /cad/xcircuit | |
parent | d38bec27589787c85bbac7dd7ac219c0d50758f1 (diff) | |
download | pkgsrc-5bd4fae570d0d8da657dbfed44b3d67c7fa61b51.tar.gz |
Add DragonFly to list of systems with libtcl84, otherwise the
library is not found and TCL gets rejected.
Diffstat (limited to 'cad/xcircuit')
-rw-r--r-- | cad/xcircuit/distinfo | 6 | ||||
-rw-r--r-- | cad/xcircuit/patches/patch-aa | 13 | ||||
-rw-r--r-- | cad/xcircuit/patches/patch-ab | 15 |
3 files changed, 24 insertions, 10 deletions
diff --git a/cad/xcircuit/distinfo b/cad/xcircuit/distinfo index 04ebe871dfc..344ca0478e1 100644 --- a/cad/xcircuit/distinfo +++ b/cad/xcircuit/distinfo @@ -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 --git a/cad/xcircuit/patches/patch-aa b/cad/xcircuit/patches/patch-aa index 63fa56000be..530c9f0f75e 100644 --- a/cad/xcircuit/patches/patch-aa +++ b/cad/xcircuit/patches/patch-aa @@ -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 @@ $NetBSD: patch-aa,v 1.6 2004/12/06 16:20:12 minskim Exp $ 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 --git a/cad/xcircuit/patches/patch-ab b/cad/xcircuit/patches/patch-ab index cb58cd5ed27..d95e6e8fbdd 100644 --- a/cad/xcircuit/patches/patch-ab +++ b/cad/xcircuit/patches/patch-ab @@ -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 @@ $NetBSD: patch-ab,v 1.6 2004/12/06 16:20:12 minskim Exp $ 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 |