summaryrefslogtreecommitdiffstats
path: root/lang/tcl84
Commit message (Collapse)AuthorAgeFilesLines
* - Be more thorough in resetting locales to ensure successfull test runpav2006-12-011-1/+1
| | | | | PR: ports/105191 Submitted by: Gregory Nou <gregory.nou@gmail.com>
* Respect X11BASE in pkg-deinstall.tclshlaszlof2006-12-011-1/+1
| | | | Reported by: pointyhat
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
| | | | | | | - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Fix cronjob-driven updating of ports by fully qualifying the path to sysctl.linimon2006-07-071-1/+1
| | | | Hat: portmgr
* Fix INDEX buildsem2006-07-061-1/+1
|
* Add check for net.inet.tcp.blackhole and warn users, when it is set, as wellmi2006-07-051-0/+11
| | | | | | | | | | 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@
* Fix up a few issues:mi2006-06-276-2/+89
| | | | | | | | | | | | | | | | | | | | | . 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.
* - Upgrade to 8.4.13; (1)thierry2006-06-045-38/+60
| | | | | | | | | | - 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)
* Remove USE_REINPLACE from the categories starting with Ledwin2006-05-091-1/+0
|
* Remove two obsolete patches.lawrance2006-04-292-32/+0
| | | | | | | | | | | | | | | patch-tclUnixChan.c appears to have been a no-op all along, since it is comparing literal device names, and we have no "/dev/cua". patch-tclUnixSock.c was introduced on the basis that the nodename returned by uname(3) was limited to 32 characters, which does not appear to be the case now. PORTREVISION not bumped since there should be no functional change. PR: ports/92334 Submitted by: Donal Fellows <donal.k.fellows@manchester.ac.uk> (Tcl Core Team)
* - Add SHA256pav2005-11-251-0/+1
|
* Ensure that LATEST_LINK is unique for the tcl84-thread port.adamw2005-07-181-1/+1
|
* Upgrade from 8.4.10 to 8.4.11. Add a hunk to Tk to stop the need formi2005-07-053-28/+3
| | | | | | 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
* - Fix build in WITH_THREADS casepav2005-06-301-0/+25
| | | | | | PR: ports/82826 Submitted by: Michael Edenfield <kutulu@kutulu.org> Obtained from: tcl CVS
* Correct pkg-plist. Put on the pointed hat.mi2005-06-291-1/+1
| | | | Notified by: kris (pointyhat)
* Correct the use of PREFIX (where we insall ourselves) and LOCALBASEmi2005-06-291-1/+1
| | | | | | | | (where we find other packages). This makes no difference in most cases... PR: 82645 Submitted by: Vsevolod Stakhov
* Update from 8.4.7 to 8.4.10mi2005-06-294-20/+32
|
* Update to 8.4.7ade2004-11-124-85/+27
|
* - allow to set TCLBASEdinoex2004-11-011-1/+3
| | | | package not changed
* - optimize reinplace to handle symlinked /usr/portsdinoex2004-10-281-3/+2
|
* - Fix bad source path in tclConfig.sh tkConfig.shdinoex2004-10-271-2/+4
| | | | make packages from pointyhat cluster work as intended
* - new options:dinoex2004-08-171-1/+9
| | | | | | WITH_TCL82_MAN, WITH_TCL82_MAN, WITHOUT_TCL84_MAN, WITH_TK82_MAN, WITH_TK82_MAN, WITHOUT_TK84_MAN PR: 70328
* - support mode on /dev/cuaa*dinoex2004-06-302-0/+13
| | | | Submitted by: John Hay
* - make PKGNAMESUFFIX more flexibledinoex2004-03-261-1/+2
|
* - reset MAINTIANER as nobody cares for it.dinoex2004-03-061-1/+1
|
* - Restore PORTEPOCHpav2004-03-061-0/+1
| | | | | Reported by: John Merryweather Cooper <coop9211@uidaho.edu> Pointy hat to: dinoex
* - update to 8.4.6dinoex2004-03-062-4/+3
|
* - add SIZEdinoex2004-02-261-0/+1
|
* - Update to 8.4.5dinoex2003-12-042-3/+2
|
* - add patch for:dinoex2003-10-252-0/+14
| | | | | | 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
* - back out last changesdinoex2003-08-041-3/+0
| | | | | kris states that fpsetround is supported, despite that is not part of C99 standard.
* - NOT_FOR_ARCHS amd64, fpsetround does not exist.dinoex2003-08-031-0/+3
|
* - update 8.4.4dinoex2003-07-242-4/+3
| | | | - extend CATEGORIES
* - Update URLdinoex2003-06-171-1/+1
|
* Add a second checksum:kris2003-05-311-0/+1
| | | | | | | | | - distfile was recreated with modified files: macosx/tclMacOSXBundle.c ChangeLog PR: 52625 Submitted by: Nate Eldredge <neldredge@hmc.edu>
* - Update to 8.4.3dinoex2003-05-213-3/+3
|
* - use configures --includedirdinoex2003-05-132-9/+10
| | | | | - TCL_INCLUDE_SPEC is now set in tclConfig.sh - cleanup makefile
* - Fix some problems for other ports when WRKDIRPREFIX= is not set.dinoex2003-04-031-1/+1
| | | | (packages are not affected)
* - fix problem with sed, if no WRKDIRPREFIX is set.dinoex2003-03-241-1/+1
|
* - Update to 8.4.2dinoex2003-03-233-15/+21
| | | | | - make SOURCE path in tclConfig.sh variable PR: 48574
* - add suuport for option TCL_WITH_THREADSdinoex2003-02-231-0/+10
| | | | Submitted by: lehmann@ans-netz.de
* - retire pkg-commentdinoex2003-02-211-1/+0
|
* - add COMMENTdinoex2003-02-201-0/+1
|
* - Fix spellingdinoex2003-02-111-1/+1
|
* - use LATEST_LINKdinoex2003-02-041-1/+1
|
* - Update to 8.4.1dinoex2002-11-122-2/+2
|
* Add missing manpagekris2002-10-281-2/+2
|
* bump PORTEPOCHdinoex2002-10-161-0/+1
|
* Update to 8.4.0dinoex2002-10-053-5/+5
|
* remove inactive file.dinoex2002-09-101-20/+0
|
OpenPOWER on IntegriCloud