1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
Commit Graph

18 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
Jimmy Olgeni
e4d7b1ff25 The read-todos utility prints "No Date" when the todo item has no
date assigned, but the trailing "\n" was missing.
2004-02-02 22:17:03 +00:00
Mike Silbersack
4761b241a4 Update pilot-link port to 0.11.8.
While doing so, fix tcl support; let the configure script do the
job of configuring tcl support.
2003-12-18 06:20:04 +00:00
Josef Karthauser
4e7f26ab0f Update to version 0.11.7. 2003-01-06 19:22:26 +00:00
Munechika SUMIKAWA
98c24fc5d8 Upgrade to 0.11.3
Approved by:	dima
2002-09-17 02:11:58 +00:00
Kris Kennaway
f99541466b Fix compilation on -current
Submitted by:	kan
PR:		ports/39440
2002-09-07 02:45:31 +00:00
Maxim Sobolev
0b4c518733 - Don't install useless now ${PREFIX}/etc/rc.d/pilot-link.sh. Bump
PORTREVISION;
- s/freebsd\.org/FreeBSD.org/ while I'm here.
2002-01-08 21:18:33 +00:00
Will Andrews
fb2c030e15 Make this port PREFIX clean. Required for KDE 2.2.2 upgrade, as well as
conformance to the Porter's Handbook.  Bump PORTREVISION to reflect
fixes in packaging.

Not reviewed/approved by:	maintainer (mea culpa)
2001-12-04 02:31:29 +00:00
Mikhail Teterin
1adbb88832 Patch one source file to get rid of getopt.h -- the package does not use
the GNU's getopt really...

Submitted by: Ollivier Robert
2001-08-27 19:19:43 +00:00
Mikhail Teterin
4ecea026d6 Upgrade to 0.9.5, use -lgiconv. 2001-08-24 19:35:11 +00:00
Vanilla I. Shu
25a7d82d0c Fix startup script's path.
PR:		ports/24123, ports/24304
Submitted by:	Steve Coltrin <spcoltri@omcl.org>, Helge Oldach <send-pr@oldach.net>
2001-01-15 23:10:03 +00:00
Dima Ruban
1afce46641 rc script fix (supports start/stop thingie now)
Submitted by:	joseph@randomnetworks.com
2001-01-05 14:15:49 +00:00
Steve Price
15c9b9d466 Update to use Tcl/Tk version 8.2. Also USE_LIBTOOL=yes to get rid of
the .la droppings.
1999-12-22 21:29:31 +00:00
Dima Ruban
a971d2a794 Fix sendmail path.
Submitted by:	lesnyj@informatik.tu-muenchen.de
1999-10-11 22:03:02 +00:00
Dima Ruban
470c6d7453 0.9.2 -> 0.9.3
Submitted by:	Michael Reifenberg <root@nihil.plaut.de>
1999-08-21 09:55:27 +00:00
Jordan K. Hubbard
afae53b35d Take this port over from pst at his request. Move everything under
/usr/local/pilot subhierarchy since this thing installs a *lot* of
executables and headers, many of which may well conflict with other
tools.  This also makes it consistent with the prc-tools port.
Use suggestion from Satoshi to deal with PREFIX (thanks, Satoshi!).
1998-01-15 17:47:37 +00:00
Paul Traina
69f2b54a8a Try to work around turds left by octave package. 1997-11-30 21:22:31 +00:00
Paul Traina
ad458ff6b3 pilot-link is a set of utilities for linking with the PalmPilot PDA.
Libraries and header files are included to allow the creation of custom
applications in C, C++, Perl5, Tcl, Java, and Python (not all are enabled
in this port).
1997-11-24 09:10:43 +00:00