1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

1035 Commits

Author SHA1 Message Date
Joe Marcus Clarke
7c03628c05 Chase the libxslt shared lib version. 2003-11-04 18:22:56 +00:00
Hye-Shik Chang
360fced428 Add dependency line for pyexpat as ${PYEXPAT} to provide adaptive
dependency for both of pre-2.3.2_2 and after-.
2003-11-04 18:07:03 +00:00
Ying-Chieh Liao
f400ce6416 back out my last commit
Noted by:	trevor
2003-11-04 16:05:47 +00:00
Edwin Groothuis
b7952664e3 remove ftp.chl.chalmers.se from master_site_isc 2003-11-03 08:12:59 +00:00
Edwin Groothuis
ee431a373e fix location of GNU_SITES for ftp.rediris.es 2003-11-03 08:10:48 +00:00
Edwin Groothuis
fb07e46f49 Cleanup MASTER_SITE_MOZILLA, based on the information from www/mozilla
and net/perldap on the fenner distsurvey.
2003-11-03 06:51:33 +00:00
Mark Linimon
39b6a7ffa7 Per distfile survey, remove packetstorm.blackroute.net, which disappeared
in September 2003 (blackroute.net itself is still there, however); and
packetstorm.org, which on its main page tells you that packetstorm.nl
is the canonical page.
2003-11-02 00:46:39 +00:00
Mark Linimon
3b47192c61 Per distfile survey, crl.dec.com has not carried the Xcontrib files
since January 2003.  This was especially annoying in the distfile
survey (and to users) as it was listed as the first choice.
2003-11-02 00:30:15 +00:00
Akinori MUSHA
2997d721f3 Update lang/ruby16 to the latest snapshot as of 2003-10-15.
This fixes a few bugs in standard libraries.
2003-10-31 19:34:06 +00:00
Akinori MUSHA
b23aecf8c6 Update the ruby 1.8 feature list for the new ruby16-shim-18. 2003-10-31 18:43:43 +00:00
Akinori MUSHA
aaa48e0ef8 Update lang/ruby18 to 1.8.1-preview2. 2003-10-31 12:33:35 +00:00
Ying-Chieh Liao
036aa3da13 substitute space with tab 2003-10-31 07:38:24 +00:00
Ying-Chieh Liao
d5126fe5f3 introduce MASTER_SITE_GNU_ALPHA 2003-10-31 02:39:30 +00:00
Hye-Shik Chang
040577c1f7 - Update lang/python-devel to Python-2.4 031022 snapshot.
- Correct USE_ZOPE dependency to Python 2.1. [1]
- Fetch from correct MASTER_SITE_SUBDIR when upgrading python
  in same branch. [2]
- Enable installing separated standard modules for python-devel port.

Reported by:	Filippo Natali <pitonat@libero.it> [1],
		Yoshihiko Sarumaru <mistral@imasy.or.jp> [2]
2003-10-29 21:31:13 +00:00
Trevor Johnson
7271b8c999 Augment NETBSD list.
Obtained from:	<URL:http://www.alltheweb.com>
2003-10-28 10:06:21 +00:00
Trevor Johnson
fd42997db7 Update WINDOWMAKER list.
Obtained from:	<URL:http://www.alltheweb.com> and fenner's survey
2003-10-28 09:51:11 +00:00
Trevor Johnson
96a7d30697 Add a few more sites to the REDHAT list.
Obtained from:	<URL:http://www.alltheweb.com>
2003-10-28 09:32:01 +00:00
Trevor Johnson
6c94e9346d Promote mirrors.usc.edu to the top of the REDHAT list. It has some
Red Hat 6.1 distfiles which are not present on the rutgers or gatech
sites.
2003-10-28 08:14:06 +00:00
Trevor Johnson
23c1a1cfa4 Fix the GENTOO list.
found by:	fenner's survey
2003-10-28 06:18:52 +00:00
Sergei Kolobov
c1729e6e02 - Remove 4 dead mirrors from MASTER_SITE_SUNSITE
(double-checked by the submitter and myself)

PR:		58561
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
Prompted by:	fenner's portsurvey
Approved by:	krion (implicit)
2003-10-27 07:31:54 +00:00
Adam Weinberger
9fc6aa47d1 Add a fake MAINTAINER line so that people who just glance at the
top of the file will note that bsd.sites.mk is ports@ territory,
not portmgr territory.

Hopefully, anyway. It's difficult because everything else in
ports/Mk belongs to a specific entity.
2003-10-27 05:51:48 +00:00
David E. O'Brien
90f9d5872a Don't duplicate sites in the GCC list that are already in the SOURCEWARE list. 2003-10-21 14:37:20 +00:00
Trevor Johnson
67e918ed1b Add more GCC sites.
Obtained from:	<URL:http://gcc.gnu.org/mirrors.html>
2003-10-21 07:53:54 +00:00
Dirk Meyer
74cdf3042f - New option GNUSTEP_WITH_BASE_GCC
PR:		55013
2003-10-19 12:04:44 +00:00
Dirk Meyer
a58da456de - Layout for GnuSTEP 1.8.0 2003-10-19 11:14:19 +00:00
Hye-Shik Chang
a93bb43d12 - Provide correct PYTHON_PORTVERSION as not default python's but
user-specified.
- Provide PYTHON_SITE_SUBDIR for separated python standard module ports.
2003-10-19 08:49:29 +00:00
Trevor Johnson
2488cda074 Add www.gtlib.cc.gatech.edu to DEBIAN, GNOME, GNU, MOZILLA, NETBSD,
REDHAT_LINUX, SUNSITE and XFREE lists.
2003-10-18 22:59:53 +00:00
Hye-Shik Chang
a04c65dddb - Enable restricting compatible python versions by USE_PYTHON
eg)
    USE_PYTHON=     yes     # backward compatible
    USE_PYTHON=     2.2     # same as PYTHON_VERSION=python2.2
    USE_PYTHON=     2.1+    # 2.1 at least
    USE_PYTHON=     2.0-2.2 # from 2.0 to 2.2
    USE_PYTHON=     -2.3    # up to 2.3. 2.4 is not allowed.

- Introduce a new variable, PYTHON_PKGNAMESUFFIX for ports that is
  more popular without 'py-' prefix like Mailman or Zope.

Reviewed by:	silence on ports@
2003-10-16 05:58:53 +00:00
Trevor Johnson
193a460a2d new layout on ftp.rediris.es (MOZILLA list) 2003-10-15 18:11:17 +00:00
Trevor Johnson
4682d661d6 Add MASTER_SITE_GENTOO.
Obtained from:	http://www.gentoo.org/main/en/mirrors.xml
2003-10-13 21:48:47 +00:00
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