diff options
author | tron <tron> | 1999-04-03 00:51:30 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-03 00:51:30 +0000 |
commit | b58cd735ce45e82aaa1253f7a79b06052691a847 (patch) | |
tree | b56a65edf9828815cad8858dfddd9eae2706fe5f /lang/tclX80/Makefile | |
parent | 341902a62d3f2a22c911b24f7fdc295acae970ee (diff) | |
download | pkgsrc-b58cd735ce45e82aaa1253f7a79b06052691a847.tar.gz |
Update "tclX" package to version 8.0.4. Changes since version 8.0.2:
- Added fixes for handling some corner cases in saving and restoring
interp state on signals. Debugged and submitted by the ever-helpful
- Added --with-tcl dir and --with-tk configure options. Contributed by
- Added fixes for handling some corner cases in saving and restoring
interp state on signals. Debugged and submitted by the ever-helpful
- Fixed bug with .tndx libraries and references to commands in namespaces.
- Added -restart option to the signal command.
- Fixed TclX copy of Tcl auto_load proc out of sync; this broken ITcl.
- Include several Windows build fixes from Viktor Dukhovni
- Renamed --with-tk configure option to --enable-tk.
- Handle systems that don't implement restart of system calls on signal.
- Added infox have_signal_restart.
Diffstat (limited to 'lang/tclX80/Makefile')
-rw-r--r-- | lang/tclX80/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/tclX80/Makefile b/lang/tclX80/Makefile index b6deebb6d46..4d8930697bb 100644 --- a/lang/tclX80/Makefile +++ b/lang/tclX80/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 1999/04/01 13:38:44 agc Exp $ +# $NetBSD: Makefile,v 1.7 1999/04/03 00:51:30 tron Exp $ # -DISTNAME= tclX8.0.2 -PKGNAME= tclX-8.0.2 -CATEGORIES= lang +DISTNAME= tclX8.0.4 +PKGNAME= tclX-8.0.4 +CATEGORIES= lang x11 MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/tclx-distrib/ MAINTAINER= tron@netbsd.org @@ -11,9 +11,9 @@ HOMEPAGE= http://www.neosoft.com/TclX/ DEPENDS+= tk-8.0.5:../../x11/tk80 -WRKSRC= ${WRKDIR}/tclX8.0.2/unix -GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/tclX8.0.4/unix +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared --with-tk -CONFIGURE_ENV+= PREFIX=${PREFIX} TCL_SHLIB_LD_LIBS=-L${PREFIX}/lib +CONFIGURE_ENV+= TCL_SHLIB_LD_LIBS=-L${PREFIX}/lib .include "../../mk/bsd.pkg.mk" |