summaryrefslogtreecommitdiff
path: root/lang/tcl-tclX/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2012-08-22lang/tcl-tclX: Remove package due to Tcl upgrade to v8.5marino1-16/+0
The TclX project is dead. The homepage still works, but says the main page for development is <http://www.neosoft.com/TclX/>, and it doesn't resolve. Additionally, the last release on Sourceforge was Nov 2005. TclX does not build with the latest stable version of Tcl. Rather than keeping this package on life support, it's prudent to just remove it. Discussed with wiz@ and he@
2010-02-25Fix patch so that -Wl,-R and the path are one option.joerg1-2/+2
2009-11-27Sort --mode argument before comiler in libtool invocation.joerg1-2/+2
2008-10-03Fix pax invocation.joerg1-2/+2
2008-08-19Use pax instead of requiring GNU tar.joerg1-5/+5
DESTDIR support Fix unbalanced ' in configure.
2006-01-11Even more less matherr for DragonFly.joerg1-1/+3
2006-01-11No matherr on DragonFly.joerg1-1/+3
2005-02-24Add RMD160 digestsagc1-1/+2
2004-05-16Remove dots in library names on all platforms to match with PLISTminskim1-2/+2
entries.
2004-05-13- Update {tcl,tk}-tclX to 8.3.5.minskim1-8/+7
- Bl3ify. - Enable pkgviews installation. OK'ed by jwise@, the maintainer. Changes since 8.2: * got "make buildhelp" working * tcl/generic/tclXgeneral.c (TclX_EchoObjCmd): use encoding aware functions in 8.1+. [Bug #514053] * win/Makefile.in: * win/configure.in: * win/configure: Changed to use TCL_LIBS and TK_LIBS as the source for the list of Windows libraries to link against. Fixes #501990. * tcl/generic/tclXlib.c (MakeAbsFile): Replaced a call to the internal 'TclpGetCwd' with an access to the public API 'Tcl_GetCwd'. [457266]. Reported by Vincent Darley. * doc/TclX.n: * tcl/generic/tclXoscmds.c: allowed sleep to accept double values, to match the Expect sleep command. This prevents conflicts that depended on the order of package requires. [Patch #444332] * unix/tools/tclmanpages: Added "re_syntax.n" to the list of processed manpages [#405956]. * All of the changes below are there to fix bug [418295]. * tcl/generic/tclXoscmds.c (TclX_OsCmdsInit): "system" and "sleep" now use the new command creation procedure. * tcl/generic/tclXprocess.c (TclX_ProcessInit): "fork" and "wait" now use the new command creation procedure. * tcl/generic/tclXutil.c (TclX_CreateObjCommand): Added the implementation of this new procedure. * tcl/generic/tclExtdInt.h: Added TclX_CreateObjCommand to encapsulate the logic for the creation of commands FOO and tclx_FOO. * tcl/generic/tclXlist.c (TclX_LassignObjCmd): Added TCL_LEAVE_ERR_MSG to call of 'Tcl_SetVar2Ex'. This fixes the bug [227478]. * tcl/generic/tclXgeneral.c (TclX_LoopObjCmd): Changed 'Tcl_AppendStringsToObj' into 'Tcl_AddErrorInfo'. Fixes bug [226388]. Associated patch is [403050]. No need to extend the testsuite, it already contained a test exercising the bug. * tcl/unix/Makefile.in: * tk/unix/Makefile.in: Fixed bogus "test -f" on the new HELP_DIR directory, which should be "test -d". * win/Makefile.in - fixed because of new definition of TCL_SRC_DIR and TK_SRC_DIR * Changed the HELP_DIR to be configurable so I could have parallel builds not all trying to create the same help files. * tcl/win/configure.in, common.bc, common.vc Fixed version number to 8.3 * {tcl,tk}/unix/Makefile.in, tweaks to get references to LIB_RUNTIME_DIR properly expanded on irix builds. Also added BUILDHELP macro that is conditional on nroff being present so we don't try to build help files on systems with out nroff. * tcl/win/tclXAppInit.c, tk/generic/tkXshell.c, tk/win/tkXAppInit.c - turn off USE_TCL_STUBS * win/Makefile.in, win/configure.in: Cleanup use of stubs library. * tcl/win/tclXwinOS.c (TclXOSkill): Added support for "kill" command on Windows platforms.
2004-05-12Make this package build with thread-enabled Tcl, and simplify patchesminskim1-3/+3
by using -ltcl and -ltk instead of version-dependent tcl library name such as -ltcl83 and -ltk83.
2004-03-20Make tcl-tclX and tk-tclX use Tcl/Tk 8.4. Bump PKGREVISION.minskim1-2/+3
While here, update HOMEPAGE.
2001-04-27Do previous changes to make the source for tcl available differently andskrll1-3/+3
hopefully in a cleaner way. Do the same for the tk sources for tk-tclX Both should now build. {tcl,tk}-tclX/Makefile have an awful lot in common so someone might like to split a lot of it out.
2001-04-26Make this build by providing the tcl sources at build time and explicitlyskrll1-3/+3
setting the directory that the sources are in. Taking the source directory from tclConfig.sh is not guaranteed to work.
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+10
+ move the patch digest/checksum values from files/patch-sum to distinfo