Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build on 5.1-CURRENT after recent sys.mk changes. | Ruslan Ermilov | 2003-08-04 | 1 | -29/+33 |
| | | | | Urged by: kris | ||||
* | Complete the list of source files by adding tclResolve.c. Not | Marcel Moolenaar | 2003-06-15 | 1 | -1/+1 |
| | | | | | | | building it causes downstream dependencies to force the libraries to be rebuilt. We don't want that. There's no mention of tclResolve.c being excluded in the history, so I expect it was just an unfortunate ommision. | ||||
* | De-pkg-comment. | Akinori MUSHA | 2003-02-20 | 2 | -1/+1 |
| | |||||
* | o Rollback PORTCOMMENT modifications while this feature's implementation | Mario Sergio Fujikawa Ferreira | 2002-11-10 | 2 | -2/+1 |
| | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) | ||||
* | Use PORTCOMMENT in the Makefile, and whack the pkg-comment. | Adam Weinberger | 2002-11-06 | 2 | -1/+2 |
| | | | | Approved by: pat | ||||
* | Fix build on -current (add -DNO_UNION_WAIT to cc build flags) | Kris Kennaway | 2002-10-23 | 1 | -1/+2 |
| | | | | Submitted by: tjr | ||||
* | Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵ | Mario Sergio Fujikawa Ferreira | 2001-11-20 | 1 | -1/+1 |
| | | | | the later case | ||||
* | Remove inactive MAINTAINER <cwt>, who hasn't committed in 20 months. | Will Andrews | 2001-01-27 | 1 | -1/+1 |
| | |||||
* | 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-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 | 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-15 | 2 | -3/+1 |
| | |||||
* | Ooops, I forgot that we need bsd.port.pre.mk before we can use FILESDIR. | Will Andrews | 2000-06-09 | 1 | -2/+2 |
| | | | | Pointy hat: will | ||||
* | Use absolute path for FILESDIR instead of relative path. | Will Andrews | 2000-06-09 | 1 | -1/+1 |
| | | | | | PR: 19150 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> | ||||
* | Be aware of otclsh and tclsh8.1_r | Tim Vanderhoek | 2000-05-31 | 2 | -2/+2 |
| | |||||
* | PKGDEINSTALL=${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh, or from | Tim Vanderhoek | 2000-05-31 | 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-05-31 | 1 | -3/+6 |
| | |||||
* | Add a DEINSTALL.tclsh everywhere there exists an INSTALL.tclsh. | Tim Vanderhoek | 2000-05-31 | 1 | -0/+22 |
| | |||||
* | Convert to the PORTNAME - PORTVERSION syntax. | David E. O'Brien | 2000-04-12 | 1 | -3/+3 |
| | |||||
* | Add some missing manpages. | Steve Price | 1999-11-01 | 1 | -0/+3 |
| | | | | | PR: 13677 (8 of 10) Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Commit #3/4 to enforce caps, no period. | Tim Vanderhoek | 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. | Justin M. Seger | 1999-06-20 | 1 | -1/+2 |
| | | | | | | 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> | ||||
* | <mumble> <mumble> | Tim Vanderhoek | 1999-05-25 | 2 | -150/+405 |
| | | | | PR: ports/9787 | ||||
* | Use MLINKS and friends (rather than PLIST literals) to stipulate man pages & ↵ | Chris Timmons | 1999-05-06 | 2 | -406/+150 |
| | | | | links | ||||
* | Fix the script that makes the long-name man page links, and add the | Bill Fenner | 1999-05-04 | 2 | -1/+250 |
| | | | | | | | | long-name man pages to PLIST. Note that instead of including a 54k patch, there's a post-patch: target in the Makefile that uses sed. PR: ports/9786 and ports/9787 | ||||
* | Tcl 8.0.5. Fenner's MLINK PR TBA RSN | Chris Timmons | 1999-04-30 | 4 | -23/+18 |
| | |||||
* | 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-08 | 1 | -2/+2 |
| | |||||
* | Add Central European Summer time zone | Justin M. Seger | 1999-04-03 | 1 | -0/+10 |
| | | | | | Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> PR: ports/9666 | ||||
* | Commit all Y2K/WWW_SITE changes from today... | Marc G. Fournier | 1999-03-11 | 1 | -1/+5 |
| | |||||
* | Assume role of maintainer. By request of: maintainer. | Chris Timmons | 1998-12-24 | 1 | -2/+2 |
| | |||||
* | Cause tcl "info sharedlibextension" command to correctly return | Chris Timmons | 1998-12-19 | 1 | -0/+1 |
| | | | | | ".so". Submitted by: "Louis A. Mamakos" <louie@TransSys.COM> | ||||
* | Tcl v8.0.4 | Chris Timmons | 1998-12-19 | 5 | -26/+29 |
| | |||||
* | Use PKG* variables instead of adding extra files to PKG_ARGS. | Satoshi Asami | 1998-12-13 | 1 | -4/+4 |
| | |||||
* | Create ${PREFIX}/bin before cat'ing a file into it. | Satoshi Asami | 1998-11-28 | 1 | -0/+1 |
| | |||||
* | Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change | Satoshi Asami | 1998-11-14 | 1 | -10/+11 |
| | | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. | ||||
* | Only use -soname flag if building for an ELF world. | Steve Price | 1998-09-22 | 1 | -3/+7 |
| | | | | Noticed by: smace | ||||
* | Unbreak deinstall by adding the required trailing '%%'. | Steve Price | 1998-09-20 | 1 | -2/+2 |
| | |||||
* | Make this build in an ELF world. | Steve Price | 1998-09-17 | 4 | -23/+47 |
| | | | | Reviewed by: jkh | ||||
* | Install a "tclsh" script that spits-out a list of the real tclsh's, as | Tim Vanderhoek | 1998-07-27 | 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) | ||||
* | MASTERSITE moved to ftp.scriptics.com. | Steve Price | 1998-07-03 | 1 | -2/+2 |
| | |||||
* | 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> | ||||
* | Do the Right Thing when building static libraries. | Jean-Marc Zucconi | 1998-03-18 | 3 | -1/+70 |
| | |||||
* | PLIST contained tk include files, not tcl include files. | Paul Traina | 1997-12-31 | 1 | -22/+7 |
| | | | | | PR: 5249 Submitted by: Jun Kuriyama | ||||
* | Fix PLIST includes | Paul Traina | 1997-12-01 | 1 | -7/+22 |
| | |||||
* | Whoops, forgot to copy over patch that bumped SHLIB | Paul Traina | 1997-12-01 | 1 | -1/+1 |
| | |||||
* | Upgrade to 8.0PL2 | Paul Traina | 1997-12-01 | 4 | -6/+6 |
| |