Commit graph

70602 commits

Author SHA1 Message Date
Akinori MUSHA
ec31b3d9ce Update to 20030123.
portupgrade(1):
- Change the meaning of -D/--distclean.  When specified once, delete
  failed distfiles and retry when checksum fails.  When specified
  twice, do "make distclean" before each fetch or build (as -D meant
  before).

- Make -F/--fetch-only call make checksum/checksum-recursive instead
  of make fetch/fetch-recursive.

- Rename -l/--log-results to -l/--results-file.

- Rename -L/--log-prefix to -L/--log-file and make it accept a
  printf(3) style format.

pkg_which(1)/pkgdb(3):
- Store and look for file names after resolving symlinks using
  realpath(3).

miscellaneous:
- Fix some macro bugs in manpage.

- Fix a typo in the PORTUPGRADE example in pkgtools.conf.
2003-01-23 14:42:38 +00:00
Oliver Braun
9ed951d57f Change maintainers email address also in the Makefile.
Approved by:	maintainer
2003-01-23 14:32:32 +00:00
Yen-Ming Lee
d75a0431ba These patches were merged into main stream source tree,
so remove these patches and unbreak zh-tin

Approved by:	MAINTAINER
2003-01-23 13:34:37 +00:00
Pete Fritchman
7db03c9a36 - add a patch so we have sensible defaults for freebsd
- bump PORTREVISION

PR:		47137
Submitted by:	Marco Molteni <molter@tin.it>
2003-01-23 13:32:09 +00:00
Dirk Froemberg
f7747a8f62 mysql-server compiles and runs fine on sparc64.
Submitted by:	Joao Pedras <jpedras@webvolution.net>
2003-01-23 13:08:03 +00:00
Johann Visagie
9fb9d105a9 - Update author's email address in $DESCR.
- Update $PKGREQ to depend explicitly on Python >= 2.1.3, and not just >= 2.1
- Document required value of $MAIL_GID for Exim4.
- Substantial rewrite of $PKGINSTALL:
  - Simplified layout.
  - More extensive error checking.
  - More expressive and user-friendly output.
- Substantial rewrite of $PKGDEINSTALL:
  - Simplified layout.
  - More expressive and user-friendly output.
  - Delete %%MAILMANDIR%%/data/last_mailman_version in DEINSTALL, and restore
    it in POST-DEINSTALL if the entire Mailman installation has not been
    removed.  This file is required by Mailman's update script (run as part
    of the installation procedure) to update active mailing lists.
  - Delete the errorlog if it is the only existing logfile.  This will
    finally allow the mailman port/package to be completely and cleanly
    deinstalled when there are no active lists or updated configuration.
- Bump $PORTREVISION, with apologies to those tracking the port.

It should now finally be possible to update a Mailman installation with
active mailing lists simply by deinstalling the port/package, and
reinstalling a later version (or by using portupgrade(1)).  There are still
no guarantees, though, and a backup is thorouhly recommended.
2003-01-23 12:49:00 +00:00
Dmitry Sivachenko
451c213b4b Unbreak after recent fltk update. 2003-01-23 12:38:16 +00:00
Dag-Erling Smørgrav
51499bac88 Update to 1.59.1. 2003-01-23 12:02:43 +00:00
Edwin Groothuis
e7af901b98 Make it at least compiling on -current again.
Still talking to Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
for the -STABLE version.
2003-01-23 11:37:10 +00:00
Martin Blapp
6b7e534915 Remove problematic USE_GCC=3.1 cause. This should fix the build on STABLE. 2003-01-23 11:09:58 +00:00
Doug Barton
f0e62452e0 Small patch from the developers to handle (an extremely small) vulnerability
in pdftops.

PR:		ports/47211
Submitted by:	KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
2003-01-23 10:10:24 +00:00
Ying-Chieh Liao
de4c35ed4c upgrade to 0.97 2003-01-23 10:10:15 +00:00
Ying-Chieh Liao
f76e30d89b upgrade to 0.15 2003-01-23 10:03:14 +00:00
Martin Blapp
4f80802d23 Allow language defined pkg-message files. 2003-01-23 09:55:17 +00:00
Martin Blapp
418d6df4ee Add german pkg-message and pkg-comment. 2003-01-23 09:53:27 +00:00
Doug Barton
71a9a9b628 Update mirror sites, and remove a pointless variable 2003-01-23 09:51:36 +00:00
Doug Barton
f0db88a0cc Upgrade to the source from pine 4.53. The previous MAINTAINER has been
ignoring this port, and two PR's filed against it.

Update mirror sites as well.

PR:		ports/47289
Submitted by:	Jon Noack <noackjr@compgeek.com>
2003-01-23 09:51:01 +00:00
Alan Eldridge
e6fe5f5e65 fix certificate file error 2003-01-23 09:38:08 +00:00
Edwin Groothuis
c69306111d No need to remove DISTNAMEs which are perfectly reasonable.
Pointy hat to: edwin
2003-01-23 09:31:18 +00:00
Alan Eldridge
b3904f61c4 change doc dir to not have version extension for compatibility 2003-01-23 09:30:36 +00:00
Doug Barton
6835cc3401 Fix the MASTER_SITE_LOCAL stuff 2003-01-23 09:07:23 +00:00
Alan Eldridge
5610ff4d72 change doc dir to not have version extension for compatibility 2003-01-23 09:05:40 +00:00
Martin Blapp
33a1cfe37e Fix typo: waring -> warning 2003-01-23 08:58:27 +00:00
Edwin Groothuis
d28b20894e FIx dependency on x11-toolkits/p5-Tk-GBARR
Noticed by: bento
2003-01-23 08:51:15 +00:00
Mario Sergio Fujikawa Ferreira
11b467a83a Add both hungarian and portuguese l10n prefixes to syncronize with
portlint port

