Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-05-20 | Remove unnecessary assignments of "INSTALL", "INSTALL_DATA", | tron | 1 | -5/+2 | |
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV". | |||||
1999-05-15 | Take a stab at Zoularis support | tsarna | 2 | -7/+12 | |
1999-05-11 | s/netbsd/${LOWER_OPSYS}/ | abs | 1 | -4/+5 | |
1999-05-06 | Typo. | kleink | 1 | -1/+1 | |
1999-05-04 | s/netbsd/${LOWER_OPSYS}/ | abs | 1 | -2/+3 | |
1999-05-01 | Update to final 1.5.2 docs | tsarna | 2 | -5/+5 | |
1999-04-27 | Pass "${CFLAGS}" to configure script as suggested by Adam Ciarcinski. | tron | 1 | -2/+2 | |
1999-04-26 | add USE_X11=yes | garbled | 2 | -2/+4 | |
1999-04-17 | Make this work with egcs using the compilation notes provided | mjl | 6 | -12/+61 | |
by Sean Doran <smd@ebone.net>. Closes PR/6339. | |||||
1999-04-15 | Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with | tron | 2 | -6/+4 | |
variable substituition of "MASTER_SITES" and "PATCH_SITES". | |||||
1999-04-14 | Remove unnecessary slash from master site list. | tron | 3 | -6/+6 | |
1999-04-14 | ${LOCALBAASE}/bin/perl or bust. | bad | 1 | -2/+2 | |
1999-04-14 | Update to 1.5.2b2. If 1.5.2 docs are released before the freeze, great. | tsarna | 4 | -8/+10 | |
If not, these are still better than the 1.5.1 docs. XXX the issue of where HTML docs should be installed still needs to be resolved. Left the same for now. | |||||
1999-04-14 | RCSid and comment on patch. | tsarna | 1 | -0/+4 | |
1999-04-14 | Deal with our unusually long compiler version string. | tsarna | 1 | -0/+11 | |
1999-04-14 | Upgrade to 1.5.2 | tsarna | 9 | -2141/+57 | |
1999-04-12 | Enable "smalleiffel", fixes PR pkg/7244 by Johnny C. Lam. | jlam | 1 | -1/+2 | |
1999-04-12 | smalleiffel-0.79 -- the GNU Eiffel compiler | jlam | 12 | -0/+783 | |
1999-04-10 | Use "BSD_INSTALL_..." instead of "INSTALL_..." in patches because these | tron | 3 | -9/+7 | |
are always added to the "make" environment. | |||||
1999-04-10 | Add an enable gforth. | simonb | 1 | -1/+2 | |
1999-04-10 | gforth: A fast interpreter for the Forth language. | simonb | 6 | -0/+207 | |
Enabled only for i386 at the moment. It definitely doesn't work on mips, and I can't test anything else. | |||||
1999-04-08 | s/netbsd/${LOWER_OPSYS}/g | agc | 5 | -284/+284 | |
1999-04-08 | Install "Object.3" manual page as "Tcl_Object.3" to avoid conflict | tron | 3 | -416/+426 | |
with "lesstif" package in case *shudder* "xpkgwedge" is installed. Fixes PR pkg/7340 by John Darrow. | |||||
1999-04-07 | Make this package work on Solaris. | agc | 1 | -1/+10 | |
1999-04-07 | Add and enable egcs. | agc | 1 | -1/+2 | |
1999-04-07 | Import of egcs-1.1.2, the the experimental GNU compiler suite, for use on | agc | 5 | -0/+341 | |
Solaris only (this package is part of the base NetBSD system). | |||||
1999-04-05 | Thou shalt use "libtool". | tron | 3 | -10/+338 | |
1999-04-05 | Back out this change. The configuration file is obviously allright, it is | tron | 1 | -154/+0 | |
"ical" that is broken. | |||||
1999-04-04 | bind MASTER_SITE_SUBDIR | proff | 1 | -1/+2 | |
1999-04-04 | add $NetBSD$ | proff | 1 | -1/+3 | |
1999-04-04 | ucblogo | proff | 1 | -1/+2 | |
1999-04-04 | The perils of having to entertain a pushy 8 year old :) | proff | 6 | -0/+456 | |
1999-04-03 | Back out experimental change committed by mistake. | tron | 1 | -2/+1 | |
1999-04-03 | Fix shell escaping so that "tclConfig.sh" actually works. | tron | 2 | -1/+156 | |
1999-04-03 | Update "tclX" package to version 8.0.4. Changes since version 8.0.2: | tron | 6 | -321/+321 | |
- 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. | |||||
1999-04-03 | Strip "tclsh" binary during installation. | tron | 1 | -5/+7 | |
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 1 | -6/+2 | |
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} | |||||
1999-04-01 | Update the comment to explain what tcl is, rather than just expand the | agc | 2 | -4/+4 | |
acronym. Update the PLIST to reflect new files added in new distribution. | |||||
1999-04-01 | Update to tk version 8.0.5. This seems to be primarily a bug-fix release. | agc | 2 | -4/+4 | |
1999-04-01 | Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fix | agc | 5 | -807/+802 | |
release. | |||||
1999-04-01 | Add support for Solaris, and document the changes made to the configure | agc | 1 | -2/+39 | |
script. The Solaris changes mirror the NetBSD ones, so that PLIST entries etc remain the same. | |||||
1999-04-01 | Explicitly remove the linkname before trying to link it again. | agc | 1 | -5/+8 | |
1999-04-01 | Do the calculation of shared lib name suffices in the configure script. | agc | 1 | -14/+2 | |
1999-03-08 | s/make/${MAKE}/g | agc | 2 | -4/+4 | |
1999-03-04 | Update dependence for "png" package. | tron | 1 | -2/+2 | |
1999-03-03 | Somone fixed the release date in the readme, causing the checksum to change. | tsarna | 1 | -2/+2 | |
1999-03-01 | fix MASTER_SITES, per PR 7069 | hubertf | 1 | -2/+2 | |
1999-02-28 | Updated MASTER_SITES for elisp-manual to handle the gnu ftp reorganization. | dbj | 2 | -3/+4 | |
Added elisp-manual to it's parent directory's makefile. | |||||
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 6 | -18/+6 | |
1999-02-11 | Use install-info in $PATH, so that systems with it in base will work too. | tv | 2 | -6/+6 | |