summaryrefslogtreecommitdiffstats
path: root/lang/tclX
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Try to make the vendor's tests run smoothly. Fail, but in the processmi2005-07-196-24/+598
| | | | | | | | | eliminate all warnings (on i386) and const-ify the KeyedList-API and others (patch-warnings grew up). Fix a typo in the previous commit (s/KeyList/KeyedList/g in MLINKS). Bump PORTREVISION again.
* Unbreak the manual pages installation and help file generation:mi2005-07-182-22/+30
| | | | | | | | | | | | . when parsing man-files, do not choke on files containing '.so man.macros'; . be ready for the .bz2 man-pages; . do not use vendor's install-doc target at all -- install the vendor's manual pages in post-install and declare MLINKS to have bsd.port.mk do the Right Thing (TM) -- links instead of copies of the manual pages. This may even work now :-)
* - Unbreak the port to find out what wrong with pkg-list is.sem2005-07-141-1/+1
|
* BROKEN: Incorrect pkg-plistkris2005-03-261-0/+2
| | | | Approved by: portmgr (self)
* Remove more copies of Tcl's SunOS shared library hack.das2005-02-202-0/+36
| | | | | | | | | | | | | | | | | | | It's worth pointing out that the Tcl project used to *recommend* that application writers copy this kludge. These ports work fine with Tcl 8.3, which provided a fake matherr() even if the OS didn't, but here's what the Tcl 8.4 changelog has to say: 2002-05-31 (dead code)[474335,555635] removed all use of matherr() (english) *** POTENTIAL INCOMPATIBILITY *** The following lines can be safely removed from any application that has them, unless compatibility with SunOS 4.X is desired. extern int matherr(); int *tclDummyMathPtr = (int *) matherr; The build problems were pointed out by Kris, as usual. ;-)
* Remove memory.n from the list of manual pages. It is installed by themi2005-01-071-1/+1
| | | | | | | TCL itself. Reported by: kris (and pointyhat) Approved by: portmgr (kris)
* Default to Tcl-8.4 (and bump up PORTREVISION). Fix some 64-bit related issues.mi2004-04-053-33/+43
| | | | Some others remain -- not all are fixed in the Tcl itself.
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Be sure -fPIC is used on Sparc64.mi2003-06-021-1/+7
|
* A minor improvement to allow using another Tcl version. 8.3 remains themi2003-05-171-1/+1
| | | | default.
* Upgrade to 8.3.5 after repocopy from lang/tclX82. No ports dependmi2003-03-1110-27/+328
| | | | | | | on this yet, but should be switching now. The lang/tclX82 will go away after the release. Approved by: portmgr timeout (3 requests remain unanswered)
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* TclX seems abandoned by its original authors, but the maintainersmi2001-10-246-27/+19
| | | | | | | | | of TclPro made TclX-8.3 available last year. There is not a whole lot of changes, and most of them deal with the Windows parts of the thing, but here is the upgrade 8.3 anyway. Please, test... I think, it is time to repocopy tclX82 into tclX and get rid of tclX75, tclX80, and tclX82...
* Commit this new MASTER_SITE, while I work on TclX 8.3...mi2001-10-231-1/+1
|
* Make sure the shared library is explicitly linked with -lm. Onmi2001-08-192-3/+11
| | | | | | | | | | | | | some occasions, this prevent it from being loaded properly, even though other libs already loaded already bring in -lm. I don't understand the rtld :( Only build the Tk related help files, if WITHOUT_X11 is not specified. Previously they were built, but not installed. If you did not have Tk installed, that build failed for you -- see PR 29722... PR: ports/29722
* Standartise the way used to disable X11 support in various ports. From nowsobomax2001-06-051-2/+2
| | | | on WITHOUT_X11 is the Only True Way[tm].
* I dreamed it would happen. I asked about. I finally did itmi2001-03-166-84/+146
| | | | | | | | | | | | | | | | | | | | | myself (for the lack of children, whom I could've prohibited to do it). Sorry. Upgrade this port to: . build against TCL-8.3 by default (controllable by TCL_VER) . build with or without TK (controllable by NO_X) . take over maintainership -- regretfully, Justin was rather idle recently . build the helpfiles once -- during the build stage -- not during the install stage On a side note, I more and more resent the fact, that our TCL 8.3 is built with the -stubs. It just introduces more variables without noticeable benefit. On FreeBSD shared libraries work well... I tested this with TCL-8.3 (with and without TK), and with TCL-8.2 (without TK only). Please, test this more.
* Some style fixes in the lang category (usual round of spaces -> tabs)olgeni2001-02-051-1/+1
|
* Import of tclX82 after repo-copy from tclX80, one more step onade2000-07-138-80/+237
| | | | | | | | | | | | | | | | the road to obliterating tcl/tk 8.0 from the tree. Note 1: the patches have been extensively re-worked from the original submission, to make this port PREFIX-safe, and also to deal with multiple patchfiles updating the same source file. Note 2: I've left the MAINTAINER as jseger. Justin, you may want to cast your TCL-expert eye over this one, it seems to do the right thing. PR: 16970 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-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
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-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.sobomax2000-06-152-3/+1
|
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+3
|
* Unbreak and upgrade tclX80 to 8.0.4jseger1999-09-027-314/+355
| | | | | PR: ports/13544 Submitted by: Ade Lovett <ade@lovett.com>
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Mark BROKEN for ELF.jseger1999-02-111-1/+3
|
* Use PKG* variables instead of adding extra files to PKG_ARGS.asami1998-12-131-6/+6
|
* Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denoteasami1998-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.)
* Convert to ELF.smace1998-10-111-37/+15
| | | | | | Use MAN3 macro. PR: 8017 Approved by: jseger
* Convert to ELF.smace1998-10-112-5/+47
| | | | | PR: 8017 Approved by: jseger
* Convert to ELF.smace1998-10-111-4/+11
| | | | | | use MAN3 macro PR: 8017 Approved by: jseger
* tk80 has been ELFized.asami1998-09-251-2/+2
|
* The first time I tried committing this set of manpage removals it gothoek1998-08-181-6/+0
| | | | | | | | all the way to diffing yorick/pkg/PLIST and then died with a "bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-) Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring machine, and bento is busy.
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-071-5/+5
|
* Install a wish script that spits-out all the various names for wish. Thehoek1998-07-271-1/+6
| | | | | | | | | | script handles for tclX and tkstep. This is as per several discussions on -ports. I expect one or two of the depending ports to break silently. I didn't touch the ja-ports, since INSTALL.wish might want translating? PR: bin/5894 Mention: Eivind, who wrote part of INSTALL.wish
* Add ".gz" to some compressed manpages.asami1998-06-061-19/+19
|
* Import of tclX8.0.2jseger1998-05-217-347/+352
| | | | | PR: 6540 Submitted by: dob@bazzle.com
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* No need to use += on first appearance of variables.alex1997-12-241-3/+3
|
* Un-break this port. We need it for xtem (PR 3759).tg1997-10-094-25/+67
|
* Bring back tclX75 -- sorry, I mis-read my reply from Satoshipst1997-09-125-0/+360
|
* Remove obsolete (and BROKEN) tcl portspst1997-09-125-360/+0
|
* Broken on 2.2-STABLE too.asami1997-08-241-4/+1
|
* Brokon on 3.0-CURRENT and has no maintainer.obrien1997-08-221-1/+6
|
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* Add virtual category 'tk41'.wosch1997-04-201-2/+2
|
* Remove myself as MAINTAINER from a number of ports I no longerjkh1997-01-061-3/+1
| | | | | have time to properly maintain. This will cause the position to revert to ports.
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-26/+34
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
OpenPOWER on IntegriCloud