Commit graph

10 commits

Author SHA1 Message Date
David Schultz
3e878728b6 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.  ;-)
2005-02-20 00:29:40 +00:00
Tim Vanderhoek
0ac7f24c03 Update my email address and make a slight formatting improvement. 2004-03-25 03:11:47 +00:00
Tim Vanderhoek
48e321134a Update to xdeview 0.5.18.
Significantly inspired by PR: ports/41508
2002-09-02 03:59:06 +00:00
Tim Vanderhoek
ae6c2e101c Updated uudeview version doesn't need to be patched
for Tcl 82+ anymore.
2002-09-02 03:57:37 +00:00
Steve Price
bc087374d3 Update to use Tcl/Tk version 8.2.
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-28 18:32:45 +00:00
David E. O'Brien
f19299a59c Don't depend on ports/converters/uulib's files/ dir. 1997-11-08 08:39:09 +00:00
David E. O'Brien
6cd4848608 Make this puppy *really* link with the shared uulib. 1997-04-02 08:10:40 +00:00
David E. O'Brien
74dd7ceebe Share the files/ dir and contents with devel/uulib
Suggested-by:	Satoshi
1997-03-30 18:44:30 +00:00
Satoshi Asami
c0780ce71e Don't look for malloc.h from configure. Not only malloc.h in FreeBSD
useless, you might find the one installed by devel/libmalloc, which
will cause the build to fail.
1997-03-30 12:29:58 +00:00
David E. O'Brien
00a7816a69 This is a powerful and easy-to-use tcl/tk-based program
which can decode BinHex, uuencoded, xxencoded, and Base64
formats.

Submitted by:	Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
Partically closes PR:	ports/2701
1997-03-29 23:55:56 +00:00