Commit graph

95 commits

Author SHA1 Message Date
Mark Linimon
e09cecf955 Fix cronjob-driven updating of ports by fully qualifying the path to sysctl.
Hat:		portmgr
2006-07-07 23:08:24 +00:00
Sergey Matveychuk
6c6c55cd26 Fix INDEX build 2006-07-06 06:42:24 +00:00
Mikhail Teterin
d331ea0a39 Add check for net.inet.tcp.blackhole and warn users, when it is set, as well
as disable socket.test in this case. Some of the TCL's self-tests attempt to
open a socket to (or request http-data from) a "dead" port on the localhost.

These tests expect a quick failure, but get a hang, when the blackhole is on.
Tests in http.test use a timeout, but some of those in socket.test do not...

Pointed out by:	confusion on ports@
2006-07-05 20:04:24 +00:00
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
Thierry Thomas
3a91080529 - Upgrade to 8.4.13; (1)
- Fix man pages: the required macros were not sourced. (2)

Changelog at
<http://sourceforge.net/project/shownotes.php?release_id=399452%26group_id=10894>

PR:		ports/96622 (1)
Noticed by:     phk (2)
2006-06-04 22:02:14 +00:00
Edwin Groothuis
7c6393360c Remove USE_REINPLACE from the categories starting with L 2006-05-09 20:52:24 +00:00
Adam Weinberger
ee0759c3de Ensure that LATEST_LINK is unique for the tcl84-thread port. 2005-07-18 07:24:08 +00:00
Mikhail Teterin
d650c29c02 Upgrade from 8.4.10 to 8.4.11. Add a hunk to Tk to stop the need for
Tcl sources to be available at Tk build-time. Only a few headers
are actually needed and they are installed by Tcl port under
$LOCALBASE/include/tcl8.x
2005-07-05 17:30:52 +00:00
Mikhail Teterin
9cd8cc16dd Correct the use of PREFIX (where we insall ourselves) and LOCALBASE
(where we find other packages). This makes no difference in most
cases...

PR:	82645
Submitted by: Vsevolod Stakhov
2005-06-29 15:20:02 +00:00
Mikhail Teterin
a70709d9cf Update from 8.4.7 to 8.4.10 2005-06-29 13:44:01 +00:00
Ade Lovett
64cee60a73 Update to 8.4.7 2004-11-12 01:15:44 +00:00
Dirk Meyer
f1577acfd9 - allow to set TCLBASE
package not changed
2004-11-01 12:46:24 +00:00
Dirk Meyer
d812bf6dde - optimize reinplace to handle symlinked /usr/ports 2004-10-28 07:49:06 +00:00
Dirk Meyer
e8599f3df2 - Fix bad source path in tclConfig.sh tkConfig.sh
make packages from pointyhat cluster work as intended
2004-10-27 18:07:18 +00:00
Dirk Meyer
bf30172cbf - new options:
WITH_TCL82_MAN, WITH_TCL82_MAN, WITHOUT_TCL84_MAN,
 WITH_TK82_MAN, WITH_TK82_MAN, WITHOUT_TK84_MAN
