Commit Graph

764 Commits

Author SHA1 Message Date
Kris Kennaway
4626da2093 Set NOPORTDOCS in the USE_RUBY_RD case on alpha, because it is causing
coredumps.

Submitted by:	knu
2002-10-05 07:47:28 +00:00
Kris Kennaway
d89d789ea8 Fix installation of +MTREE_DIRS introduced in r1.424
Submitted by:	sobomax
2002-10-02 07:18:17 +00:00
Akinori MUSHA
7e51c10d2b MASTER_SITE_LOCAL:
ftp.jp.FreeBSD.org is back in sync with ftp.FreeBSD.org.

  Thanks to:	kuriyama & the administrators

MASTER_SITE_RUBY:
  ftp.chg.ru is back in sync with ftp.ruby-lang.org.

  Thanks to:	Serge Krashakov <sakr@Chg.RU>

MASTER_SITE_FESTIVAL, MASTER_SITE_FESTIVAL_OGI:
  Assign using += instead of = like other ones.
2002-09-30 13:54:39 +00:00
Akinori MUSHA
ea09c6cc7a - Add back ftp.ruby-lang.org to MASTER_SITE_RUBY, but below
ftp.iij.ad.jp because ftp.ruby-lang.org is currently unstable.
  ftp.iij.ad.jp has much more capacious bandwidth and is synchronized
  with the master site tightly enough.

- ftp.dti.ad.jp is a good one.  Add it to various MASTER_SITE_*.
2002-09-30 04:18:43 +00:00
Akinori MUSHA
ebcb3eee5e - Add back mirrors.sunsite.dk to MASTER_SITE_RUBY.
- Remove non-working mirror sites from MASTER_SITE_SUNSITE.

Submitted by:	fenner's distfiles survey
2002-09-29 22:50:17 +00:00
Akinori MUSHA
ff11e5bebc Remove sites that are temporarily down or out of sync from
MASTER_SITE_RUBY.  They will be put back as soon as they get back up
or in sync.
2002-09-29 22:17:48 +00:00
Akinori MUSHA
558a35e021 Add three mirror sites to MASTER_SITE_RUBY to fill vacancies.
(ftp.iDaemons.org, mirrors.sunsite.dk and ftp.ntua.gr)
2002-09-28 20:47:41 +00:00
Akinori MUSHA
63eb0ebbbf Remove non-working mirror sites from MASTER_SITE_RUBY. 2002-09-28 19:55:34 +00:00
Akinori MUSHA
4bcccab001 Update lang/ruby-devel to the latest snapshot as of 2002-09-27, which
fixes several coredump bugs and fatal threading problems.

Remove the autoconf dependency by including a pre-generated configure
script in the distfile.  It now also includes a pre-generated parse.c
made by bison 1.35.
2002-09-27 13:55:41 +00:00
Kris Kennaway
12c14e0bf7 * Switch back to .tgz packages for 4.x (5.0 still uses .tbz packages) [1]
* Fix some problems in previous revision relating to writability test of
  ${DISTDIR}, by moving the check a) after we have made the directory if
  it doesn't exist, and b) inside the loop that actually fetches files,
  so the check isn't performed with every port make operation that depends
  on the fetch target (this breaks non-fetch targets as a different user)
  [2]

Submitted by:	bmah [1]
Reported by:	ijliao [2]
Tested on:	bento
2002-09-25 17:50:03 +00:00
Akinori MUSHA
cfeffd29da Reroll a stable snapshot tarball as of 2002-09-12 for lang/ruby
containing a pregenerated configure and a parse.c generated with bison
1.35.  This is to offer a smaller (.tar.bz2) distfile, remove the
autoconf dependency and benefit from a bit more efficient parse.c than
that which byacc(1) generates.
2002-09-24 20:07:08 +00:00
Eric Anholt
f0d7df79d7 Fix distfile survey issues with X ports, update bsd.sites.mk to include
more working X mirrors and remove a local distfiles site that hasn't been
updating.

Approved by:	portmgr
2002-09-21 19:20:55 +00:00
Akinori MUSHA
2f7566dfba - Define RUBY_SHIM18_PORT and DEPEND_RUBY_SHIM18.
- Introduce USE_RUBY_FEATURES to make life easier.
2002-09-21 07:06:39 +00:00
Ying-Chieh Liao
d2b241ba32 remove ftp.yggdrasil.com
it's offline for a long time

