pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang Switch to Tcl/Tk 8.4 and bl3ify.
details: https://anonhg.NetBSD.org/pkgsrc/rev/05fc3ebb8414
branches: trunk
changeset: 470649:05fc3ebb8414
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu Mar 11 07:16:45 2004 +0000
description:
Switch to Tcl/Tk 8.4 and bl3ify.
diffstat:
lang/tcl-expect/Makefile | 6 +++---
lang/tcl-expect/Makefile.common | 3 ++-
lang/tk-expect/Makefile | 8 +++++---
3 files changed, 10 insertions(+), 7 deletions(-)
diffs (75 lines):
diff -r 5d31111f847b -r 05fc3ebb8414 lang/tcl-expect/Makefile
--- a/lang/tcl-expect/Makefile Thu Mar 11 06:58:12 2004 +0000
+++ b/lang/tcl-expect/Makefile Thu Mar 11 07:16:45 2004 +0000
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.15 2004/03/08 19:52:51 minskim Exp $
+# $NetBSD: Makefile,v 1.16 2004/03/11 07:16:45 minskim Exp $
#
.include "Makefile.common"
PKGNAME= tcl-expect-${EXPECT_VERSION}
+PKGREVISION= 1
CATEGORIES= lang
MAINTAINER= jwise%NetBSD.org@localhost
COMMENT= Extensions to Tcl to support scripting of interactive programs
-DEPENDS+= tcl>=8.3.2:../../lang/tcl83
-
CONFLICTS+= expect-[0-9]*
CONFIGURE_ARGS= --enable-shared \
@@ -18,4 +17,5 @@
--with-tclinclude=${PREFIX}/include/tcl \
--without-x
+.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 5d31111f847b -r 05fc3ebb8414 lang/tcl-expect/Makefile.common
--- a/lang/tcl-expect/Makefile.common Thu Mar 11 06:58:12 2004 +0000
+++ b/lang/tcl-expect/Makefile.common Thu Mar 11 07:16:45 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2004/01/20 12:19:18 agc Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/03/11 07:16:45 minskim Exp $
#
DISTNAME= expect-${EXPECT_VERSION}
@@ -8,6 +8,7 @@
EXPECT_VERSION= 5.38.0
WRKSRC= ${WRKDIR}/expect-5.38
+USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
TEST_TARGET= test
diff -r 5d31111f847b -r 05fc3ebb8414 lang/tk-expect/Makefile
--- a/lang/tk-expect/Makefile Thu Mar 11 06:58:12 2004 +0000
+++ b/lang/tk-expect/Makefile Thu Mar 11 07:16:45 2004 +0000
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.14 2004/03/08 20:27:14 minskim Exp $
+# $NetBSD: Makefile,v 1.15 2004/03/11 07:16:45 minskim Exp $
#
.include "../../lang/tcl-expect/Makefile.common"
PKGNAME= tk-expect-${EXPECT_VERSION}
+PKGREVISION= 1
CATEGORIES= lang
MAINTAINER= jwise%NetBSD.org@localhost
COMMENT= Tcl interpreter with both the expect and tk extensions built in
-DEPENDS+= tk>=8.3.2:../../x11/tk83
-DEPENDS+= tcl-expect-${EXPECT_VERSION}:../../lang/tcl-expect
+DEPENDS+= tcl-expect>=${EXPECT_VERSION}:../../lang/tcl-expect
CONFIGURE_ARGS= --enable-shared \
--with-tclconfig=${PREFIX}/lib \
@@ -22,4 +22,6 @@
${INSTALL_PROGRAM} ${WRKSRC}/expectk ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/expectk.man ${PREFIX}/man/man1/expectk.1
+.include "../../lang/tcl/buildlink3.mk"
+.include "../../x11/tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index