Commit graph

68419 commits

Author SHA1 Message Date
Josef Karthauser
8cdedd7370 Hand maintainership over to someone who cares about this port.
Thanks Joe.
2002-12-08 19:34:21 +00:00
Pete Fritchman
d0bdd3ae22 Host the distfile locally until the author has time to fix the
main FTP site, and get the backup one updated.
2002-12-08 18:39:10 +00:00
Akinori MUSHA
3f8b472522 Update to 20021209 and roll a new tarball for 5.0-RELEASE.
For the record, the previous tarball (pkgtools-20021101.tar.bz2) was
downloaded approximately 10,000 times in one month, 32% from the
United States, 17% from Japan, 6% from Germany, and 4% from
Canada. (followed by AU, NL, FR, GB, RU, SE, PL, ...)

pkgtools.conf(5):

- Add new variables: USE_PKGS and USE_PKGS_ONLY.

  Requested by:	Jeff Penn <jeff@jrpenn.demon.co.uk>

overall:

- Recognize INDEXFILE defaulting to 'INDEX'.

- Introduce a "fixme" cookie file not to invoke pkgdb -aF unnecessarily.

- Recognize the Hungarian and Portuguese language prefixes.

Approved by:	kris (implicitly)
2002-12-08 18:35:46 +00:00
Pete Fritchman
ed148aab3a The peps website seems to have gone away; host the distfile locally
and remove the WWW line.
2002-12-08 18:29:30 +00:00
Alan Eldridge
cbe1ec8d99 Update to current version so it will build. Trevor's apparently gone for a
while, and this port is unfetchable as is.

Approved by:	kris (build fix)
2002-12-08 17:55:04 +00:00
Dirk Meyer
6cd6f2e2bf remerge patch, define was lost. 2002-12-08 17:37:20 +00:00
Dirk Meyer
d502d19fd2 Fix build on sparc64 2002-12-08 17:29:27 +00:00
Pete Fritchman
6c5fc62de6 rvi has a new home; fix MASTER_SITES and WWW. 2002-12-08 17:19:36 +00:00
Pete Fritchman
7f41d6bd02 Fix WWW. 2002-12-08 17:12:28 +00:00
Shigeyuki Fukushima
b007a82ca5 Don't delete site_perl dirs.
Delete version-specific perl5-lib dirs by @unexec
2002-12-08 14:27:23 +00:00
Akinori MUSHA
ff2c63c35a Rd2 coredumps also on sparc64, so apply RUBY_NO_RD_HTML to sparc64 as
well as alpha.

Observed on:	panther
Reported by:	kris
2002-12-08 12:36:40 +00:00
Trevor Johnson
2fe5196fd4 Update glibc to 2.1.3-28 in order to correct buffer overflow in
resolver.  This also makes the port fetchable again.  Advisories
are at <URL:https://rhn.redhat.com/errata/RHSA-2002-197.html> and
<URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-1146>.

N.B. I only tested this on -CURRENT/i386.
2002-12-08 10:41:11 +00:00
Trevor Johnson
f3bbf9efa8 Disable the checksum target. Its presence causes "make describe"
to say:

	"/usr/ports/Mk/bsd.port.mk", line 2: warning: duplicate
	script for target "checksum" ignored

Noticed by:	kris
2002-12-08 08:06:26 +00:00
Trevor Johnson
21283cd60e Unbreak for use with IPv4 on FreeBSD -CURRENT (only tested on i386).
Obtained from:	ume
(ports/www/mozilla/files/patch-nsprpub::pr::src::pthreads::ptio.c rev. 1.1)
2002-12-08 07:44:35 +00:00
Eric Anholt
236b06cf9b [1] Move the recently committed patch-common_x86.c to XFree86-4-libraries
so it covers libOSMesa, too.
[2] Reduce stack usage in libX11 (helps JDK 1.4)