PR:	70328
2004-08-17 05:00:53 +00:00
Dirk Meyer
4af71e33b7 - support mode on /dev/cuaa*
Submitted by:	John Hay
2004-06-30 13:17:09 +00:00
Dirk Meyer
baa1b26494 - make PKGNAMESUFFIX more flexible 2004-03-26 18:39:07 +00:00
Dirk Meyer
af0e988a30 - reset MAINTIANER as nobody cares for it. 2004-03-06 19:32:12 +00:00
Pav Lucistnik
789673014d - Restore PORTEPOCH
Reported by:	John Merryweather Cooper <coop9211@uidaho.edu>
Pointy hat to:	dinoex
2004-03-06 18:03:56 +00:00
Dirk Meyer
47fb8aaa22 - update to 8.4.6 2004-03-06 06:11:30 +00:00
Dirk Meyer
b843772461 - Update to 8.4.5 2003-12-04 19:30:29 +00:00
Dirk Meyer
2682b52ed9 - add patch for:
FreeBSD only provides the __fpsetreg() used by the following two
for the GNU Compiler. When using, say, Intel's icc they break.
Submitted by:	root@celsius.bychok.com
2003-10-25 20:44:15 +00:00
Dirk Meyer
edab3b7b7e - back out last changes
kris states that fpsetround is supported,
despite that is not part of C99 standard.
2003-08-04 04:39:31 +00:00
Dirk Meyer
b6d13a5528 - NOT_FOR_ARCHS amd64, fpsetround does not exist. 2003-08-03 09:54:44 +00:00
Dirk Meyer
9ebe8d9955 - update 8.4.4
- extend CATEGORIES
2003-07-24 06:28:21 +00:00
Dirk Meyer
b3b07a7ca0 - Update to 8.4.3 2003-05-21 05:10:32 +00:00
Dirk Meyer
00cccc4f8b - use configures --includedir
- TCL_INCLUDE_SPEC is now set in tclConfig.sh
- cleanup makefile
2003-05-13 19:13:01 +00:00
Dirk Meyer
5007d8874c - Fix some problems for other ports when WRKDIRPREFIX= is not set.
(packages are not affected)
2003-04-03 04:21:50 +00:00
Dirk Meyer
bdd62873c5 - fix problem with sed, if no WRKDIRPREFIX is set. 2003-03-24 04:20:47 +00:00
Dirk Meyer
0bb946dfef - Update to 8.4.2
- make SOURCE path in tclConfig.sh variable
PR:             48574
2003-03-23 20:29:46 +00:00
Dirk Meyer
69b55b0807 - add suuport for option TCL_WITH_THREADS
Submitted by:	lehmann@ans-netz.de
2003-02-23 12:33:36 +00:00
Dirk Meyer
387f34ee24 - add COMMENT 2003-02-20 18:26:42 +00:00
Dirk Meyer
26d0b60848 - Fix spelling 2003-02-11 04:39:49 +00:00
Dirk Meyer
2c6d201845 - use LATEST_LINK 2003-02-04 20:12:46 +00:00
Dirk Meyer
14ac16c78f - Update to 8.4.1 2002-11-12 21:13:42 +00:00
Kris Kennaway
1615f0e759 Add missing manpage 2002-10-28 01:36:38 +00:00
Dirk Meyer
1e74dc9d00 bump PORTEPOCH 2002-10-16 18:18:07 +00:00
Dirk Meyer
cd78936c6e Update to 8.4.0 2002-10-05 17:24:40 +00:00
Dirk Meyer
78eac1eef3 Update to tcl8.4b2
koi8-u.enc now in distribution
2002-09-09 12:12:37 +00:00
Dirk Meyer
dcbc75a57b Create an extra link for tclPlatDecls.h
PR:		35817
Submitted by:	brandt@fokus.gmd.de
2002-03-14 14:14:10 +00:00
Dirk Meyer
1569482865 Update to 8.4.a4
- DISTNAME changed
- configure section for FreeBSD fixed
- new encodings
- new manpages
2002-03-07 07:01:40 +00:00
Dirk Meyer
00b1bf0150 - strip SHLIB_LD of option "-soname $@"
- define TCL_SHLIB_LD_EXTRAS
- bump PORTREVISION

PR:		34210
2002-01-27 14:24:21 +00:00
Dirk Meyer
518352419a To much _MLINKS for README.html 2001-12-28 13:18:45 +00:00
Dirk Meyer
486764a530 update ports after rep after reprocopy:
ports/lang/tcl83         to  ports/lang/tcl84
ports/x11-toolkits/tk83  to  ports/x11-toolkits/tk84

CATEGORIES stripped, no "tcl84" and "tk84" entrys.
2001-11-24 04:18:46 +00:00
Dirk Meyer
3b37e7ae6b Tcl will get hostname using uname(3). It seems FreeBSD's uname(3)
returns only 31 letters by /usr/include/sys/utsname.h.

 Problem was that configure detects uname(3) and uses uname(3) in
 the hostname-function, while gethostname gives more (=longer)
 information.

 keep uname around, as it is be used in TclpSetVariables.

 took maintainership 8.2

 apply a fix for unsafe tempfile handling from 8.3

PR:		18896
Submitted by:	yoshint@flab.fujitsu.co.jp
2001-11-14 08:44:08 +00:00
Dirk Meyer
21a2539b2c Improved shared linking. 2001-11-10 21:03:59 +00:00
Dirk Meyer
18bc73fe5b Change Installion of tclConfig.sh
Fixes a problem with deskutils/ical
that assumes the macro TCL_LIB_FILE
can be accessed in quoutes.
Reduced some dynamic expansions on the way.

-TCL_LIB_FILE='libtcl83${TCL_DBGX}.so.1'
+TCL_LIB_FILE='libtcl83.so.1'

-TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`${DBGX}.so.1'
+TCL_SHARED_LIB_SUFFIX='83${TCL_DBGX}.so.1'

-TCL_UNSHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`${DBGX}.a'
+TCL_UNSHARED_LIB_SUFFIX='83${DBGX}.a'
2001-11-01 21:29:20 +00:00
David E. O'Brien
c30f9a8326 Explicitly set the LATEST_LINK -- right now this port and tcl82 are
fighting it out to see who gets the tk.tgz -> ../All/tk-8.*.tgz link.
Today tk82 won. :-(  So lets fix the race condition.  I hope the tcl port
maintainers will think thru this problem and its interaction with the tk
ports.
2001-10-31 23:00:29 +00:00
Dirk Meyer
087a403024 Update to tcl 8.3.4
More encodings are inculded into the release
2001-10-21 03:13:44 +00:00
Dirk Meyer
db2cbd7315 - Fix Content of LD_SEARCH_FLAGS
- make FreeBSD-* switch in confugure work as intendend
- add a patch to make manual autoconf work
- PORTREVISION bumped

PR:		28726
2001-08-14 08:01:45 +00:00