Commit Graph

273 Commits

Author SHA1 Message Date
Ade Lovett
bc47cccc84 Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
2001-05-04 21:41:30 +00:00
Bill Fenner
7e0b9131f5 Make RUN_DEPENDS on jpilot a file dependency, not a binary-in-path
dependency, since jpilot is installed in /usr/local/pilot/bin which
isn't necessarily already in your path.
2001-04-19 23:23:27 +00:00
Bill Fenner
41cf81dd52 Make jpilot and malsync work directories relative to our work directory,
as opposed to absolute since ${WRKDIRPREFIX}${PORTSDIR}/blah/blah/work
does *not* necessarily point to another port's work dir.  This should
solve bento's build issues with this port.
2001-04-18 00:27:37 +00:00
Bill Fenner
440bcdb879 More bento debugging. 2001-04-17 15:51:51 +00:00
Bill Fenner
487c6c9b98 More bento debugging. 2001-04-16 23:04:34 +00:00
Ying-Chieh Liao
21a1c241cd make bento happier (bibelot.pl -> bibelot) 2001-04-14 20:21:57 +00:00
Bill Fenner
e18431f5ce Try to debug the bento build, since it works everywhere else. 2001-04-14 18:41:16 +00:00
Michael Haro
4ee38fcfd8 update to 3.1
PR:		26335
Submitted by:	    William Lloyd <wlloyd@galt.slap.net> (new maintainer)
2001-04-04 09:02:43 +00:00
Will Andrews
dbba8af644 Overhaul QT/KDE support:
- bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}*
- Cleanup corresponding ports for bsd.kde.mk update.
- Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,
  introduce QT_NONSTANDARD variable for nonstandard configure setup.
- Update KDE2 to 2.1.1.  Two patches included in x11/kdelibs2 to fix the
  proxy authentication that was broken for 2.1.1.  Remove old patches.
- Potentially fix kdelibs build for alpha.
- Fix qt-designer 2.3.0 build.
- Ruby stuff left alone since it looks like black magic to me.  Should
  still work w/ compat shims for older USE_QT[,2] style.  Some others
  were also left alone for the same reason.

Reviewed by:	portmgr, ports (bsd.kde.mk+bsd.port.mk)
Submitted by:	David Faure <faure@kde.org> (proxy auth patches)
		Alex Zepeda <garbanzo@kde.org> (old patches removal)
2001-04-03 08:14:43 +00:00
Ying-Chieh Liao
b322b30bf4 upgrade to 0.9.3
fix plist
2001-04-03 04:59:46 +00:00
Maxim Sobolev
4ca0e60800 -pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}

Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
2001-03-29 16:35:19 +00:00
Bill Fenner
6599f6dee5 Insert ${WRKDIRPREFIX} when looking for other ports' work dirs.
Found by:	bento
2001-03-29 00:17:47 +00:00
Ying-Chieh Liao
2ed06f6cc8 add romeo
The Palm ROM Discombobulator
2001-03-25 13:38:32 +00:00
Bill Fenner
f18dceeb5f A jpilot plugin for malsync. 2001-03-22 22:33:13 +00:00
Jun Kuriyama
825a987b12 Upgrade to 2.7b.
Pointed out by:	Per Andersson <pa@cdg.chalmers.se>
2001-03-13 02:59:31 +00:00
Jimmy Olgeni
fbc223bae5 Update to version 1.0.2.
PR:		25595
Submitted by:	Roman Shterenzon <roman@xpert.com>
2001-03-08 12:31:58 +00:00
Michael C . Wu
65ac8abc99 Change my email address in the Maintainer line 2001-03-07 22:57:43 +00:00
Munechika SUMIKAWA
01c3a17556 fix internationalization bug. these patches are already submitted to
the author and will be synced in next release.

