summaryrefslogtreecommitdiff
path: root/lang/tcl84/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - add patch for:Dirk Meyer2003-10-251-0/+13
| | | | | | | | | 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 Notes: svn path=/head/; revision=92133
* - use configures --includedirDirk Meyer2003-05-131-1/+1
| | | | | | | | - TCL_INCLUDE_SPEC is now set in tclConfig.sh - cleanup makefile Notes: svn path=/head/; revision=80933
* - Update to 8.4.2Dirk Meyer2003-03-231-12/+12
| | | | | | | | - make SOURCE path in tclConfig.sh variable PR: 48574 Notes: svn path=/head/; revision=77309
* remove inactive file.Dirk Meyer2002-09-101-20/+0
| | | | Notes: svn path=/head/; revision=66062
* Update to tcl8.4b2Dirk Meyer2002-09-092-48/+43
| | | | | | | koi8-u.enc now in distribution Notes: svn path=/head/; revision=65914
* Create an extra link for tclPlatDecls.hDirk Meyer2002-03-141-12/+13
| | | | | | | | PR: 35817 Submitted by: brandt@fokus.gmd.de Notes: svn path=/head/; revision=56072
* Update to 8.4.a4Dirk Meyer2002-03-072-41/+42
| | | | | | | | | | - DISTNAME changed - configure section for FreeBSD fixed - new encodings - new manpages Notes: svn path=/head/; revision=55669
* - strip SHLIB_LD of option "-soname $@"Dirk Meyer2002-01-271-3/+13
| | | | | | | | | | - define TCL_SHLIB_LD_EXTRAS - bump PORTREVISION PR: 34210 Notes: svn path=/head/; revision=53843
* update ports after rep after reprocopy:Dirk Meyer2001-11-244-69/+29
| | | | | | | | | | ports/lang/tcl83 to ports/lang/tcl84 ports/x11-toolkits/tk83 to ports/x11-toolkits/tk84 CATEGORIES stripped, no "tcl84" and "tk84" entrys. Notes: svn path=/head/; revision=50454
* Remove leftover fileDirk Meyer2001-11-161-0/+0
| | | | | | | Submitted by: huck@spawar.navy.mil Notes: svn path=/head/; revision=50126
* Fix patch, as the previous one did only half the job.Dirk Meyer2001-11-141-1/+10
| | | | | | | Submitted by: Roberto@eurocontrol.fr Notes: svn path=/head/; revision=50031
* Tcl will get hostname using uname(3). It seems FreeBSD's uname(3)Dirk Meyer2001-11-143-15/+26
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=50010
* Improved shared linking.Dirk Meyer2001-11-102-5/+17
| | | | Notes: svn path=/head/; revision=49919
* Change Installion of tclConfig.shDirk Meyer2001-11-011-1/+10
| | | | | | | | | | | | | | | | | | | 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' Notes: svn path=/head/; revision=49471
* Update to tcl 8.3.4Dirk Meyer2001-10-213-33/+41
| | | | | | | More encodings are inculded into the release Notes: svn path=/head/; revision=49015
* - Fix Content of LD_SEARCH_FLAGSDirk Meyer2001-08-143-31/+30
| | | | | | | | | | | - make FreeBSD-* switch in confugure work as intendend - add a patch to make manual autoconf work - PORTREVISION bumped PR: 28726 Notes: svn path=/head/; revision=46222
* - Added new file koi8-u.encDirk Meyer2001-06-151-0/+20
| | | | | | | | | | | | | | | - Fix Installation of new file - PORTREVISTION bumped The last item is the koi8-u.enc itself, suitable, I hope, for addition to the next release of TCL. koi8-u is not very different from koi8-r. See http://park.kiev.ua/multiling/koi8-u/draft-rfc-koi8-u.txt Submitted by: mi@misha.privatelabs.com (Mikhail Teterin) Notes: svn path=/head/; revision=44012
* - Fix creation of tmpfiles, previous version cause tcl to fail.Dirk Meyer2001-05-101-6/+4
| | | | | | | | PR: roam@FreeBSD.org Submitted by: Jaeho Kang <jhkang@isofree.net>, roam@FreeBSD.org Notes: svn path=/head/; revision=42507
* - patch to use mkstemp instead of tmpnamDirk Meyer2001-05-071-0/+17
| | | | | | | Submitted by: mi@aldan.algebra.com (Mikhail Teterin) Notes: svn path=/head/; revision=42378
* Update tcl/tk to 8.3.3Dirk Meyer2001-04-131-15/+16
| | | | | | | | | - Changes in installion of includes, so it keep compaible to previous patchlevel - took maintainership Notes: svn path=/head/; revision=41354
* Upgrade to 8.3.2.Jing-Tang Keith Jang2001-03-082-22/+22
| | | | | | | PR: ports/25371 Notes: svn path=/head/; revision=39229
* Upgrade to tcl-8.3.1 w/ plus patchJustin M. Seger2000-05-101-39/+30
| | | | Notes: svn path=/head/; revision=28397
* Add plus patchJustin M. Seger2000-05-011-7/+6
| | | | Notes: svn path=/head/; revision=28234
* Upgrade to tcl-8.3.0Justin M. Seger2000-04-242-120/+44
| | | | Notes: svn path=/head/; revision=27975
* Upgrade to tcl 8.2.3Justin M. Seger2000-01-052-22/+21
| | | | Notes: svn path=/head/; revision=24431
* Upgrade to tcl-8.2.2Justin M. Seger1999-11-212-19/+10
| | | | Notes: svn path=/head/; revision=23248
* Upgrade repository copies to tcl/tk 8.2Justin M. Seger1999-09-052-118/+154
| | | | Notes: svn path=/head/; revision=21274
* Upgrade to tcl and tk 8.1.Justin M. Seger1999-06-202-28/+74
| | | | | | | | | Move NO_LATEST_LINK from tcl81 and tk81 to tcl80 and tk80. Submitted by: YAZAKI Hiroyuki <yazaki@nn.iij4u.or.jp> Notes: svn path=/head/; revision=19591
* Don't try running mkLinks (since it doesn't do anything anyway)Bill Fenner1999-05-041-4/+4
| | | | | | | Use MLINKS= to accomplish what mkLinks wanted to do. Notes: svn path=/head/; revision=18472
* Update tcl81 to beta 1Eric J.Chet1999-01-172-29/+25
| | | | Notes: svn path=/head/; revision=16100
* Cleanup conversion to ELF.Steve Price1998-10-032-11/+25
| | | | Notes: svn path=/head/; revision=13611
* Changes for ELFJustin M. Seger1998-09-151-0/+14
| | | | Notes: svn path=/head/; revision=13124
* Honor CFLAGS is set.Steve Price1998-08-241-7/+17
| | | | | | | | PR: 7702 Submitted by: Sheldon Hearn <axl@iafrica.com> Notes: svn path=/head/; revision=12770
* Upgrade a repository copy of 8.0 to version 8.1Justin M. Seger1998-02-161-21/+10
| | | | Notes: svn path=/head/; revision=9763
* Whoops, forgot to copy over patch that bumped SHLIBPaul Traina1997-12-011-1/+1
| | | | Notes: svn path=/head/; revision=8941
* Upgrade to v8.0 PL1.Paul Traina1997-11-261-1/+11
| | | | | | | | Thanks go to all the folks who tested on their systems and tested ports that relied on Tcl/Tk v8.x. Notes: svn path=/head/; revision=8849
* Create some directories with "mkdir -p" so that it works on an emptySatoshi Asami1997-10-021-1/+6
| | | | | | | | /usr/local. If people can do a pkg_delete before the final test, it will be very appreciated. Notes: svn path=/head/; revision=8084
* Install all headers into ${PREFIX}/include/{generic,unix}Thomas Gellekum1997-10-011-10/+45
| | | | | | | | | for consistency with the older tcl ports. OK'd by: jkh Notes: svn path=/head/; revision=8070
* Build and install static library also.Jordan K. Hubbard1997-09-011-4/+41
| | | | | | | Submitted by: "Justin M. Seger" <jseger@freebsd.scds.com> Notes: svn path=/head/; revision=7741
* Import TCL 8.0 as a port for the 2.x users and others who want it hereJordan K. Hubbard1997-08-201-0/+68
as an option. Reviewed by: asami Notes: svn path=/head/; revision=7628