diff options
author | mi <mi@FreeBSD.org> | 2006-06-28 07:23:20 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2006-06-28 07:23:20 +0800 |
commit | 6dd9f4fab592e62ae96580c06f46a83aa1f22b03 (patch) | |
tree | 6f3894740bbb07760f6e1f6d5d998e8c33d4f03a /devel/tcl-neo | |
parent | 5849a5ba6b3d7a86d13b8bfba441e8d9fe95f7ea (diff) | |
download | freebsd-ports-gnome-6dd9f4fab592e62ae96580c06f46a83aa1f22b03.tar.gz freebsd-ports-gnome-6dd9f4fab592e62ae96580c06f46a83aa1f22b03.tar.zst freebsd-ports-gnome-6dd9f4fab592e62ae96580c06f46a83aa1f22b03.zip |
Upgrade tclX from 8.3.5 to 8.4 released last November after several
years of idleness. The changes are fairly substantial -- all Tk bits,
however insignificant they were, are now removed completely, for
example. No TclX enabled executable is built/installed either -- a Tcl
script is expected to load the Tclx package via the "package require
Tclx" only.
The changes to port add the handling of SIGINFO (made possible by the
recent fix-up of lang/tcl84), running the authors' test-target as part
of the build, and skipping building/installing of help files in the
NOPORTDOCS case.
The devel/tcl-neo is the only dependant port of tclX and is updated to
depend on the new version.
Diffstat (limited to 'devel/tcl-neo')
-rw-r--r-- | devel/tcl-neo/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/tcl-neo/Makefile b/devel/tcl-neo/Makefile index 3de161433390..c6cb47d00a34 100644 --- a/devel/tcl-neo/Makefile +++ b/devel/tcl-neo/Makefile @@ -7,7 +7,7 @@ PORTNAME= neotcl PORTVERSION= 8.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel tcl83 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=nws @@ -16,8 +16,10 @@ DISTNAME= neowebscript-3.3 MAINTAINER= mi@aldan.algebra.com COMMENT= The NeoTCL part of NeoWebScript -- an Apache TCL mod -LIB_DEPENDS= tclx83:${PORTSDIR}/lang/tclX \ - db2:${PORTSDIR}/databases/db2 +LIB_DEPENDS= db2:${PORTSDIR}/databases/db2 + +BUILD_DEPENDS= ${LOCALBASE}/include/tclExtend.h:${PORTSDIR}/lang/tclX +RUN_DEPENDS= ${BUILD_DEPENDS} # Not yet -- openldap used db3, neo used db2 :( # ldap.2:${PORTSDIR}/net/openldap20-client |