cvs commit: ports/lang/tclX/files patch-ag patch-ah
ports/x11-toolkits/tix/files patch-af ports/palm/pilot-link/files
patch-ac ports/converters/xdeview/files patch-ad
David Schultz
das at FreeBSD.org
Sat Feb 19 16:29:40 PST 2005
das 2005-02-20 00:29:40 UTC
FreeBSD ports repository (src committer)
Added files:
lang/tclX/files patch-ag patch-ah
x11-toolkits/tix/files patch-af
palm/pilot-link/files patch-ac
converters/xdeview/files patch-ad
Log:
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. ;-)
Revision Changes Path
1.1 +17 -0 ports/converters/xdeview/files/patch-ad (new)
1.1 +18 -0 ports/lang/tclX/files/patch-ag (new)
1.1 +18 -0 ports/lang/tclX/files/patch-ah (new)
1.1 +17 -0 ports/palm/pilot-link/files/patch-ac (new)
1.1 +16 -0 ports/x11-toolkits/tix/files/patch-af (new)
More information about the cvs-ports
mailing list