- 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.
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.
Implement a new DEPENDS definition, which looks for an installed
package, building it if not present, and use it in preference to
LIB_DEPENDS. This should make the package collection more useful on
NetBSD ELF ports.