Kris Kennaway
2b5073cca4
Reset maintainer on ports maintained by the following non-ports committers,
...
who did not respond to my email confirming whether they have an active
interest in maintaining the port:
sue reg rv jmb dima reg horikawa msmith jhs ue
2003-11-03 01:30:43 +00:00
FUJISHIMA Satsuki
b185046be2
get rid of libgnugetopt dependency for -CURRENT,
...
use USE_GETOPT_LONG instead.
2003-07-14 02:53:03 +00:00
Ade Lovett
b2fd75e438
libtool uber-patch
...
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
2003-06-26 22:58:32 +00:00
Ade Lovett
7e52725f2a
Clear moonlight beckons.
...
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Alan Eldridge
020e1848e4
I forgot. Bump portrevision because I modified the plist.
2003-01-07 06:50:35 +00:00
Alan Eldridge
1e5ba0e6be
Finish fixing this port so I can build kdepim. Maintainer notified.
...
The plist was wrong, the list of manpages was wrong. And initially,
it would not build. What happened to testing?
2003-01-07 06:44:34 +00:00
Alan Eldridge
d9fc459726
Fix LIBS/LDFLAGS so port will build. Maintainer notified. I need the]
...
port now for kdepim.
2003-01-07 05:44:19 +00:00
Josef Karthauser
4e7f26ab0f
Update to version 0.11.7.
2003-01-06 19:22:26 +00:00
Munechika SUMIKAWA
8e9e183382
Upgrade to 0.11.4.
2002-09-18 05:42:55 +00:00
Munechika SUMIKAWA
631cc3bcc0
Fix plist.
2002-09-17 05:41:53 +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
a68d2827d3
Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
...
-liconv to -lgiconv.
2002-03-18 11:50:38 +00:00
Akinori MUSHA
21d944be5c
Bump PORTREVISION to reflect the (lib)iconv upgrade.
2002-03-18 10:27:58 +00:00
Maxim Sobolev
8493a5819b
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
...
libiconv.
2002-03-18 09:46:46 +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
8ad291c33e
Make pilot-link install directly into PREFIX. This should allow
...
pilot-link and all dependents to build correctly on bento.
2002-01-05 08:57:29 +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
Jun Kuriyama
607710a9e8
- Add write permission at post-patch stage to be able to build
...
by non-root users.
- Remove -O flag from CFLAGS due to c++'s optimization bug.
Approved by: maintainer
Requested by: hanai
2001-02-14 22:50:24 +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
e40294f732
Fix typo @{$SED} -> @${SED}
...
Submitted by: rich@math.missouri.edu
2001-01-11 22:19:38 +00:00
Dima Ruban
6c36ae9c94
Fix install path.
...
Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
2001-01-09 06:14:07 +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
Jeremy Lea
4d81331af7
Whitespace changes and PLIST sorting.
2000-10-01 09:59:09 +00:00
Maxim Sobolev
cc121d9794
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
2000-08-21 10:07:35 +00:00
Ade Lovett
9c1012c791
Add an etc/rc.d startup file to ldconfig the pilot-link
...
libraries at system reboot, since they're installed in
a non-standard place.
2000-08-04 01:38:56 +00:00
Satoshi Asami
ffb21b5654
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
...
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
2000-06-16 21:52:40 +00:00
Maxim Sobolev
61ebd322a2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
...
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
835d6b8655
Third round of INSTALL_SHLIBS=yes fixes.
2000-06-15 17:59:45 +00:00
Dima Ruban
3f2757f09f
Add mirror.
2000-06-07 20:26:36 +00:00
Michael Haro
feb212beb0
Correct whitespace introduced during PORTNAME conversion and portlint
2000-04-21 07:52:25 +00:00
Chris Piazza
fe5426321a
Update to use PORTNAME/PORTVERSION
2000-04-13 19:19:05 +00:00
Vanilla I. Shu
b53cbc1e92
Correct pkg/PLIST.
2000-01-16 11:50:38 +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
Bill Fenner
dfc69d865a
spaces -> tab, to make this Makefile parsable.
...
If you're going to use xterm cut'n'paste, please try running the
file through unexpand -a to get rid of xterm's tab expansion.
1999-09-10 18:55:54 +00:00
Satoshi Asami
fa4ca634ba
Run ldconfig.
...
Noticed by: bento's errorlogs of jpilot who couldn't find the shlibs
1999-09-10 07:39:14 +00:00
Peter Wemm
da8955d04b
$Id$ -> $FreeBSD$
1999-08-30 14:33:04 +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
Michael Haro
05c91b5a82
Upgrade from 0.9.1 to 0.9.2
...
PR: 11284
Submitted by: Lars Koeller lkoeller@cc.fh-lippe.de
1999-04-22 21:01:45 +00:00
Dima Ruban
8d417509ac
0.9.0 -> 0.9.1
1999-02-21 22:30:59 +00:00
Satoshi Asami
0eb5003d31
Move Palm*-related programs to new "palm" category.
...
Reviewed by: the ports list
1999-01-09 08:52:31 +00:00
Justin M. Seger
e8caf9227f
Unbreak for ELF.
...
Submitted by: dima
1998-10-12 03:08:56 +00:00
Justin M. Seger
1c56a8adfd
Mark for ELF:
...
Creating gzip'd tar ball in '/usr/ports/packages/All/pilot-link-0.9.0.tgz'
tar: can't add file lib/libpisock.so.3 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
1998-10-12 00:57:07 +00:00
Dima Ruban
e011ad0207
Unbreak it and also upgrade to v0.9.0
1998-09-30 04:52:36 +00:00
Justin M. Seger
778c040197
Mark BROKEN:
...
===> Building package for pilot-link-0.8.13
Creating package /usr/ports/packages/All/pilot-link-0.8.13.tgz
Registering depends: tcl-8.0.2 tk-8.0.2.
Creating gzip'd tar ball in '/usr/ports/packages/All/pilot-link-0.8.13.tgz'
tar: can't add file bin/ietf2datebook : No such file or directory
tar: can't add file bin/pilot-undelete : No such file or directory
tar: can't add file bin/sync-plan : No such file or directory
tar: can't add file lib/libpisock.so.3 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
1998-09-29 11:22:30 +00:00
Satoshi Asami
41637d4447
tk80 has been ELFized.
1998-09-25 10:05:14 +00:00
Tim Vanderhoek
91580b1ade
Wow. Deleting manpages is a lot faster on bento.
1998-08-17 08:23:05 +00:00