summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorjmc <jmc>2003-08-04 07:17:36 +0000
committerjmc <jmc>2003-08-04 07:17:36 +0000
commit968199b936966ae184731cf9ef4a6f65c85de075 (patch)
tree25ffad68943c8c3df0f63390ee66bc46107f8869 /cad
parentaf68cf76f8ce5ce7ae4d21edf56e51ff0cfad46b (diff)
downloadpkgsrc-968199b936966ae184731cf9ef4a6f65c85de075.tar.gz
Make this understand netbsdelf as a configure target so it finds tcl/tk
correctly
Diffstat (limited to 'cad')
-rw-r--r--cad/xcircuit/distinfo6
-rw-r--r--cad/xcircuit/patches/patch-aa15
-rw-r--r--cad/xcircuit/patches/patch-ab15
3 files changed, 27 insertions, 9 deletions
diff --git a/cad/xcircuit/distinfo b/cad/xcircuit/distinfo
index fb9fc0ed24e..78428a617e2 100644
--- a/cad/xcircuit/distinfo
+++ b/cad/xcircuit/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2003/07/10 08:03:57 jtb Exp $
+$NetBSD: distinfo,v 1.4 2003/08/04 07:17:36 jmc Exp $
SHA1 (xcircuit-3.1.16.tar.bz2) = 1602c066e415cc1a0501222c66da94aee5ecb10c
Size (xcircuit-3.1.16.tar.bz2) = 652104 bytes
-SHA1 (patch-aa) = e195793b41aff00c04305eb1be071b5e913bb018
-SHA1 (patch-ab) = 53f54b9d3b0ddc6772ecb1c5e25655339cb5be74
+SHA1 (patch-aa) = 252824044a7bd55f7a09a345cba3bd2903d1caf0
+SHA1 (patch-ab) = fb9604f7c3efc09aa0db3f40bf7b951e26bd715a
SHA1 (patch-ac) = 9bb20a39445e532d1fbe4587eb39cdd0cc5a0e6a
SHA1 (patch-ad) = 45a2f28f140eaff81a22c2cdda9733801c91dbb4
SHA1 (patch-ae) = a65367b80369b1ba6aa22b71ab692b9705165764
diff --git a/cad/xcircuit/patches/patch-aa b/cad/xcircuit/patches/patch-aa
index 5045bfc27c1..5c70dd20259 100644
--- a/cad/xcircuit/patches/patch-aa
+++ b/cad/xcircuit/patches/patch-aa
@@ -1,7 +1,16 @@
-$NetBSD: patch-aa,v 1.3 2003/07/10 08:03:58 jtb Exp $
+$NetBSD: patch-aa,v 1.4 2003/08/04 07:17:37 jmc Exp $
---- configure.in.orig
-+++ configure.in
+--- configure.in.orig Fri Jun 27 20:12:07 2003
++++ configure.in Mon Aug 4 01:44:58 2003
+@@ -395,7 +395,7 @@
+ fi
+
+ case $target in
+- *-sunos4*|*-*-netbsd|NetBSD-*|FreeBSD-*|OpenBSD-*)
++ *-sunos4*|*-*-netbsd|*-*-netbsdelf|NetBSD-*|FreeBSD-*|OpenBSD-*)
+ TCL_LIB_NAME="tcl${TCL_MAJOR_VERSION}${TCL_MINOR_VERSION}"
+ TK_LIB_NAME="tk${TK_MAJOR_VERSION}${TK_MINOR_VERSION}"
+ ;;
@@ -718,9 +718,9 @@
# Not available on all versions: check for include file.
AC_CHECK_HEADER(dlfcn.h, test_ok=yes, test_ok=no)
diff --git a/cad/xcircuit/patches/patch-ab b/cad/xcircuit/patches/patch-ab
index a2c8f0c9254..629fe44e05d 100644
--- a/cad/xcircuit/patches/patch-ab
+++ b/cad/xcircuit/patches/patch-ab
@@ -1,7 +1,16 @@
-$NetBSD: patch-ab,v 1.3 2003/07/10 08:03:58 jtb Exp $
+$NetBSD: patch-ab,v 1.4 2003/08/04 07:17:37 jmc Exp $
---- configure.orig
-+++ configure
+--- configure.orig Wed May 21 21:27:56 2003
++++ configure Mon Aug 4 01:45:35 2003
+@@ -7466,7 +7466,7 @@
+ fi
+
+ case $target in
+- *-sunos4*|*-*-netbsd|NetBSD-*|FreeBSD-*|OpenBSD-*)
++ *-sunos4*|*-*-netbsd|*-*-netbsdelf|NetBSD-*|FreeBSD-*|OpenBSD-*)
+ TCL_LIB_NAME="tcl${TCL_MAJOR_VERSION}${TCL_MINOR_VERSION}"
+ TK_LIB_NAME="tk${TK_MAJOR_VERSION}${TK_MINOR_VERSION}"
+ ;;
@@ -7989,9 +7989,9 @@