PR:		[1] ports/46037
Submitted by:	[2] phantom
Approved by:	portmgr
2002-12-08 05:37:30 +00:00
Kris Kennaway
d56c33afdf Fix build on sparc64 (-fpic -> -fPIC) 2002-12-08 01:52:23 +00:00
Kris Kennaway
42cfa581cb ONLY_FOR_ARCHS=i386 alpha 2002-12-08 01:21:18 +00:00
Alan Eldridge
b1fa1e443e Patch pthread options into flags so library will build.
PR:		46075
Approved by:	kris
2002-12-08 00:22:57 +00:00
Martin Blapp
4fd77cada9 Fix subdir and last commit. Of course it should have been
the MASTER_SITE_SUBDIR.

Approved by:	kris (see last commit)
Obtained from:	Koop Mast <einekoai@chello.nl>
2002-12-07 23:42:31 +00:00
Ralf S. Engelschall
f334567ae5 fix MASTER_SITES 2002-12-07 21:08:42 +00:00
Akinori MUSHA
4929e86653 Catch up with the Ruby Application Archive's URL scheme change. 2002-12-07 17:41:58 +00:00
Akinori MUSHA
e8515da24e Update WWW. 2002-12-07 17:14:40 +00:00
Akinori MUSHA
04c47b9eba Update pkg-comment so it does not exceed the limit of 70 bytes. 2002-12-07 16:06:55 +00:00
Akinori MUSHA
2b0c2c9c2d Fix up obsolete pkg-config dependencies.
Submitted by:	bento
Obtained from:	Ruby/GNOME2 CVS
2002-12-07 15:40:35 +00:00
Akinori MUSHA
7e390b4a19 Do not build the profiled library on 5-CURRENT, where g++ -pg produces
strange function calls that the assembler cannot understand.

Submitted by:	bento

http://bento.freebsd.org/errorlogs/5-latest/rudiments-0.24.log
2002-12-07 10:28:15 +00:00
Akinori MUSHA
cbf1825c30 Spell "separated" correctly. 2002-12-07 10:07:21 +00:00
Dirk Meyer
788a2b63fa - prepare MASTER_SITE_GNUSTEP
- Fix build on beast
http://beta.freebsd.org/errorlogs/5-full/gnustep-base-1.5.1.log
2002-12-07 07:48:20 +00:00
Oliver Braun
d3bc0671e7 * Make it work with hugs98-200211.
* Make portlint happier.
* Bump PORTREVISION.

PR:		ports/46019
Submitted by:	maintainer
Approved by:	portmgr (kris)
2002-12-06 17:51:08 +00:00
Akinori MUSHA
185ceb675c Introduce a knob RUBY_NO_RD_HTML and enable it by default on alpha. This
replaces the non-working NOPORTDOCS workaround and fixes build on the alpha,
where rd2 coredumps.

Tested on:	the axp cluster
Approved by:	kris
2002-12-06 17:17:38 +00:00
Mario Sergio Fujikawa Ferreira
06b18b4580 Finish repo copy move: remove from old category, link into new, add
info to MOVED

www/frontpage-pt_BR	-->	portuguese/frontpage-pt_BR

Repo copied by:	joe (cvs hat)
Approved by:	kris (portmgr hat),
		MAINTAINER (2 weeks timeout)
2002-12-06 16:10:37 +00:00
Mario Sergio Fujikawa Ferreira
9608153c31 Finish repo copy move: remove from old category, link into new, add
info to MOVED

editors/ooodict-pt_BR	-->	portuguese/ooodict-pt_BR
editors/ooodict-pt_PT	-->	portuguese/ooodict-pt_PT
editors/openoffice-pt	-->	portuguese/openoffice
editors/staroffice52-pt	-->	portuguese/staroffice52

Repo copied by:	joe (cvs hat)
Approved by:	kris (portmgr hat),
		MAINTAINERs (2 weeks timeout)
