summaryrefslogtreecommitdiff
path: root/devel/libstroke
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>2000-08-29 20:19:23 +0000
committerjwise <jwise@pkgsrc.org>2000-08-29 20:19:23 +0000
commit68a539b3b52291d721eba9faa49b36e66527d66c (patch)
tree696709e6c0796b3c7b28918bd9f246424883b682 /devel/libstroke
parentc7cc46ad89956a4954cc17290e1808dd1e7df9d5 (diff)
downloadpkgsrc-68a539b3b52291d721eba9faa49b36e66527d66c.tar.gz
Update this to use tcl-8.3.2, making it libstroke-0.3nb1. While here, make
this actually find tcl -- even though it previously DEPENDed on tcl-8.0.5, it didn't link against it properly (linking -ltcl8.0 instead of -ltcl80).
Diffstat (limited to 'devel/libstroke')
-rw-r--r--devel/libstroke/Makefile7
-rw-r--r--devel/libstroke/files/md52
-rw-r--r--devel/libstroke/files/patch-sum3
-rw-r--r--devel/libstroke/patches/patch-aa11
4 files changed, 19 insertions, 4 deletions
diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile
index 19300132c2b..0a8b22074f9 100644
--- a/devel/libstroke/Makefile
+++ b/devel/libstroke/Makefile
@@ -1,20 +1,21 @@
-# $NetBSD: Makefile,v 1.4 2000/08/14 17:56:05 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2000/08/29 20:19:23 jwise Exp $
#
DISTNAME= libstroke-0.3
+PKGNAME= libstroke-0.3nb1
CATEGORIES= devel
MASTER_SITES= http://www.etla.net/libstroke/
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.etla.net/libstroke/
-DEPENDS+= tcl-8.0.5:../../lang/tcl80
+DEPENDS+= tcl-8.3.2:../../lang/tcl
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_X11= YES
-CONFIGURE_ENV+= X_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.0"
+CONFIGURE_ENV+= X_CFLAGS="-I${LOCALBASE}/include"
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
diff --git a/devel/libstroke/files/md5 b/devel/libstroke/files/md5
index 0cf394ec74c..8d3f443061f 100644
--- a/devel/libstroke/files/md5
+++ b/devel/libstroke/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 2000/01/02 16:41:05 rh Exp $
+$NetBSD: md5,v 1.2 2000/08/29 20:19:24 jwise Exp $
MD5 (libstroke-0.3.tar.gz) = f9c2f637cca0abfb4c45c8367364dc90
diff --git a/devel/libstroke/files/patch-sum b/devel/libstroke/files/patch-sum
new file mode 100644
index 00000000000..95ad15cae30
--- /dev/null
+++ b/devel/libstroke/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1 2000/08/29 20:19:24 jwise Exp $
+
+MD5 (patch-aa) = 901a286357520138f430873a4e443063
diff --git a/devel/libstroke/patches/patch-aa b/devel/libstroke/patches/patch-aa
new file mode 100644
index 00000000000..406bd52d136
--- /dev/null
+++ b/devel/libstroke/patches/patch-aa
@@ -0,0 +1,11 @@
+--- libstroke/Makefile.in.orig Tue Aug 29 15:59:17 2000
++++ libstroke/Makefile.in Tue Aug 29 15:59:37 2000
+@@ -89,7 +89,7 @@
+ libstroke_tcl_la_SOURCES = tcl.c stroke.c
+
+ libstroke_la_LDFLAGS = -version-info 0:3:0
+-libstroke_tcl_la_LDFLAGS = -ltcl8.0 -version-info 0:3:0
++libstroke_tcl_la_LDFLAGS = -ltcl83 -version-info 0:3:0
+
+ include_HEADERS =
+