summaryrefslogtreecommitdiff
path: root/lang/tcl82 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - back out last changesDirk Meyer2003-08-041-3/+0
| | | | | | | | kris states that fpsetround is supported, despite that is not part of C99 standard. Notes: svn path=/head/; revision=86253
* - NOT_FOR_ARCHS amd64, fpsetround does not exist.Dirk Meyer2003-08-031-0/+3
| | | | Notes: svn path=/head/; revision=86222
* - Update URLDirk Meyer2003-06-171-1/+1
| | | | Notes: svn path=/head/; revision=83134
* - cleanup makefileDirk Meyer2003-05-131-5/+5
| | | | Notes: svn path=/head/; revision=80877
* - Fix some problems for other ports when WRKDIRPREFIX= is not set.Dirk Meyer2003-04-031-1/+1
| | | | | | | (packages are not affected) Notes: svn path=/head/; revision=78025
* - fix problem with sed, if no WRKDIRPREFIX is set.Dirk Meyer2003-03-241-1/+1
| | | | Notes: svn path=/head/; revision=77347
* - make SOURCE path in tclConfig.sh variableDirk Meyer2003-03-231-1/+6
| | | | | | | PR: 48574 Notes: svn path=/head/; revision=77308
* - retire pkg-commentDirk Meyer2003-02-211-1/+0
| | | | Notes: svn path=/head/; revision=76006
* - add COMMENTDirk Meyer2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75965
* - fix portlint fatal, introduced by kris.Dirk Meyer2003-02-111-1/+1
| | | | Notes: svn path=/head/; revision=75282
* Set NOPRECIOUSMAKEVARS to unbreak 'make readmes'Kris Kennaway2003-02-101-0/+1
| | | | Notes: svn path=/head/; revision=75227
* - Fix build on SparcDirk Meyer2002-12-161-3/+4
| | | | Notes: svn path=/head/; revision=71681
* - strip SHLIB_LD of option "-soname $@"Dirk Meyer2002-01-272-9/+19
| | | | | | | | | | - define TCL_SHLIB_LD_EXTRAS - bump PORTREVISION PR: 34210 Notes: svn path=/head/; revision=53843
* - make portlint happierDirk Meyer2002-01-051-1/+2
| | | | | | | | - use DOCSDIR or EXAMPLESDIR - get rid of some INTERACTIVE scrips in news/ifmail Notes: svn path=/head/; revision=52636
* 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
* 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-1/+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
* Explicitly set the NO_LATEST_LINK -- right now this port and tcl83 areDirk Meyer2001-11-011-0/+1
| | | | | | | | fighting it out to see who gets the tk.tgz -> ../All/tk-8.*.tgz link. Preparation to back out the flag in tcl83. Notes: svn path=/head/; revision=49470
* Remove jseger and torstenb from maintainership of their ports, theyDavid W. Chapman Jr.2001-09-171-1/+1
| | | | | | | | | have been inactive for too long Approved by: will Notes: svn path=/head/; revision=47915
* 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
* Gotta tell bsd.port.mk about DEINSTALL.tclsh.Satoshi Asami2000-05-311-0/+1
| | | | Notes: svn path=/head/; revision=29023
* Be aware of otclsh and tclsh8.1_rTim Vanderhoek2000-05-312-2/+2
| | | | Notes: svn path=/head/; revision=29021
* 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
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* 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
* Use PKG* variables instead of adding extra files to PKG_ARGS.Satoshi Asami1998-12-131-6/+7
| | | | Notes: svn path=/head/; revision=15322
* Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denoteSatoshi Asami1998-12-011-1/+3
| | | | | | | | that the port otherwise uses files from another port. (Note: support for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.) Notes: svn path=/head/; revision=14974
* Create ${PREFIX}/bin before cat'ing a file into it.Satoshi Asami1998-11-281-0/+1
| | | | Notes: svn path=/head/; revision=14921
* Cleanup conversion to ELF.Steve Price1998-10-034-179/+58
| | | | Notes: svn path=/head/; revision=13611