summaryrefslogtreecommitdiff
path: root/lang/tcl83 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Changes for ELFJustin M. Seger1998-09-152-1/+15
| | | | 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
* Install a "tclsh" script that spits-out a list of the real tclsh's, asTim Vanderhoek1998-07-272-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) Notes: svn path=/head/; revision=12165
* Distfile moved on master site.John Polstra1998-07-041-2/+2
| | | | Notes: svn path=/head/; revision=11706
* Files are no longer available on the old MASTER_SITE, use the new one,Justin M. Seger1998-07-011-2/+2
| | | | | | | ftp.scriptics.com Notes: svn path=/head/; revision=11636
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* Add NO_LATEST_LINK, tcl81/tk81 are still alpha.Satoshi Asami1998-03-221-1/+2
| | | | Notes: svn path=/head/; revision=10283
* Upgrade to version 8.1.a2.Justin M. Seger1998-03-023-7/+6
| | | | Notes: svn path=/head/; revision=9989
* 1. This is tk81, not 80.Tim Vanderhoek1998-02-211-2/+1
| | | | | | | 2. pkg/DESCR is no longer just for packages. Notes: svn path=/head/; revision=9870
* Upgrade a repository copy of 8.0 to version 8.1Justin M. Seger1998-02-164-70/+136
| | | | Notes: svn path=/head/; revision=9763
* PLIST contained tk include files, not tcl include files.Paul Traina1997-12-311-22/+7
| | | | | | | | PR: 5249 Submitted by: Jun Kuriyama Notes: svn path=/head/; revision=9236
* Fix PLIST includesPaul Traina1997-12-011-7/+22
| | | | Notes: svn path=/head/; revision=8942
* Whoops, forgot to copy over patch that bumped SHLIBPaul Traina1997-12-011-1/+1
| | | | Notes: svn path=/head/; revision=8941
* Upgrade to 8.0PL2Paul Traina1997-12-014-6/+6
| | | | Notes: svn path=/head/; revision=8937
* Upgrade to v8.0 PL1.Paul Traina1997-11-265-8/+18
| | | | | | | | 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
* Add tcl/tk ports to the virtual categories that bear their own name.Satoshi Asami1997-10-081-2/+2
| | | | | | | Suggested by: jkh Notes: svn path=/head/; revision=8181
* 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-012-10/+54
| | | | | | | | | 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-012-4/+42
| | | | | | | 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-206-0/+288
as an option. Reviewed by: asami Notes: svn path=/head/; revision=7628