pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/tcl-scotty Use buildlink framework and switch to T...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a258620f36d5
branches: trunk
changeset: 476156:a258620f36d5
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri Jun 04 14:47:02 2004 +0000
description:
Use buildlink framework and switch to Tcl 8.4.
Bump PKGREVISION due to the tcl dependency change.
diffstat:
net/tcl-scotty/Makefile | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diffs (41 lines):
diff -r 4a4e46aaed5b -r a258620f36d5 net/tcl-scotty/Makefile
--- a/net/tcl-scotty/Makefile Fri Jun 04 14:44:31 2004 +0000
+++ b/net/tcl-scotty/Makefile Fri Jun 04 14:47:02 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2004/06/04 14:44:31 minskim Exp $
+# $NetBSD: Makefile,v 1.13 2004/06/04 14:47:02 minskim Exp $
#
DISTNAME= scotty-${DIST_VERS}
PKGNAME= tcl-scotty-${DIST_VERS}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net tcl
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
@@ -11,19 +11,23 @@
HOMEPAGE= http://wwwhome.cs.utwente.nl/~schoenw/scotty/
COMMENT= Network management extensions to TCL
-DEPENDS+= tcl>=8.3.2:../../lang/tcl83
+BUILDLINK_DEPENDS.tcl+= tcl>=8.4.6nb4
DIST_VERS= 2.1.11
WRKSRC= ${WRKDIR}/${DISTNAME}/unix
+USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-tcl-config=${PREFIX}/lib --enable-multicast \
+CONFIGURE_ARGS+=--with-tcl-config=${BUILDLINK_PREFIX.tcl}/lib \
+ --enable-multicast \
--enable-gdmo --without-tk-config
CONFIGURE_ENV+= TARGET=scotty
USE_LIBTOOL= yes
NO_EXPORT_CPP= yes
+.include "../../lang/tcl/buildlink3.mk"
+
post-extract:
@${RM} -f ${WRKSRC}/../doc/http.n
@${RM} -f ${WRKSRC}/../doc/tkined.1
Home |
Main Index |
Thread Index |
Old Index