PR:		38191
Submitted by:	Tom Rissman <trissman@mrdlaw.com>
2002-09-21 03:06:37 +00:00
Akinori MUSHA
7a0aed5180 Update lang/ruby-devel to the latset snapshot as of 2002.09.20. 2002-09-20 23:21:50 +00:00
Alan Eldridge
0ddb7a3d2e Add variables for ZOPE. Patch supplied by maintiner
Submitted by:	maintainer
Approved by:	maintainer
2002-09-20 18:56:41 +00:00
Kris Kennaway
f772f8743d * Some spelling/grammar fixes in comments
* Replace some bare uses of cat with ${CAT}

* [ports/19112] Ignore RCS files (*,v) when applying patches

* [ports/19270] Check whether ${DISTDIR} is writable and fail with a
  better error message if not (mostly caused by trying to fetch as the
  wrong user)

* [ports/23560] Force patch backup files to be created with .orig suffix

* [ports/34717] Don't enclose PTHREAD_LIBS in quotes, because it will
  cause problems if used in an already-quoted string.

* [ports/34987] Fix an awk warning in MASTER_SORT/MASTER_SORT_REGEX code

* [misc/38724] Change some uses of the deprecated test -h to test -L

* [1] Registering real dependencies: dependency registration looks at the
  currently-installed version of the dependency and registers that version,
  instead of registering the version in ports which may be newer than
  what is installed.

* [2] Further 100% speed-up of dependency registration process by eliminating
  second call to package-depends (using information from the first call
  stored in +CONTENTS file of package being installed). Very useful
  for developing GNOME or similar packages with zillion dependencies,
  when package-depends target could take few minutes to complete;

* [2] Proper set-up of ${SHELL} variable in build environment, so that user's
  interactive shell isn't picked instead. This has various implications,
  ranging from build process speed-up due to using /bin/sh to invoke
  libtool instead of bash or any other much more bloated user's shell
  (configure scripts often pick it up from the ${SHELL} environment),
  to fixing problems some users have when building random ports.

Submitted by:	sobomax [1] [2],
		Aleksandr A. Babaylov <.@babolo.ru> [ports/19112],
		Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> [ports/19270],
		Alan Bawden <Alan@LCS.MIT.EDU> [ports/23560],
		Christian Weisgerber <naddy@mips.inka.de> [ports/34717],
		knu [ports/34987], april <april@oublinet.net> [ports/38724]
PR:		ports/19112, ports/19270, ports/23560, ports/34717,
		ports/34987, ports/36237, ports/38724
Tested on:	bento 4-exp build
2002-09-19 00:16:39 +00:00
Ying-Chieh Liao
00958a7588 make xemacs-devel-mule ver up to date
PR:		42872
Submitted by:	SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
2002-09-18 11:07:50 +00:00
Akinori MUSHA
bf6e437343 Update lang/ruby-devel to the snapshot as of 2002-09-17.
This fixes coredump on the Alpha.
2002-09-18 09:57:29 +00:00
Ernst de Haan
75e9be51aa Now supports the Sun JDK 1.4.1 for Linux instead of 1.4.0. 2002-09-17 09:12:32 +00:00
Ernst de Haan
8a2877e957 Fixed support for Blackdown JDK 1.3 for Linux.
Submitted by:	Seamus Venasse <Seamus.Venasse@gov.yk.ca>
2002-09-17 09:03:20 +00:00
Sean Chittenden
46c968b9a4 Fix building of kdemultimedia3 on -CURRENT. Obtained from wca.
Reviewed by:	wca
Approved by:	knu (mentor)
2002-09-15 21:50:36 +00:00
Ying-Chieh Liao
0e9284fdf9 bump open-motif shlib version 2002-09-13 18:47:30 +00:00
Akinori MUSHA
554df0e9ef Seems ftp.nectec.or.th stopped mirroring local-distfiles about three
months ago, so remove it from MASTER_SITE_LOCAL.

Detected by:	fenner's distfiles survey
2002-09-13 11:05:17 +00:00
Joe Marcus Clarke
858b8e6867 Make sure gtk-doc support is disabled even for ports that don't support the
--disable-gtk-doc option.

PR:		42616
Reviewed by:	sobomax
2002-09-11 21:37:39 +00:00
Akinori MUSHA
72f4110007 Add my iDaemons.org site to MASTER_SITE_BACKUP on which I started
mirroring all the distfiles of ruby related ports except RESTRICTED
ones.
2002-09-11 19:31:07 +00:00
Akinori MUSHA
67a2ab4506 Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to the
latest snapshots as of today, 2002-09-12 (JST).
2002-09-11 17:30:21 +00:00
Alan Eldridge
aaea9c3db3 Automagically mark kde2 ports as bork bork borked. If it really only needs
qt2 then you better change it to say so or else it's on the hit list. Will
has said that all kde2 ports must be fixed or gone before 4.7 ports freeze.

