| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
23 Sep 2011 22:26:39
8.4_3
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
03 Jul 2011 13:45:36
8.4_3
|
ohauer  |
- remove MD5 |
08 Dec 2009 06:15:34
8.4_3
|
mi  |
Use 83+ instead "yes" for USE_TCL. Somewhat counterintuitively, "yes"
means 85, which may not be, what the user wants... |
30 Nov 2009 01:47:22
8.4_3
|
mi  |
Better handle differences in the set of help-pages.
Chase the lang/tcl85's decision to install man1/tclsh8.5.1 instead of
man1/tclsh.1 -- now, when we can't find a man-page foo, we try looking
for foo$tcl_version.
PR: ports/140978
Submitted by: olli hauer |
27 Nov 2009 07:35:40
8.4_3
|
mi  |
Bump PORTREVISION... |
27 Nov 2009 07:34:35
8.4_2
|
mi  |
Allow building against any Tcl, rather than limit to 8.4. Both 8.3
should now work properly.
Add patch to fix profiling on 8.5 AND whenever the system has been up
for more than 25 days -- the latter used to overflow the clock_t-sized
variables, because TclX uses these 31-bit values to store milliseconds.
Use the proper method to obtain CLK_TCK -- if only on FreeBSD. |
27 Nov 2009 07:27:46
8.4_2
|
mi  |
Add a patch obtained from the Internet, that adds access to getsid() and
setsid() to TclX scripts. |
27 Nov 2009 07:23:29
8.4_2
|
mi  |
Chase various changes in wording and formatting in Tcl-8.5, that caused
gratuitous failures in TclX' self-tests. |
27 Nov 2009 07:20:34
8.4_2
|
mi  |
At some point a change in Tcl's core (in both 8.5 and 8.4) resulted
in an unintended call to write ZERO bytes to any descriptor, that was
opened for writing, when closing it.
When the descriptor belongs to a pipe, with its other end closed -- such
as when the started process has exited, doing so results in a SIGPIPE.
Tcl's core ignores SIGPIPEs, but TclX' self-tests didn't and began to
fail.
The bug should now be fixed in Tcl, but this patch is needed for TclX to
pass its own tests even when using the uncorrected version of Tcl. |
27 Nov 2009 07:14:44
8.4_2
|
mi  |
Make TclX compilable against Tcl-8.6. Doing so is still a bad idea,
because some things (especially -- profiling) break at run time. |
27 Nov 2009 07:11:36
8.4_2
|
mi  |
Fix a line in configure script, which had a bug in it, that we didn't
care for, because the line was never reachable on FreeBSD.
Our new and improved sh cares deeply about such problems, however, and
configure started to fail even on 7-STABLE at the beginning of October.
Notified by: miwi |
22 Aug 2009 00:24:37
8.4_2  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L |
21 Apr 2009 07:52:36
8.4_2
|
mi  |
Ubreak by making the port check for availability of Tcl's man-pages.
Tcl-8.4 does not install those by default any more...
Approved by: portmgr (erwin)
PR: ports/133555 |
16 Mar 2009 23:03:12
8.4_1
|
pav  |
- Mark BROKEN: does not compile
Reported by: pointyhat |
14 Feb 2009 14:49:40
8.4_1
|
mm  |
- Change USE_TCL=yes to USE_TCL=84 due to planned change of default Tcl |
09 Apr 2008 13:42:26
8.4_1
|
pav  |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
02 May 2007 19:57:58
8.4_1
|
mi  |
Work-around the deficiencies in FreeBSD package-building cluster,
which causes the regression-tests to fail by disabling the regression
tests.
Unbreak -- the build was never "broken" for the usual (non-jail)
systems. |
02 May 2007 19:36:18
8.4_1
|
kris  |
BROKEN: Regression tests fail |
30 Mar 2007 07:57:26
8.4_1
|
thierry  |
Also bump PORTREVISION.
Suggested by: pav |
30 Mar 2007 07:37:20
8.4
|
thierry  |
Also define USE_TCL. This fixes devel/tcl-neo.
Approved by: mi (maintainer) |
26 Mar 2007 17:11:37
8.4
|
thierry  |
- Fix a breakage caused by revision v 1.91 of ports/lang/tcl84/Makefile
- Switch to USE_TCL
- s/INSTALLS_SHLIB/USE_LDCONFIG/
- Support tcl84-thread
- Fix tclsh detection in configure
- Pet portlint.
Note: this port is still broken, because a test is failing, and tests
are part of the all target.
PR: ports/110805
Submitted by: /me
Approved by: mi (excepted the move of tests to a regression-test target) |
27 Jun 2006 23:23:20
8.4
|
mi  |
Upgrade tclX from 8.3.5 to 8.4 released last November after several
years of idleness. The changes are fairly substantial -- all Tk bits,
however insignificant they were, are now removed completely, for
example. No TclX enabled executable is built/installed either -- a Tcl
script is expected to load the Tclx package via the "package require
Tclx" only.
The changes to port add the handling of SIGINFO (made possible by the
recent fix-up of lang/tcl84), running the authors' test-target as part
of the build, and skipping building/installing of help files in the
NOPORTDOCS case.
The devel/tcl-neo is the only dependant port of tclX and is updated to
depend on the new version. |
22 Jan 2006 12:42:24
8.3.5_2
|
edwin  |
SHA256ify
Approved by: krion@ |
19 Jul 2005 03:46:27
8.3.5_2
|
mi  |
Try to make the vendor's tests run smoothly. Fail, but in the process
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. |
18 Jul 2005 23:58:37
8.3.5_1
|
mi  |
Unbreak the manual pages installation and help file generation:
. 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 :-) |
14 Jul 2005 07:09:01
8.3.5_1
|
sem  |
- Unbreak the port to find out what wrong with pkg-list is. |
26 Mar 2005 22:11:05
8.3.5_1
|
kris  |
BROKEN: Incorrect pkg-plist
Approved by: portmgr (self) |
20 Feb 2005 00:29:40
8.3.5_1
|
das  |
Remove more copies of Tcl's SunOS shared library hack.
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. ;-) |
07 Jan 2005 09:38:31
8.3.5_1
|
mi  |
Remove memory.n from the list of manual pages. It is installed by the
TCL itself.
Reported by: kris (and pointyhat)
Approved by: portmgr (kris) |
05 Apr 2004 21:18:14
8.3.5_1
|
mi  |
Default to Tcl-8.4 (and bump up PORTREVISION). Fix some 64-bit related issues.
Some others remain -- not all are fixed in the Tcl itself. |
31 Mar 2004 03:12:58
8.3.5
|
trevor  |
SIZEify (maintainer timeout) |
02 Jun 2003 20:08:36
8.3.5
|
mi  |
Be sure -fPIC is used on Sparc64. |
17 May 2003 15:37:32
8.3.5
|
mi  |
A minor improvement to allow using another Tcl version. 8.3 remains the
default. |
11 Mar 2003 19:18:48
8.3.5
|
mi  |
Upgrade to 8.3.5 after repocopy from lang/tclX82. No ports depend
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) |
07 Mar 2003 06:05:38
8.3
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |