Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - allow to set TCLBASE | dinoex | 2004-11-01 | 1 | -1/+3 |
| | | | | package not changed | ||||
* | - optimize reinplace to handle symlinked /usr/ports | dinoex | 2004-10-28 | 1 | -4/+3 |
| | |||||
* | - Fix bad source path in tclConfig.sh tkConfig.sh | dinoex | 2004-10-27 | 1 | -2/+4 |
| | | | | make packages from pointyhat cluster work as intended | ||||
* | - new options: | dinoex | 2004-08-17 | 1 | -2/+10 |
| | | | | | | WITH_TCL82_MAN, WITH_TCL82_MAN, WITHOUT_TCL84_MAN, WITH_TK82_MAN, WITH_TK82_MAN, WITHOUT_TK84_MAN PR: 70328 | ||||
* | - reset MAINTAINER | dinoex | 2004-03-06 | 1 | -1/+1 |
| | |||||
* | - add SIZE | dinoex | 2004-02-26 | 1 | -0/+1 |
| | |||||
* | - back out last changes | dinoex | 2003-08-04 | 1 | -3/+0 |
| | | | | | kris states that fpsetround is supported, despite that is not part of C99 standard. | ||||
* | - NOT_FOR_ARCHS amd64, fpsetround does not exist. | dinoex | 2003-08-03 | 1 | -0/+3 |
| | |||||
* | - Update URL | dinoex | 2003-06-17 | 1 | -1/+1 |
| | |||||
* | - cleanup makefile | dinoex | 2003-05-13 | 1 | -5/+5 |
| | |||||
* | - Fix some problems for other ports when WRKDIRPREFIX= is not set. | dinoex | 2003-04-03 | 1 | -1/+1 |
| | | | | (packages are not affected) | ||||
* | - fix problem with sed, if no WRKDIRPREFIX is set. | dinoex | 2003-03-24 | 1 | -1/+1 |
| | |||||
* | - make SOURCE path in tclConfig.sh variable | dinoex | 2003-03-23 | 1 | -1/+6 |
| | | | | PR: 48574 | ||||
* | - retire pkg-comment | dinoex | 2003-02-21 | 1 | -1/+0 |
| | |||||
* | - add COMMENT | dinoex | 2003-02-20 | 1 | -0/+1 |
| | |||||
* | - fix portlint fatal, introduced by kris. | dinoex | 2003-02-11 | 1 | -1/+1 |
| | |||||
* | Set NOPRECIOUSMAKEVARS to unbreak 'make readmes' | kris | 2003-02-10 | 1 | -0/+1 |
| | |||||
* | - Fix build on Sparc | dinoex | 2002-12-16 | 1 | -3/+4 |
| | |||||
* | - strip SHLIB_LD of option "-soname $@" | dinoex | 2002-01-27 | 2 | -9/+19 |
| | | | | | | | - define TCL_SHLIB_LD_EXTRAS - bump PORTREVISION PR: 34210 | ||||
* | - make portlint happier | dinoex | 2002-01-05 | 1 | -1/+2 |
| | | | | | - use DOCSDIR or EXAMPLESDIR - get rid of some INTERACTIVE scrips in news/ifmail | ||||
* | Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵ | lioux | 2001-11-20 | 1 | -1/+1 |
| | | | | the later case | ||||
* | Fix patch, as the previous one did only half the job. | dinoex | 2001-11-14 | 1 | -1/+10 |
| | | | | Submitted by: Roberto@eurocontrol.fr | ||||
* | Tcl will get hostname using uname(3). It seems FreeBSD's uname(3) | dinoex | 2001-11-14 | 3 | -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 | ||||
* | Explicitly set the NO_LATEST_LINK -- right now this port and tcl83 are | dinoex | 2001-11-01 | 1 | -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. | ||||
* | Remove jseger and torstenb from maintainership of their ports, they | dwcjr | 2001-09-17 | 1 | -1/+1 |
| | | | | | | have been inactive for too long Approved by: will | ||||
* | Massive style enforcement - use ^I instead of spaces for variables identation. | sobomax | 2001-01-16 | 1 | -3/+3 |
| | |||||
* | Goodbye, YEAR2000. Hello, 2001. | will | 2001-01-01 | 1 | -2/+0 |
| | | | | Approved by: asami | ||||
* | Rename {INSTALL,DEINSTALL}.tclsh to pkg-{install,deinstall}.tclsh. | asami | 2000-10-08 | 1 | -2/+2 |
| | |||||
* | Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the | asami | 2000-06-16 | 1 | -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 | ||||
* | Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I | sobomax | 2000-06-16 | 1 | -1/+1 |
| | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax | ||||
* | Third round of INSTALL_SHLIBS=yes fixes. | sobomax | 2000-06-15 | 2 | -3/+1 |
| | |||||
* | Gotta tell bsd.port.mk about DEINSTALL.tclsh. | asami | 2000-05-31 | 1 | -0/+1 |
| | |||||
* | Be aware of otclsh and tclsh8.1_r | hoek | 2000-05-31 | 2 | -2/+2 |
| | |||||
* | Let the user know about itcl installations, too. | hoek | 2000-05-31 | 1 | -3/+6 |
| | |||||
* | Add a DEINSTALL.tclsh everywhere there exists an INSTALL.tclsh. | hoek | 2000-05-31 | 1 | -0/+22 |
| | |||||
* | Convert to the PORTNAME - PORTVERSION syntax. | obrien | 2000-04-12 | 1 | -3/+3 |
| | |||||
* | Upgrade to tcl 8.2.3 | jseger | 2000-01-05 | 5 | -28/+28 |
| | |||||
* | Thanks to a repository copy (by Satoshi) of pkg/INSTALL.{tcl,wi}sh | steve | 1999-12-27 | 1 | -3/+1 |
| | | | | | from the 8.0.x version of these ports, we are now one step closer to finally being rid of them. | ||||
* | Upgrade to tcl-8.2.2 | jseger | 1999-11-21 | 4 | -24/+15 |
| | |||||
* | Upgrade repository copies to tcl/tk 8.2 | jseger | 1999-09-05 | 5 | -265/+306 |
| | |||||
* | FreeBSD.ORG -> FreeBSD.org | mharo | 1999-08-31 | 1 | -1/+1 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Upgrade to tcl-8.1.1 and tk-8.1.1 | jseger | 1999-08-24 | 2 | -8/+8 |
| | |||||
* | Commit #3/4 to enforce caps, no period. | hoek | 1999-06-26 | 1 | -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 | ||||
* | Upgrade to tcl and tk 8.1. | jseger | 1999-06-20 | 5 | -59/+122 |
| | | | | | | Move NO_LATEST_LINK from tcl81 and tk81 to tcl80 and tk80. Submitted by: YAZAKI Hiroyuki <yazaki@nn.iij4u.or.jp> | ||||
* | Don't unintentionally overwrite an existing tclsh/wish. | hoek | 1999-05-26 | 1 | -4/+4 |
| | | | | Reported-By: Mikhail Teterin <mi@kot.ne.mediaone.net> | ||||
* | Don't try running mkLinks (since it doesn't do anything anyway) | fenner | 1999-05-04 | 2 | -5/+309 |
| | | | | Use MLINKS= to accomplish what mkLinks wanted to do. | ||||
* | this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ... | scrappy | 1999-04-22 | 2 | -3/+3 |
| | |||||
* | Proper URLs that reference directories end in '/' | billf | 1999-04-08 | 1 | -2/+2 |
| | |||||
* | Commit all Y2K/WWW_SITE changes from today... | scrappy | 1999-03-11 | 1 | -1/+5 |
| |