Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - back out last changes | Dirk Meyer | 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. | Dirk Meyer | 2003-08-03 | 1 | -0/+3 |
| | |||||
* | - update 8.4.4 | Dirk Meyer | 2003-07-24 | 2 | -4/+3 |
| | | | | - extend CATEGORIES | ||||
* | - Update URL | Dirk Meyer | 2003-06-17 | 1 | -1/+1 |
| | |||||
* | Add a second checksum: | Kris Kennaway | 2003-05-31 | 1 | -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.3 | Dirk Meyer | 2003-05-21 | 3 | -3/+3 |
| | |||||
* | - use configures --includedir | Dirk Meyer | 2003-05-14 | 2 | -9/+10 |
| | | | | | - TCL_INCLUDE_SPEC is now set in tclConfig.sh - cleanup makefile | ||||
* | - Fix some problems for other ports when WRKDIRPREFIX= is not set. | Dirk Meyer | 2003-04-03 | 1 | -1/+1 |
| | | | | (packages are not affected) | ||||
* | - fix problem with sed, if no WRKDIRPREFIX is set. | Dirk Meyer | 2003-03-24 | 1 | -1/+1 |
| | |||||
* | - Update to 8.4.2 | Dirk Meyer | 2003-03-24 | 3 | -15/+21 |
| | | | | | - make SOURCE path in tclConfig.sh variable PR: 48574 | ||||
* | - add suuport for option TCL_WITH_THREADS | Dirk Meyer | 2003-02-23 | 1 | -0/+10 |
| | | | | Submitted by: lehmann@ans-netz.de | ||||
* | - retire pkg-comment | Dirk Meyer | 2003-02-21 | 1 | -1/+0 |
| | |||||
* | - add COMMENT | Dirk Meyer | 2003-02-21 | 1 | -0/+1 |
| | |||||
* | - Fix spelling | Dirk Meyer | 2003-02-11 | 1 | -1/+1 |
| | |||||
* | - use LATEST_LINK | Dirk Meyer | 2003-02-05 | 1 | -1/+1 |
| | |||||
* | - Update to 8.4.1 | Dirk Meyer | 2002-11-13 | 2 | -2/+2 |
| | |||||
* | Add missing manpage | Kris Kennaway | 2002-10-28 | 1 | -2/+2 |
| | |||||
* | bump PORTEPOCH | Dirk Meyer | 2002-10-17 | 1 | -0/+1 |
| | |||||
* | Update to 8.4.0 | Dirk Meyer | 2002-10-06 | 3 | -5/+5 |
| | |||||
* | remove inactive file. | Dirk Meyer | 2002-09-10 | 1 | -20/+0 |
| | |||||
* | Update to tcl8.4b2 | Dirk Meyer | 2002-09-09 | 5 | -61/+59 |
| | | | | koi8-u.enc now in distribution | ||||
* | Add include/tcl%%TCL_VER%%/tclPlatDecls.h | Dirk Meyer | 2002-03-16 | 1 | -0/+1 |
| | | | | previous patch did not apply | ||||
* | Create an extra link for tclPlatDecls.h | Dirk Meyer | 2002-03-14 | 2 | -12/+14 |
| | | | | | PR: 35817 Submitted by: brandt@fokus.gmd.de | ||||
* | Update to 8.4.a4 | Dirk Meyer | 2002-03-07 | 5 | -65/+94 |
| | | | | | | | - DISTNAME changed - configure section for FreeBSD fixed - new encodings - new manpages | ||||
* | - strip SHLIB_LD of option "-soname $@" | Dirk Meyer | 2002-01-27 | 2 | -3/+14 |
| | | | | | | | - define TCL_SHLIB_LD_EXTRAS - bump PORTREVISION PR: 34210 | ||||
* | To much _MLINKS for README.html | Dirk Meyer | 2001-12-28 | 1 | -0/+1 |
| | |||||
* | update pkg-descr | Dirk Meyer | 2001-11-24 | 1 | -1/+1 |
| | | | | Submitted by: pavalos@theshell.com | ||||
* | update ports after rep after reprocopy: | Dirk Meyer | 2001-11-24 | 7 | -109/+194 |
| | | | | | | | ports/lang/tcl83 to ports/lang/tcl84 ports/x11-toolkits/tk83 to ports/x11-toolkits/tk84 CATEGORIES stripped, no "tcl84" and "tk84" entrys. | ||||
* | Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵ | Mario Sergio Fujikawa Ferreira | 2001-11-21 | 1 | -1/+1 |
| | | | | the later case | ||||
* | Remove leftover file | Dirk Meyer | 2001-11-17 | 1 | -0/+0 |
| | | | | Submitted by: huck@spawar.navy.mil | ||||
* | Fix patch, as the previous one did only half the job. | Dirk Meyer | 2001-11-15 | 1 | -1/+10 |
| | | | | Submitted by: Roberto@eurocontrol.fr | ||||
* | Tcl will get hostname using uname(3). It seems FreeBSD's uname(3) | Dirk Meyer | 2001-11-14 | 4 | -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 | ||||
* | Improved shared linking. | Dirk Meyer | 2001-11-11 | 3 | -6/+18 |
| | |||||
* | Change Installion of tclConfig.sh | Dirk Meyer | 2001-11-02 | 2 | -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' | ||||
* | Explicitly set the LATEST_LINK -- right now this port and tcl82 are | David E. O'Brien | 2001-11-01 | 1 | -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. | ||||
* | Update to tcl 8.3.4 | Dirk Meyer | 2001-10-21 | 6 | -41/+55 |
| | | | | More encodings are inculded into the release | ||||
* | - Fix Content of LD_SEARCH_FLAGS | Dirk Meyer | 2001-08-14 | 4 | -32/+31 |
| | | | | | | | | - make FreeBSD-* switch in confugure work as intendend - add a patch to make manual autoconf work - PORTREVISION bumped PR: 28726 | ||||
* | change MAINTAINER to FreeBSD.org address | Dirk Meyer | 2001-06-24 | 1 | -1/+1 |
| | |||||
* | - Added new file koi8-u.enc | Dirk Meyer | 2001-06-15 | 3 | -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) | ||||
* | - Fix creation of tmpfiles, previous version cause tcl to fail. | Dirk Meyer | 2001-05-11 | 2 | -7/+5 |
| | | | | | PR: roam@FreeBSD.org Submitted by: Jaeho Kang <jhkang@isofree.net>, roam@FreeBSD.org | ||||
* | - patch to use mkstemp instead of tmpnam | Dirk Meyer | 2001-05-08 | 2 | -0/+18 |
| | | | | Submitted by: mi@aldan.algebra.com (Mikhail Teterin) | ||||
* | Add one missing manpage. | Dmitry Sivachenko | 2001-04-17 | 1 | -1/+1 |
| | |||||
* | Update tcl/tk to 8.3.3 | Dirk Meyer | 2001-04-14 | 4 | -21/+22 |
| | | | | | | - Changes in installion of includes, so it keep compaible to previous patchlevel - took maintainership | ||||
* | Upgrade to 8.3.2. | Jing-Tang Keith Jang | 2001-03-08 | 5 | -42/+37 |
| | | | | PR: ports/25371 | ||||
* | Massive style enforcement - use ^I instead of spaces for variables identation. | Maxim Sobolev | 2001-01-17 | 1 | -3/+3 |
| | |||||
* | Goodbye, YEAR2000. Hello, 2001. | Will Andrews | 2001-01-01 | 1 | -2/+0 |
| | | | | Approved by: asami | ||||
* | Rename {INSTALL,DEINSTALL}.tclsh to pkg-{install,deinstall}.tclsh. | Satoshi Asami | 2000-10-08 | 1 | -2/+2 |
| | |||||
* | Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the | Satoshi Asami | 2000-06-17 | 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 | Maxim Sobolev | 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. | Maxim Sobolev | 2000-06-16 | 2 | -3/+1 |
| | |||||
* | Be aware of otclsh and tclsh8.1_r | Tim Vanderhoek | 2000-06-01 | 2 | -2/+2 |
| | |||||
* | PKGDEINSTALL=${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh, or from | Tim Vanderhoek | 2000-06-01 | 1 | -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. | ||||
* | Let the user know about itcl installations, too. | Tim Vanderhoek | 2000-06-01 | 1 | -3/+6 |
| | |||||
* | Add a DEINSTALL.tclsh everywhere there exists an INSTALL.tclsh. | Tim Vanderhoek | 2000-06-01 | 1 | -0/+22 |
| | |||||
* | The checksum of Tcl plus patch for tcl-8.3.1 at PATCH_SITES is different | Maxim Sobolev | 2000-05-23 | 1 | -1/+1 |
| | | | | | | | from files/md5. PR: 18758 Submitted by: OKAZAKI Tetsurou <okazaki@be.to> | ||||
* | Upgrade to tcl-8.3.1 w/ plus patch | Justin M. Seger | 2000-05-11 | 4 | -48/+40 |
| | |||||
* | Add plus patch | Justin M. Seger | 2000-05-01 | 4 | -10/+20 |
| | |||||
* | Upgrade to tcl-8.3.0 | Justin M. Seger | 2000-04-25 | 4 | -140/+68 |
| | |||||
* | Convert to the PORTNAME - PORTVERSION syntax. | David E. O'Brien | 2000-04-12 | 1 | -3/+3 |
| | |||||
* | Upgrade repo copy of tcl82->tcl83 to tcl 8.3.b1 | Justin M. Seger | 2000-01-06 | 3 | -23/+62 |
| | |||||
* | Upgrade to tcl 8.2.3 | Justin M. Seger | 2000-01-05 | 5 | -28/+28 |
| | |||||
* | Thanks to a repository copy (by Satoshi) of pkg/INSTALL.{tcl,wi}sh | Steve Price | 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 | Justin M. Seger | 1999-11-22 | 4 | -24/+15 |
| | |||||
* | Upgrade repository copies to tcl/tk 8.2 | Justin M. Seger | 1999-09-06 | 5 | -265/+306 |
| | |||||
* | FreeBSD.ORG -> FreeBSD.org | Michael Haro | 1999-08-31 | 1 | -1/+1 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Upgrade to tcl-8.1.1 and tk-8.1.1 | Justin M. Seger | 1999-08-24 | 2 | -8/+8 |
| | |||||
* | Commit #3/4 to enforce caps, no period. | Tim Vanderhoek | 1999-06-27 | 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. | Justin M. Seger | 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. | Tim Vanderhoek | 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) | Bill Fenner | 1999-05-05 | 2 | -5/+309 |
| | | | | Use MLINKS= to accomplish what mkLinks wanted to do. | ||||
* | this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ... | Marc G. Fournier | 1999-04-22 | 2 | -3/+3 |
| | |||||
* | Proper URLs that reference directories end in '/' | Bill Fumerola | 1999-04-09 | 1 | -2/+2 |
| | |||||
* | Commit all Y2K/WWW_SITE changes from today... | Marc G. Fournier | 1999-03-12 | 1 | -1/+5 |
| | |||||
* | Remove the tcl.h symlink too on deinstall. | Steve Price | 1999-01-26 | 1 | -0/+1 |
| | |||||
* | Update tcl81 to beta 1 | Eric J.Chet | 1999-01-17 | 5 | -54/+58 |
| | |||||
* | Use PKG* variables instead of adding extra files to PKG_ARGS. | Satoshi Asami | 1998-12-13 | 1 | -6/+7 |
| | |||||
* | Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denote | Satoshi Asami | 1998-12-01 | 1 | -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.) | ||||
* | Create ${PREFIX}/bin before cat'ing a file into it. | Satoshi Asami | 1998-11-28 | 1 | -0/+1 |
| | |||||
* | Cleanup conversion to ELF. | Steve Price | 1998-10-04 | 4 | -179/+58 |
| | |||||
* | Changes for ELF | Justin M. Seger | 1998-09-15 | 2 | -1/+15 |
| | |||||
* | Honor CFLAGS is set. | Steve Price | 1998-08-24 | 1 | -7/+17 |
| | | | | | PR: 7702 Submitted by: Sheldon Hearn <axl@iafrica.com> | ||||
* | Install a "tclsh" script that spits-out a list of the real tclsh's, as | Tim Vanderhoek | 1998-07-28 | 2 | -1/+37 |
| | | | | | | | | | | | discussed many times on -ports. I expect that a few of the dependencies will break silently. I didn't touch ja-tcl (etc.) since the tclsh message should perhaps be translated? PR: ports/5894 Mention: Eivind (a first shot at a tclsh script) | ||||
* | Distfile moved on master site. | John Polstra | 1998-07-05 | 1 | -2/+2 |
| | |||||
* | Files are no longer available on the old MASTER_SITE, use the new one, | Justin M. Seger | 1998-07-01 | 1 | -2/+2 |
| | | | | ftp.scriptics.com | ||||
* | Execute `ldconfig -R' at the pkg_delete step. | Thomas Gellekum | 1998-05-05 | 1 | -0/+1 |
| | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> | ||||
* | Add NO_LATEST_LINK, tcl81/tk81 are still alpha. | Satoshi Asami | 1998-03-22 | 1 | -1/+2 |
| | |||||
* | Upgrade to version 8.1.a2. | Justin M. Seger | 1998-03-02 | 3 | -7/+6 |
| | |||||
* | 1. This is tk81, not 80. | Tim Vanderhoek | 1998-02-22 | 1 | -2/+1 |
| | | | | 2. pkg/DESCR is no longer just for packages. | ||||
* | Upgrade a repository copy of 8.0 to version 8.1 | Justin M. Seger | 1998-02-16 | 4 | -70/+136 |
| | |||||
* | PLIST contained tk include files, not tcl include files. | Paul Traina | 1998-01-01 | 1 | -22/+7 |
| | | | | | PR: 5249 Submitted by: Jun Kuriyama | ||||
* | Fix PLIST includes | Paul Traina | 1997-12-02 | 1 | -7/+22 |
| | |||||
* | Whoops, forgot to copy over patch that bumped SHLIB | Paul Traina | 1997-12-02 | 1 | -1/+1 |
| | |||||
* | Upgrade to 8.0PL2 | Paul Traina | 1997-12-02 | 4 | -6/+6 |
| | |||||
* | Upgrade to v8.0 PL1. | Paul Traina | 1997-11-27 | 5 | -8/+18 |
| | | | | | Thanks go to all the folks who tested on their systems and tested ports that relied on Tcl/Tk v8.x. | ||||
* | Add tcl/tk ports to the virtual categories that bear their own name. | Satoshi Asami | 1997-10-08 | 1 | -2/+2 |
| | | | | Suggested by: jkh | ||||
* | Create some directories with "mkdir -p" so that it works on an empty | Satoshi Asami | 1997-10-02 | 1 | -1/+6 |
| | | | | | /usr/local. If people can do a pkg_delete before the final test, it will be very appreciated. | ||||
* | Install all headers into ${PREFIX}/include/{generic,unix} | Thomas Gellekum | 1997-10-01 | 2 | -10/+54 |
| | | | | | | for consistency with the older tcl ports. OK'd by: jkh | ||||
* | Build and install static library also. | Jordan K. Hubbard | 1997-09-01 | 2 | -4/+42 |
| | | | | Submitted by: "Justin M. Seger" <jseger@freebsd.scds.com> | ||||
* | Import TCL 8.0 as a port for the 2.x users and others who want it here | Jordan K. Hubbard | 1997-08-20 | 6 | -0/+288 |
as an option. Reviewed by: asami |