2002-12-06 16:07:00 +00:00
Akinori MUSHA
b18bb4afe8 Apply the new C++ patch to all of the ruby-qt2* ports and unbreak them. 2002-12-06 15:56:56 +00:00
Akinori MUSHA
999601df3f Properly update pkg-comment and pkg-descr after the copy from
ruby-gnome.

Submitted by:	the author
2002-12-06 15:14:21 +00:00
Mario Sergio Fujikawa Ferreira
55d62d1c05 After repo copy to newly created portuguese category, update all
appropriate references: *_DEPENDS, CATEGORIES, PKGNAMEPREFIX, etc

Repo copied by:		joe (cvs hat)
Approved by:		kris (portmgr hat)
2002-12-06 15:11:36 +00:00
Mario Sergio Fujikawa Ferreira
7343d1e839 Fix build in -CURRENT
Submitted by:	mike (with modifications :)
Reviewed by:	John Angelmo <john@veidit.net>
2002-12-06 14:54:27 +00:00
Yaroslav Tykhiy
07ac96e307 Add a patch file for src/parser.y that remedies the YACC grammar
compatibility problem against new bison (>=1.75).

PR:		ports/45898
Submitted by:	Dmitry Morozovsky <marck@rinet.ru>
Approved by:	portmgr
2002-12-06 10:53:21 +00:00
Martin Blapp
4ffc9055dd Fix dist subdir. OpenOffice.org has changed the subdir order.
Approved by:		kris
2002-12-06 09:14:27 +00:00
Kris Kennaway
8bc074da75 ONLY_FOR_ARCHS=i386 alpha 2002-12-06 08:28:15 +00:00
Peter Pentchev
748b329e0f A trivial fix for building with bison-1.75.
Approved by:	portmgr (kris)
2002-12-06 08:02:39 +00:00
Alan Eldridge
ffc11b5aea No change, forgot the approval ...
Approved by:	kris
2002-12-05 22:46:15 +00:00
Alan Eldridge
57bb23c47c Fix port Makefile to play nice by the new, stricter, autoconf/automake
rules.
2002-12-05 22:44:42 +00:00
Alan Eldridge
851233d7a5 Use the full, right paths for automake, autoconf so the error message if
something goes wrong corresponds correctly to what the build depends output
said it needed.

Approved by:	kris
2002-12-05 22:43:22 +00:00
Kris Kennaway
d72a393926 Add a separate INDEX file for 5.0 systems. This is necessary because
ports built on 4.x and 5.0 have substantially different dependency lists
(mostly due to various system components being moved out of the base
system and into the ports tree, such as perl).
2002-12-05 22:14:52 +00:00
Jimmy Olgeni
835f925192 Fix CATEGORIES: x11-toolkits -> devel.
Approved by:	knu
2002-12-05 20:44:40 +00:00
Jimmy Olgeni
cfbbc38493 Fix shell syntax error.
Approved by:	portmgr (kris)
2002-12-05 20:43:14 +00:00
Dirk Meyer
07c41ede2b - Fix build on CURRENT
- make fully PREFIX aware
2002-12-05 18:13:49 +00:00
Hajimu UMEMOTO
d33b79068f Update to 2.1.11.
The release has two security fixes:

	- Fixed some potential buffer overflows in the sieve code
	- Fixed a pre-login buffer overflow in the IMAP parsing code

Approved by:	portmgr
2002-12-05 14:04:36 +00:00
Hajimu UMEMOTO
377dbebf97 Update to 2.0.17.
The releases has two security fixes:

	- Fixed some potential buffer overflows in the sieve code
	- Fixed a pre-login buffer overflow in the IMAP parsing code

Approved by:	portmgr
2002-12-05 14:02:56 +00:00
Tilman Keskinoz
2027d3d06d Don't include values.h
Submitted by:	bento
2002-12-05 12:41:18 +00:00
Tilman Keskinoz
79d29c7763 Fix Build, after alane moved the automake14 files to a
different location nearly 2 months ago.
2002-12-05 11:41:00 +00:00