aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl83
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 8.3.5Dirk Meyer2002-11-125-63/+44
| | | | Notes: svn path=/head/; revision=69974
* - strip SHLIB_LD of option "-soname $@"Dirk Meyer2002-01-272-4/+5
| | | | | | | | | | - define TCL_SHLIB_LD_EXTRAS - bump PORTREVISION PR: 34210 Notes: svn path=/head/; revision=53843
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50301
* 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-144-16/+27
| | | | | | | | | | | | | | | | | | | | 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-103-6/+18
| | | | Notes: svn path=/head/; revision=49919
* Change Installion of tclConfig.shDirk Meyer2001-11-012-1/+11
| | | | | | | | | | | | | | | | | | | 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
* Explicitly set the LATEST_LINK -- right now this port and tcl82 areDavid E. O'Brien2001-10-311-0/+1
| | | | | | | | | | 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. Notes: svn path=/head/; revision=49439
* Update to tcl 8.3.4Dirk Meyer2001-10-216-41/+55
| | | | | | | More encodings are inculded into the release Notes: svn path=/head/; revision=49015
* - Fix Content of LD_SEARCH_FLAGSDirk Meyer2001-08-144-32/+31
| | | | | | | | | | | - 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
* change MAINTAINER to FreeBSD.org addressDirk Meyer2001-06-241-1/+1
| | | | Notes: svn path=/head/; revision=44375
* - Added new file koi8-u.encDirk Meyer2001-06-153-2/+26
| | | | | | | | | | | | | | | - 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-102-7/+5
| | | | | | | | 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-072-0/+18
| | | | | | | Submitted by: mi@aldan.algebra.com (Mikhail Teterin) Notes: svn path=/head/; revision=42378
* Add one missing manpage.Dmitry Sivachenko2001-04-171-1/+1
| | | | Notes: svn path=/head/; revision=41531
* Update tcl/tk to 8.3.3Dirk Meyer2001-04-134-21/+22
| | | | | | | | | - 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-085-42/+37
| | | | | | | PR: ports/25371 Notes: svn path=/head/; revision=39229
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-3/+3
| | | | Notes: svn path=/head/; revision=37252
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=36564
* Rename {INSTALL,DEINSTALL}.tclsh to pkg-{install,deinstall}.tclsh.Satoshi Asami2000-10-081-2/+2
| | | | Notes: svn path=/head/; revision=33532
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-3/+1
| | | | Notes: svn path=/head/; revision=29615
* Be aware of otclsh and tclsh8.1_rTim Vanderhoek2000-05-312-2/+2
| | | | Notes: svn path=/head/; revision=29021
* PKGDEINSTALL=${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh, or fromTim Vanderhoek2000-05-311-0/+1
| | | | | | | | | | | | ${PKGDIR} if DEINSTALL.tclsh exists there. Also, add INSTALL.tclsh to ja-tcl*, otcl, and itcl. The latter two technically don't need it since they depend on another library which will pull the (DE)?INSTALL.tclsh stuff in, but I'm changing them anyways as a defensive measure. Notes: svn path=/head/; revision=29020
* Let the user know about itcl installations, too.Tim Vanderhoek2000-05-311-3/+6
| | | | Notes: svn path=/head/; revision=29019
* Add a DEINSTALL.tclsh everywhere there exists an INSTALL.tclsh.Tim Vanderhoek2000-05-311-0/+22
| | | | Notes: svn path=/head/; revision=29018
* The checksum of Tcl plus patch for tcl-8.3.1 at PATCH_SITES is differentMaxim Sobolev2000-05-231-1/+1
| | | | | | | | | | from files/md5. PR: 18758 Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Notes: svn path=/head/; revision=28701
* Upgrade to tcl-8.3.1 w/ plus patchJustin M. Seger2000-05-104-48/+40
| | | | Notes: svn path=/head/; revision=28397
* Add plus patchJustin M. Seger2000-05-014-10/+20
| | | | Notes: svn path=/head/; revision=28234
* Upgrade to tcl-8.3.0Justin M. Seger2000-04-244-140/+68
| | | | Notes: svn path=/head/; revision=27975
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* Upgrade repo copy of tcl82->tcl83 to tcl 8.3.b1Justin M. Seger2000-01-053-23/+62
| | | | Notes: svn path=/head/; revision=24440
* Upgrade to tcl 8.2.3Justin M. Seger2000-01-055-28/+28
| | | | Notes: svn path=/head/; revision=24431
* Thanks to a repository copy (by Satoshi) of pkg/INSTALL.{tcl,wi}shSteve Price1999-12-271-3/+1
| | | | | | | | from the 8.0.x version of these ports, we are now one step closer to finally being rid of them. Notes: svn path=/head/; revision=24165
* Upgrade to tcl-8.2.2Justin M. Seger1999-11-214-24/+15
| | | | Notes: svn path=/head/; revision=23248
* Upgrade repository copies to tcl/tk 8.2Justin M. Seger1999-09-055-265/+306
| | | | Notes: svn path=/head/; revision=21274
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Upgrade to tcl-8.1.1 and tk-8.1.1Justin M. Seger1999-08-242-8/+8
| | | | Notes: svn path=/head/; revision=20914
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Upgrade to tcl and tk 8.1.Justin M. Seger1999-06-205-59/+122
| | | | | | | | | 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 unintentionally overwrite an existing tclsh/wish.Tim Vanderhoek1999-05-261-4/+4
| | | | | | | Reported-By: Mikhail Teterin <mi@kot.ne.mediaone.net> Notes: svn path=/head/; revision=19000
* Don't try running mkLinks (since it doesn't do anything anyway)Bill Fenner1999-05-042-5/+309
| | | | | | | Use MLINKS= to accomplish what mkLinks wanted to do. Notes: svn path=/head/; revision=18472
* this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...Marc G. Fournier1999-04-222-3/+3
| | | | Notes: svn path=/head/; revision=18059
* Proper URLs that reference directories end in '/'Bill Fumerola1999-04-081-2/+2
| | | | Notes: svn path=/head/; revision=17742
* Commit all Y2K/WWW_SITE changes from today...Marc G. Fournier1999-03-111-1/+5
| | | | Notes: svn path=/head/; revision=17142
* Remove the tcl.h symlink too on deinstall.Steve Price1999-01-261-0/+1
| | | | Notes: svn path=/head/; revision=16302
* Update tcl81 to beta 1Eric J.Chet1999-01-175-54/+58
| | | | Notes: svn path=/head/; revision=16100