Submitted by:	Takeshi MUTOH <tmutoh@mx10.freecom.ne.jp>
Approved by:	maintainer
2001-03-06 11:17:09 +00:00
Clive Lin
cfaa24da83 Add USE_GMAKE=yes 2001-03-04 15:22:03 +00:00
Ying-Chieh Liao
8612fe5c3d upgrade to 0.9.2
Submitted by:	Roman Shterenzon <roman@xpert.com> (via private mail)
2001-03-03 13:09:12 +00:00
Vanilla I. Shu
68c2f99c63 Remove do-configure section, use PERL_CONFIGURE now. 2001-03-01 06:39:18 +00:00
Dirk Froemberg
f64eb6a97b Upgrade to 2.06. 2001-02-23 11:29:15 +00:00
Kris Kennaway
805e7070ad Update to txt2pdbdoc 1.3
PR:	25179
Submitted by:	Maintainer
2001-02-18 05:22:02 +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
James E. Housley
e63f0e6930 The current version of the port does not enable plugins, even though
they are compiled.  This stems from a problem in the configure script
that forces the enable_plugins value to always be false, whether or
not --enable-plugins is specified.

PR:		24973
Submitted by:	Alex Varju <varju@ca.webct.com> MAINTAINER
2001-02-11 17:25:56 +00:00
Akinori MUSHA
808a2eada9 Add %%PORTDOCS%%. 2001-02-10 13:19:57 +00:00
Akinori MUSHA
339a29a763 Oops. I forgot to update Makefile when I moved jconv to jfconv. 2001-02-10 12:24:59 +00:00
Vanilla I. Shu
edbfa7fec8 Upgrade to 0.99.
PR:		ports/24933
Submitted by:	maintainer
2001-02-09 16:14:28 +00:00
Akinori MUSHA
89cf179f76 Rename jconv to jfconv to avoid the conflict with japanese/libjconv,
after a repocopy.

JFConv more looks like JFile converter than JConv does.
2001-02-08 09:41:04 +00:00
Ying-Chieh Liao
b1135dea75 fix wrksrc path
Submitted by:	Roman Shterenzon <roman@xpert.com> (via private mail)
2001-02-01 02:15:36 +00:00
Ying-Chieh Liao
07a23d1567 update to 0.9
Requested by: Roman Shterenzon <roman@xpert.com>
2001-01-31 11:45:19 +00:00
Dirk Froemberg
9584e11014 Release maintainership to port@FreeBSD. I don't use this port any
longer and I don't have time to keep up maintainance.
2001-01-26 12:31:02 +00:00
Jun Kuriyama
25c9ebaca0 Add update1 from master_site.
Pointed out by:	jmt@tbe.net
2001-01-26 02:16:09 +00:00
Ying-Chieh Liao
33aff2ecae add bibelot, txt to pdb converter 2001-01-21 16:36:26 +00:00
Jun Kuriyama
cc4e745af3 Use *.bz2 tarball.
Submitted by:	sff
2001-01-20 06:03:12 +00:00
Jun Kuriyama
495d893d4e Use splitted tarballs.
Submitted by:	sf
2001-01-20 04:33:19 +00:00
Jun Kuriyama
5797cf9a47 Update master site info. 2001-01-19 08:13:37 +00:00
Jun Kuriyama
2c94a098f0 Update master site info.
Catch CFLAGS like -mpentiumpro other than -m486.
Use *.bz2 archives and use $MASTER_SITE_SOURCEWARE.
2001-01-19 08:12:46 +00:00
Jun Kuriyama
e8eef2ba9b Add missing trailing backslash.
Pointed out by:	"Dan Langille" <dan@langille.org>
2001-01-19 07:37:15 +00:00
Jun Kuriyama
c146d225f1 Update master site info. 2001-01-19 07:29:01 +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
Clive Lin
cb6d9a13c1 New port: txt2pdbdoc
Converts plain text and HTML files to Palm Pilot Doc formats

Submitted by: keichii@iteration.net
2001-01-08 19:04:12 +00:00
Jun Kuriyama
5e4dedd6b7 Update master site.
Submitted by:	Alex Varju <varju@alex.madd.tnmc.ca> (maintainer)
PR:		ports/24131
2001-01-08 07:36:04 +00:00
Jun Kuriyama
fe6a1792a2 Upgrade to 2.7a.
Update WWW.
2001-01-08 06:30:59 +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
Dirk Froemberg
1c02b8b4bb Update URL. 2000-12-31 19:04:46 +00:00
Dirk Froemberg
d4fe43173e Upgrade to 2.05. 2000-12-31 17:23:30 +00:00
Lars Koeller
e0516a7109 Corrected some info lines in the Header: mail address and first one. 2000-12-22 19:59:57 +00:00