Commit Graph

1005 Commits

Author SHA1 Message Date
Joe Marcus Clarke
6ea4010118 Add two more sites to MASTER_SITE_MOZILLA. It seems Mozilla.org has changed
their layout a bit.
2003-10-11 16:22:01 +00:00
Edwin Groothuis
0ef393aeae [patch] remove an obsolete master site from bsd.sites.mk
Per Fenner's logs, and my own checking, the site
        ftp://uiarchive.uiuc.edu disappeared around July 22nd.
        This patch will remove the listing in MASTER_SITES_XCONTRIB;
        a few ports refer to it directly, but since they have
        individual maintainers they'll be separate PRs.

PR:		ports/57560
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-10-04 07:03:43 +00:00
Hye-Shik Chang
ec722082a1 Update to Python-2.3.2 2003-10-04 05:17:10 +00:00
Peter Pentchev
5114a87c98 Remove ftp.digex.net[1].
Remove ftp.meiji.ac.jp from the CTAN sites[2] (it is not even listed as
a mirror on http://www.ctan.org/ anymore).
Resolve unix.hensa.ac.uk's identity crisis as ftp.mirror.ac.uk[3] :)

PR:		57505[1], 57506[2], 56590[3]
Submitted by:	Mark Linimon <linimon@lonesome.com> [1, 2],
		Tim Bishop <tim@bishnet.net> [3]
2003-10-03 09:08:52 +00:00
Dirk Meyer
29e88c723b - detect OpenSSL 0.9.7c in base as good. 2003-10-02 19:46:35 +00:00
Edwin Groothuis
e426d735b6 Date: Tue, 30 Sep 2003 17:26:29 +0200
From: Jean-Yves Lefort <jylefort@brutele.be>
To: Edwin Groothuis <edwin@FreeBSD.org>

Note that ftp.gnu.org should be removed from MASTER_SITE_SAVANNAH, as it
is already listed in MASTER_SITE_GNU (it seems to be a GNU repository
rather than a Savannah one -- my bad).

Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2003-09-30 23:12:51 +00:00
Edwin Groothuis
e006ccdc2a Adds MASTER_SITE_SAVANNAH to bsd.sites.mk
Savannah (http://savannah.gnu.org/) is a more and more
	popular hosting site for free software projects.

PR:		ports/56970
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2003-09-30 00:08:58 +00:00
Hye-Shik Chang
ac5bea6285 - Update to Python-2.3.1, the lastest Bugfix release.
- Disable dlmodule on amd64 and sparc64 because dlmodule isn't designed
  for them.
- Add -fPIC on CFLAGS on amd64 for mod_python3 and other ports using it
  on linking their own dynamic library.
2003-09-24 11:07:22 +00:00
Will Andrews
01ff961210 Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details. 2003-09-18 14:57:05 +00:00
Joe Marcus Clarke
7bb32ba6ae Update to GNOME 2.4.0. 2003-09-18 06:58:18 +00:00
Kiriyama Kazuhiko
e2d2760587 * Sync with update of editors/xemacs21-mule (to 21.4.14).
* Sync with update of editors/xemacs-devel-mule (to 21.5-b15).
2003-09-10 12:01:39 +00:00
Akinori MUSHA
2d14ffb42b Update lang/ruby18 to the latest snapshot as of 2003-09-09.
Many bugs have been fixed since the 1.8.0 release. (The diff file is
very big because some big files were moved, sorry)
2003-09-10 07:33:57 +00:00
Edwin Groothuis
13e590c8f0 remove unreachable nagoya.linux.or.jp from MASTER_SITE_EXIM in bsd.sites.mk
There seems that there is no ftp service on nagoya.linux.or.jp anymore

	I got no answer to my mail
	<http://www.exim.org/pipermail/exim-users/Week-of-Mon-20030901/058862.html>;

	(message to Kaz.Sasayama@hypercore.co.jp bounced,  no answer
	from kaz2003@hypercore.co.jp)

PR:		ports/56569
Submitted by:	Oliver Eikemeier <FreeBSD-ports-bugs@FreeBSD.org>
2003-09-08 00:15:01 +00:00
Akinori MUSHA
133afad5c9 Add MASTER_SITE_SOURCEFORGE_JP. 2003-09-06 20:52:17 +00:00
Akinori MUSHA
7e43d02808 Remove the RingServer list in comment. One should always check the
RingServer web site for the latest list of available mirror sites.
2003-09-06 20:48:14 +00:00
Akinori MUSHA
ca019ac0b7 Use MASTER_SITE_RINGSERVER. 2003-09-06 20:42:47 +00:00
Joe Marcus Clarke
254151a505 Back out the previous commit. It was not approved, looks like was an
accidental commit based on the commit log, and was committed to the
deprecated macros section.
2003-09-04 03:48:04 +00:00
David E. O'Brien
8c4b61af8f <insert 20 nasty words here> and back out rev 1.467, which was committed
over a very lossy link and allowed me pilot error.
2003-09-03 19:50:24 +00:00
David E. O'Brien
9ca2ad6a8e Update Vim sites. 2003-09-03 19:46:57 +00:00
Greg Lewis
f82643c805 . Add support for the new diablo-jdk13 port. This will be the default
JDK 1.3 port for any 1.3 dependencies.

Approved by:	znerd
2003-09-03 16:29:18 +00:00
Sergey A. Osokin
f7c1acffb9 Update PostgreSQL sites:
* add some official mirrors
* fix or remove stale mirrors (by fenner)
* add description and URL

Submitted by:	osa
PR:		56138
2003-09-03 15:35:58 +00:00
Dirk Meyer
e25468076e - accept OPENSSLVER 0x0090609fL
PR:		56295
2003-09-03 04:26:36 +00:00
Dirk Meyer
dea9b3e9fd - drop !empty(LDFLAGS)
LDFLAGS might me defined with a variable that gets set later
2003-08-31 03:28:27 +00:00
Dirk Meyer
8bb2031d2c - new option USE_OPENSSL_RPATH
to pass RFLAGS options in CFLAGS,
  needed for ports who don't use LDFLAGS
- honor when WITHOUT_OPENSSL is set
PR:		56113
2003-08-30 07:26:04 +00:00
Joe Marcus Clarke
d6cd7e3e68 Clarify the RC_SUBR comments to match reality.
PR:		56111
2003-08-29 02:26:02 +00:00
Joe Marcus Clarke
6e05d97629 Fix typo in recent MySQL component addition. This typo lead to incorrect
operation when using MySQL 3.32.

PR:		56062
Submitted by:	leeym
2003-08-28 03:58:01 +00:00
Dirk Meyer
4c8b10b44c - spelling 2003-08-27 14:46:06 +00:00
Dirk Meyer
61cd1d3e06 - add a MAINTAINER line 2003-08-27 10:30:40 +00:00
Joe Marcus Clarke
4961e4ecb4 * Fix bug with already-installed check on older versions of FreeBSD [1]
* Fix bug where make install would fail if PKG_DBDIR did not already exist [2]
* Add MySQL components [3]
* Add OpenLDAP components [4]
* Separate OpenSSL components into bsd.openssl.mk [5]
* Separate GNUStep components into bsd.gnustep.mk [6]
* Add RC_SUBR support [7]
* Add a WANT_LESSTIF knob to use LessTif rather than Motif when USE_MOTIF is
  set [8]

PR:		55616, 55721, 55953 [1]
		55190 [2]
		55597 [3]
		55680 [4]
		39054 [5]
		50479 [6]
		54116 [7]
		36079 [8]
Submitted by:	Mats Dufberg <mats@dufberg.se>, marcus [1]
		Lev A. Serbryakov <lev@freebsd.org> [2]
		Clement Laforet <sheepkiller@cultdeadsheep.org> [3]
		Oliver Eikemeier <eikemeier@fillmore-labs.com> [4]
		dinoex [5] [6] [8]
		will [7]
2003-08-27 04:35:39 +00:00
Akinori MUSHA
59b7a895b7 Fix the problem that RUBY_WITH_PTHREAD is unwantedly nullified for the
*_r ports.

Reported by:	kris, nork, broken make index
2003-08-22 09:25:17 +00:00
Akinori MUSHA
6aa7d2f1ef Nullify RUBY_WITH_PTHREAD for FreeBSD 5.1-RELEASE and later.
I have tested a few modules that worked fine.  I hope such things
as ruby_r will die soon.

For FreeBSD 4.x and prior, ruby_r will forever be needed because
the interpreter (ruby) linked with libc.so crashes when a module
that is (indirectly) linked with libc_r.so, because stdio and stuff
get inconsitent inside of them.
2003-08-21 15:09:44 +00:00
Jun Kuriyama
8986d7e878 Currently, dnsbalance.ring.gr.jp is pointing wrong IP (stale site).
Point it to t.ring.gr.jp while broken.

Obtained from:	ftpadmin@ring.gr.jp
2003-08-20 22:54:57 +00:00
Jun Kuriyama
357732f732 SRA's pgsql mirror is not using same hierarchy of original site. 2003-08-20 22:49:38 +00:00
Jun Kuriyama
15edbcb973 PostgreSQL mirror in jaist seems too obsoleted.
Remove it and add SRA's and ring's for users in Japan.
2003-08-18 08:00:37 +00:00
Akinori MUSHA
ba61823a94 Add RUBY18_ONLY to PLIST_SUB. 2003-08-18 03:41:58 +00:00
Kris Kennaway
e549c662d1 * r1.455 introduced a change that uses su(1) to install the port if
built by non-root.  However, sometimes it is desirable to install the
  port as a non-privileged user.  Introduce the INSTALL_AS_USER variable
  to specify this behaviour. [1]

* Change SU to SU_CMD to allow other su-like commands to be used to
  perform the privilege escalation when installing as non-root
  (e.g. sudo) [2]

* Add support for USE_GCC=3.3 and 3.4 [3]

* Add support for the dns [4] and polish [5] categories, and the xfce
  virtual category [6]

* Use the pkg_install port on systems older than OSREVISION=460102, so
  they have the benefits of the advanced install/deinstall logic. [7]

PR:		ports/55091 [1], ports/55308 [3], ports/50444 [4],
		ports/53797 [5]
Submitted by:	dinoex [1], fjoe [2], Ulrich Spoerlein <q@uni.de> [3],
		Kimura Fuyuki <fuyuki@hadaly.org> [4],
		Aleksander Fafula <alex@fafula.com> [5], oliver [6],
		marcus [7]
2003-08-15 22:57:58 +00:00
Jun Kuriyama
46aead1b36 Remove unfunctional site from MASTER_SITE_APACHE_HTTPD.
PR:		ports/55428
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-08-14 06:48:38 +00:00
Joe Marcus Clarke
d6b50362c2 Remove libpanel, and only detect the GNOME 2 desktop.
Reminded by:	adamw
2003-08-12 16:25:45 +00:00
Akinori MUSHA
7dc653be30 Oops, I forgot to commit this one.
lang/ruby -> lang/ruby16
lang/ruby-devel -> lang/ruby18
2003-08-07 13:21:05 +00:00
Christian Weisgerber
79d7f94e7e Update MASTER_SITE_APACHE_HTTPD.
Five unstable/incomplete mirrors removed.  We have no reason to
hesitate in cutting them off since there are so many apache mirrors
in the net.

PR:		55266
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-08-05 18:26:47 +00:00
Akinori MUSHA
5e302f8074 Set the default version of ruby to 1.8 on amd64. 2003-08-05 12:00:52 +00:00
Akinori MUSHA
a11066cf7b Update lang/ruby-devel to the long-awaited 1.8.0 release. (IA64 and
AMD64 ports still need some more testing and tweaking)

By this update, openssl, webrick and xmlrpc modules are now part of
the standard distribution.

Since this version should no longer be called -devel, I am planning on
repo-moving lang/ruby{,-devel} to lang/ruby{16,18}, respectively.
2003-08-04 11:15:05 +00:00
David E. O'Brien
fa5777841b Add 2 new GCC mirrors. 2003-08-04 06:50:31 +00:00
Kris Kennaway
6d22383b08 Add MASTER_SITE_DEBIAN_POOL which automatically chooses the correct URL
subdir for Debian pool sites:

  /main/pool/<first-letter-of-the-package-name>/<package-name>

Submitted by:	Alex Semenyaka <alexs@snark.ratmir.ru>
PR:		ports/50572
2003-08-04 01:21:05 +00:00
Kris Kennaway
943ac185d5 * Remove some obsolete options: BROKEN_ELF, USE_DGS, NO_WRKDIR,
NO_EXTRACT, NO_CONFIGURE, NO_PATCH. [1]

* Remove support for USE_KDE{BASE,LIBS}_VER=2, since KDE 2.x is no
  longer in the ports collection [2]

* Add support for semi-automatic processing of GNU info files; they
  should be listed in the INFO variable (without the trailing .info),
  and appropriate installation/deinstallation code will be automatically
  added to the temporary pkg-plist before package registration. [3]

Submitted by:	arved [1][2], gerald [3]
PR:		ports/54782 [1][2], ports/54883 [3]
2003-08-04 01:17:39 +00:00
Joe Marcus Clarke
722ab725a1 Chase the gal2 shared lib version. 2003-08-01 22:14:17 +00:00
Hye-Shik Chang
d6fb067853 - Update to Python-2.3
- Correct pydoc search path to lang/python-doc-html port's [1]

PR:		43036 [1]
Submitted by:	Emil Sit <sit@amsterdam.lcs.mit.edu> [1]
2003-07-31 19:34:54 +00:00
Max Khon
edbf751d82 Backout rev. 1.459.
Requested by:	kris
2003-07-30 15:42:22 +00:00
Max Khon
358875200d Convert ${SU} to ${SU_CMD}. This allows to use sudo instead of su
by defining 'SU_CMD=/usr/local/bin/sudo sh -c'.
Provide an example of using sudo instead of su as well.

Approved by:	kris, des
2003-07-30 08:53:49 +00:00
Michael Nottebrock
ac4ef3820b Update KDE to the latest official release, KDE 3.1.3
Official KDE 3.1.3 announcement:
http://www.kde.org/announcements/announce-3.1.3.php

(may not work until a few hours after this commit - we jumped the gun a little
 in order to have the update in place at the time the security notifications for
 KDE 3.1.2 will be released together with the announcement of KDE 3.1.3).

Changelog from 3.1.2 to 3.1.3 release:
http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php

Thanks and credits need to go to the whole KDE-FreeBSD team, as well
as everyone on kde@freebsd.org for providing feedback, reporting bugs
and just using the KDE ports.

Approved by: will (real mentor asleep)
2003-07-29 04:26:22 +00:00