Approved by:	maintainer
2003-01-23 07:05:24 +00:00
Jun Kuriyama
6c750ea53a Simplify decection of File::Spec to avoid INDEX generation breakage.
You shoud check to be installed latest perl5 port (5.x) or latest
File::Spec module (4.x).
2003-01-23 06:26:21 +00:00
Jun Kuriyama
5dc1571a28 Simplify decection of File::Spec to avoid INDEX generation breakage.
You shoud check to be installed latest perl5 port (5.x) or latest
File::Spec module (4.x).

Reviewed by:	kris
2003-01-23 06:24:30 +00:00
Ying-Chieh Liao
2700a2b513 add xmleditor 0.5.3
XML editor
2003-01-23 05:50:00 +00:00
Hajimu UMEMOTO
a8387b6ffd Update to 2.1.6. 2003-01-23 05:02:09 +00:00
Hye-Shik Chang
1265becd03 Remove bogus != command which generates bogus dependency error on some
conditions.

Advised by:	kris
2003-01-23 04:44:17 +00:00
Yen-Ming Lee
ffc299071e update to linuxigd-0.92, add WWW: in pkg-pdesc 2003-01-23 02:13:39 +00:00
Jean-Marc Zucconi
aa6a494f53 - Upgrade to version 1.1.30-Dec16.
- Install the callback binary (problem reported by Roger Hardiman <roger@telepresence.dmem.strath.ac.uk>
- Allow optional FIDO support (submitted by yar).
2003-01-23 00:12:33 +00:00
Joe Marcus Clarke
7fa7433ab4 Disable Xft if WITH_GTK2 is defined in the master mozilla-devel port.
This will avoid accidental creation of a non-working Mozilla.

Suggested by:	Dan Nelson <dnelson@allantgroup.com>
2003-01-22 23:57:46 +00:00
Joe Marcus Clarke
f04d970aea Update to 0.15.0. 2003-01-22 23:15:51 +00:00
Munechika SUMIKAWA
072d6bd76c - style fix
- use --with-tmpdir and --with-editor

Submitted by:	knu
2003-01-22 23:14:24 +00:00
Dag-Erling Smørgrav
f525587551 Remove a duplicate of patch-aa that snuck in here. 2003-01-22 23:06:56 +00:00
Martin Blapp
036c0769d7 Correct version. And FreeBSD. 2003-01-22 23:06:15 +00:00
Martin Blapp
11ec902e5c Update the pkg-message to reflect reality. Remove the
JDK remark. OO.Org works now with out native JDK even
without hotspots.
2003-01-22 23:02:17 +00:00
Joe Marcus Clarke
30892a5f68 Update to 0.5. 2003-01-22 22:51:45 +00:00
Oliver Braun
892042cf0c Upgrade to 2.3.11.
PR:		ports/47373
Submitted by:	maintainer
2003-01-22 22:26:29 +00:00
Tilman Keskinoz
95c1a040b7 Update to 1.2.0
PR:		47315
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-01-22 22:26:25 +00:00
Akinori MUSHA
10b9fc5a46 ruby-unit is gone, and this port does not really need it to run this
library but to test. (In which case ruby-testunit will do)

Pointed out by:	kris
2003-01-22 22:15:25 +00:00
Oliver Braun
dfe9a55d80 Add ahwm 0.90, an X11 window manager.
PR:		ports/47358
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-01-22 22:14:25 +00:00
Akinori MUSHA
4eb36f0b90 Oops, I forgot to commit this before removing ruby-unit.
Pointed out by:	kris
2003-01-22 22:11:30 +00:00
Oliver Braun
ca3149dafd Tarball has been rerolled.
Developer: "very minor changes; a switch added to disable SOCKS4 or SOCKS5."

PR:		ports/47304
Submitted by:	Volker Stolz <vs@lambda.foldr.org>
2003-01-22 21:54:54 +00:00
James E. Housley
acc98f2ef8 Update to 4244 2003-01-22 21:13:43 +00:00
Akinori MUSHA
b37d088472 Update the Ruby/GNOME suite to 0.31. 2003-01-22 20:58:11 +00:00
Munechika SUMIKAWA
282836f1e2 Upgrade to 1.11.5.
Submitted from:	knu
2003-01-22 20:50:58 +00:00
Akinori MUSHA
aa08eea41e Retire devel/ruby-unit (RUnit), which has been succeeded by
devel/ruby-testunit (Test::Unit).

RUnit performed a quite important role in getting ruby programmers
write and run tests for their code with enjoyment.

We will never forget you!
2003-01-22 20:46:39 +00:00
Kris Kennaway
c8f4fd9d5e ia64 is also a 64-bit platform. 2003-01-22 20:44:46 +00:00