1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/lang/tcl84
Mikhail Teterin d767266adb Fix up a few issues:
. add recognition of the BSD-specific SIGINFO signal (to be
	  submitted to authors);
	. avoid even extracting the compat/ subdirectory for fear
	  of picking up a wrong declaration for a function defined
	  in a system library;
	. force to use the system strstr() instead of building TCL's
	  own (from compat/strstr.c);
	. similarly, use the system memmove() instead of the (identical)
	  bcopy;
	. run the vendor's tests as part of the build -- the test failures
	  are not fatal, but may help investigate problems;
	. fix up the two failing tests so that none currently fail on my two
	  test systems (FreeBSD-6.1-STABLE i386 and amd64) (fixes submitted
	  to authors);
	. quiet down the noisy warning, triggered in the thread-case by
	  the re-#define of inet_ntoa() in tclUnixPort.h.

Bump PORTREVISION.
2006-06-27 22:27:22 +00:00
..
files Fix up a few issues: 2006-06-27 22:27:22 +00:00
distinfo - Upgrade to 8.4.13; (1) 2006-06-04 22:02:14 +00:00
Makefile Fix up a few issues: 2006-06-27 22:27:22 +00:00
pkg-deinstall.tclsh
pkg-descr
pkg-install.tclsh
pkg-plist Fix up a few issues: 2006-06-27 22:27:22 +00:00