Submitted by:	Tilman Linneweh <tilman@arved.de>
Reviewed by:	resident psychopath and wild and crazy guy AlanE
Approved by:	billg@microsoft.com ("anything to get rid of some free s/w")
2002-09-10 07:46:25 +00:00
David E. O'Brien
65bc0eb215 Two MASTER_SITE_SOURCEWARE fixes. The first fixes an existing problem,
the second the fact that sourceware is scheduled to go away.

Submitted by:	pfeifer
2002-09-07 20:53:08 +00:00
Josef Karthauser
f6b17d3f6f Allow 'make search ...' to work even if the ports tree is symbolically
linked from somewhere else.

PR:	ports/42060
2002-09-03 09:08:28 +00:00
Kris Kennaway
a522995ecd Remove USE_NEWGCC, which is no longer supported or required. 2002-08-31 02:35:01 +00:00
Will Andrews
ebe714bf05 Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted to
more closely conform to FreeBSD style etc, and Konqueror SSL patch merged.

Tested by:	Matt Douhan <matt@fruitsalad.org>, alane
Submitted by:	lioux [1]
2002-08-25 04:37:30 +00:00
Trevor Johnson
ec65b180ef NetBSD update
Obtained from:	fenner's survey and www.alltheweb.com
2002-08-25 00:19:32 +00:00
Akinori MUSHA
6d0e11fb66 Update the RingServer list and add some descriptions about the
redirector services.
2002-08-24 23:55:57 +00:00
Maxim Sobolev
8e28be07ef Fix MLINKS broken since bsd.port.mk speed-up commit.
Submitted & reported by:	many
PR (among others reports):	39646
Approved by:			portmgr
2002-08-19 17:12:59 +00:00
Ernst de Haan
35712f9ac7 Again changed the order within some lists for estetical reasons. 2002-08-12 12:59:23 +00:00
Ernst de Haan
0a2b751781 Added Blackdown JDK 1.4.1 for Linux.
See also:	http://www.blackdown.org/java-linux/java2-status/jdk1.4-status.html
2002-08-12 11:02:58 +00:00
Ernst de Haan
f83151ee42 Changed the order within a list for estetical reasons. 2002-08-12 10:57:35 +00:00
Ernst de Haan
5d2630c7f4 Changed the installation directory of the Sun JDK 1.4.x
for Linux from linux-sun-jdk1.4.0.01 to linux-sun-jdk1.4.0.
This is more like the installation directories for the other
JDK ports.

PR:		41424
2002-08-10 10:54:06 +00:00
Ernst de Haan
b0efcd4f99 Changed the installation directory of the Sun JDK 1.4.x for Linux
to linux-sun-jdk1.4.0.01.

PR:		41424
2002-08-10 10:47:25 +00:00
Ernst de Haan
0050da690f Changed the installation directory of the Sun JDK 1.3.x for Linux to
linux-sun-jdk1.3.1.

PR:		41424
2002-08-10 10:31:09 +00:00
Ernst de Haan
c6295a4356 Now correctly looks for the Blackdown JDK 1.2 for Linux in
${LOCALBASE}/linux-blackdown-jdk1.2.2.
2002-08-10 09:03:47 +00:00
Ernst de Haan
a9f1a83ab2 Fixed support for the Sun JDK 1.2.2 for Linux. The installation
directory for that JDK was changed on June 13.

See:	http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/linux-sun-jdk12/Makefile?rev=1.7&content-type=text/x-cvsweb-markup
2002-08-07 20:36:04 +00:00
Marc Fonvieille
deef46806d Fix links to the Handbook, the FAQ and the porters-handbook.
Approved by:	portmgr
2002-08-04 09:04:12 +00:00
David E. O'Brien
c13284aa47 Use Bzip2 to compress packages for 5.0-DP#2.
Requested by:	re
Two months silence by:	portmgr
2002-08-04 06:01:48 +00:00
Ying-Chieh Liao
e1bfe4684c add MASTER_SITE_ISC (1) and apply them
PR:		41218
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org> (1)
2002-08-01 07:35:52 +00:00
Akinori MUSHA
163665320a Introduce MASTER_SITE_REDHAT_LINUX. (Feel free to add more mirror sites) 2002-07-25 18:49:37 +00:00
Joe Marcus Clarke
3a150b8461 Make ports that install gconf data PREFIX-safe.
Discussed with:	sobomax
2002-07-25 15:36:21 +00:00
Christian Weisgerber
66cb5d38ef Sync Austrian sunsite mirrors with reality.
Prompted by
PR:		40881
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-07-23 11:13:49 +00:00
Jun Kuriyama
77212f0e0b CPAN in uiarchive.uiuc.edu was moved.
Found by:	disfiles survey
2002-07-22 00:35:25 +00:00