1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

1839 Commits

Author SHA1 Message Date
Mark Linimon
6728fa2af2 Whitespace cleanup. 2006-07-05 19:53:27 +00:00
Mark Linimon
44f5fbd656 Correct maintainer email address.
Spotted by:	pav
2006-07-05 19:50:28 +00:00
Mark Linimon
e2d64eefa6 * Change all bogus uses of BROKEN to IGNORE. Note: the BROKEN_WITH_*
forms are retained for compatibility but deprecated [1]

* Add sha256 to CHECKSUM_ALGORITHMS [2]

* Remove some whitespace [2]

* Add USE_SCONS and bsd.scons.mk for the Python-based SCons build system [3]

* Fix USE_LDCONFIG with non-default PREFIX [4]

* Add USE_WX and friends, and bsd.wx.mk, for common code for WxWidgets
  support [5]

* Add 'make missing' to show missing dependencies [6]

* Fix DESKTOP_ENTRIES processing on 4.x [7]

PR:	92445 [1], 98206 [2], 98731 [3], 99370 [4], 89398 [5],
	93601 [6], 98891 [7]

Submitted by:	linimon [1], edwin [2], alex at foxybanana dot com [3],
		gerald [4], flz [4], alepulver [5], alex at fafula dot com [6],
		shaun [7]
2006-07-05 02:18:09 +00:00
Mark Linimon
d4842a4759 Add common code to support for WxWidgets based ports.
PR:		ports/89398
Submitted by:	alepulver
2006-07-05 02:13:12 +00:00
Mark Linimon
36b282910e Add common logic to support ports using the Python-based SCons build system.
PR:		ports/98731
Submitted by:	Alexander Botero-Lowry <alex at foxybanana dot com>
2006-07-05 02:11:20 +00:00
Tilman Keskinoz
b6bd521298 Move ftp.gnupg.org to the bottom of MASTER_SITE_GNUPG, as it is very
slow
2006-07-02 15:27:49 +00:00
Rong-En Fan
08b49b351e Update comments for USE_MYSQL and DEFAULT_MYSQL_VER to reflect that
we use MySQL 5.0 as default now.

Approved by:	delphij (mentor)
2006-06-28 11:38:42 +00:00
Mark Linimon
385e991024 Revert ports/95841. It breaks kdelibs3. I didn't spot this because kdelibs3
had failed to build before this patch, but for other reasons that had already
been fixed.  Apologies to all.

Hat:		portmgr
Pointy Hat:	linimon
2006-06-26 23:39:09 +00:00
Hye-Shik Chang
635ffb248f Fix to report a correct version number that we use. (2.5b1 -> 2.5.b1) 2006-06-23 03:35:14 +00:00
Hye-Shik Chang
06295f9285 Update python-devel to 2.5b1. 2006-06-23 03:09:16 +00:00
Michael Johnson
c3c77ccdcd - Retire MASTER_SITE_NETSCAPE since only one port uses it and quite
a few of the hosts don't work anymore.
2006-06-23 02:25:30 +00:00
Mark Linimon
1ae2bc11da Fix typo in IGNORE message. 2006-06-20 04:58:12 +00:00
Hye-Shik Chang
328a0ca24f Fence around shell execution variables not to fail abnormally when
Python segfaults.

Reported by:	jeff
2006-06-16 15:43:52 +00:00
Mark Linimon
23388699d1 * Update default MySQL version from 4.1 to 5.0 [1]
* Update default PHP version from 4 to 5 [2]

* Update default LDAP version from 2.2 to 2.3 [3]

* Add support for LDAP version 2.4 [4]

* Update default linux_base from '8' (Redhat 8) to 'fc4' (Fedora Core 4) [5]

* Switch default Linux X implementation from XFree86 to xorg to track the
  above [5]

* Deprecate INSTALLS_SHLIB and replace it by USE_LDCONFIG.  If set to "yes",
  the old behavior is preserved.  Otherwise, it can be set to a list of
  directories to be added to ${PREFIX}/libdata/ldconfig/${UNIQUENAME}.
  Note that this directory is used by ldconfig startup script, it is meant
  to replace ldconfig scripts installed by some ports as (sometimes
  000.${UNQUENAME}.sh) [6]

* Adds USE_LDCONFIG32 which is like USE_LDCONFIG but the target file is
  ${PREFIX}/libdata/ldconfig32/${UNIQUENAME} instead.  (Note: this should
  only be used on 64-bit architectures) [6]

* Set the default LANG for tr to be C to avoid some build problems [7]

* Include bsd.java.mk in both pre and post sections [8]

* Get rid of remnants of FORCE_PKG_REGISTER [9]

* Always print options with make showconfig [10]

PR:	92805 [1], 92806 [2], 96793 [3], 97515 [4], 96849 [5],
	91933 [6], 91381 [7], 97020 [8], 95841 [9], 97133 [10]

Submitted by:	ale [1][2], delphij [3][4], netchild [5], flz [6],
		Tsurutani Naoki <turutani at scphys dot kyoto-u dot ac dot jp>
		[7], hq [8], sem [9], pav [10]
2006-06-16 04:53:43 +00:00
Joe Marcus Clarke
b9410c5b8d Add another icon hack to gnomehack. 2006-06-14 02:51:02 +00:00
Michael Johnson
948f5473bd - Transfer MAINTAINER to multimedia@
Approved by:	dhw (postmaster, for using multimedia@ as maintainer)
		gnome (gstreamer ports)
2006-06-09 18:00:35 +00:00
Alexander Leidinger
16930c800d When generating the automatic plist, also understand @dirrmtry when looking
up linux_base-X owned dirs.

Submitted by:	Boris Samorodov <bsam@ipt.ru>
2006-06-07 18:47:40 +00:00
Doug Barton
a7da2f58d3 1. Remove ftp://bioinfo.weizmann.ac.il from CPAN, the FTP server is
refusing connections.

2. Remove osdn.dl.sourceforge.net, the logs are full of failed
downloads.

Submitted by:	fenner's distfile survey
2006-06-07 17:45:45 +00:00
Michael Nottebrock
c5accf0b17 Update to KDE 3.5.3 2006-06-05 19:24:58 +00:00
Hye-Shik Chang
406f4ff831 Correct zope dependency target for 3.2.
PR:		97151
Submitted by:	Phil Oleson <oz@nixil.net>
2006-06-03 17:38:18 +00:00
Andrew Pantyukhin
15cb428128 - Add MASTER_SITE_TUCOWS. It is a big repository of old/outdated/abandoned
software. For now sysutils/wmcube will use it. Last time I checked there
  were at least a dozen of other ports which can be fetched from there.

PR:		ports/94178
Submitted by:	Shaun Amott <shaun@inerd.com>
2006-06-03 14:46:35 +00:00
Alejandro Pulver
37b8de34ec - Add more sites to MASTER_SITE_IDSOFTWARE.
Approved by:	garga (mentor, implicitly)
2006-05-29 20:26:02 +00:00
Jeremy Messenger
31d019fabf x11-fm/nautilus2 -> x11-fm/nautilus
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for other ports, chase the rename.
2006-05-29 05:32:31 +00:00
Jeremy Messenger
950d1f7bd1 x11/gnomepanel -> x11/gnome-panel
x11/gnomepanel-reference -> x11/gnome-panel-reference

Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

PR:		ports/97985
Repocopy by:	marcus
2006-05-28 20:05:19 +00:00
Jeremy Messenger
d9dd45d404 x11/gnomelibs -> x11/gnome-libs
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for japanese/gnomelibs, chase the rename.

PR:		ports/97985
Repocopy by:	marcus
2006-05-28 19:50:56 +00:00
Jeremy Messenger
cc26a6c8ba x11/gnomedesktop -> x11/gnome-desktop
x11/gnomedesktop-reference -> x11/gnome-desktop-reference

Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

PR:		ports/97985
Repocopy by:	marcus
2006-05-28 19:27:48 +00:00
Pav Lucistnik
029e0ba297 - Rename ports
devel/gnomevfs -> devel/gnome-vfs1
  devel/gnomevfs2 -> devel/gnome-vfs
  devel/gnomevfs2-reference -> devel/gnome-vfs-reference
2006-05-28 16:11:40 +00:00
Pav Lucistnik
5d8e925c01 - Rename port textproc/gnomedocutils -> textproc/gnome-doc-utils 2006-05-28 15:41:18 +00:00
Pav Lucistnik
5946ea0cd3 - Rename ports
sysutils/gnomecontrolcenter -> sysutils/gnome-control-center1
  sysutils/gnomecontrolcenter2 -> sysutils/gnome-control-center
2006-05-28 15:30:03 +00:00
Pav Lucistnik
b47ad7a943 - Renamed port graphics/libart_lgpl2 -> graphics/libart_lgpl 2006-05-28 13:37:06 +00:00
Pav Lucistnik
d172aa5862 - Rename port print/gnomeprint -> print/gnome-print 2006-05-28 13:24:05 +00:00
Pav Lucistnik
978991f3da - Rename port
misc/gnomemimedata --> misc/gnome-mime-data
2006-05-28 12:41:45 +00:00
Jeremy Messenger
e05ae3dfa7 devel/pkgconfig -> devel/pkg-config
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for other ports, chase the rename.

PR:		ports/97985
Repocopy by:	marcus
2006-05-28 05:47:28 +00:00
Jeremy Messenger
0da70991cd databases/gnomedb -> databases/gnome-db
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

PR:		ports/97985
Repocopy by:	marcus
2006-05-28 02:53:21 +00:00
Jeremy Messenger
57854d4c76 Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

PR:		ports/97985
Repocopy by:	marcus
2006-05-28 00:57:24 +00:00
Dirk Meyer
225ef8f48e - bump shared lib versions for FreeBSD > 6.0
libssl.o in the base was bumped, but still uses old ABI
  KDE crashes, as it does not honor LDFLAGS / -rpath=
- solving regression for OpenOffice users

Reported by: Michel Talon
2006-05-25 15:17:34 +00:00
Kris Kennaway
0a3fc3fd5b * Avoid .if syntax that causes syntax error on old 4.x make [1]
* Cleanup comments [2] [3] [4]

* include bsd.emacs.mk only when USE_EMACS is set [5]

* Silence the install-info target [6] [7]

* Correct the implementation of pretty-print-run-depends-list [8]

* Use a consistent name for the cookies file when PKGNAMEPREFIX/SUFFIX
  are set after bsd.port.pre.mk. [9]

* Include bsd.tcl.mk if USE_TCL_BUILD is defined [10]

* Set PERL_MM_USE_DEFAULT in BATCH mode [11]

* Add the {ONLY,NOT}_FOR_ARCH_REASON and
  {ONLY,NOT}_FOR_ARCH_REASON_${ARCH} variables to allow better
  customization of the error string reported to users when they
  attempt a build on an unsupported architecture. [12]

* Avoid errors from duplicated targets when parsing MLINKS on ports
  without a default value set. [13]

* Fix handling of MLINKS when invalid entries are listed [14]

* Enforce sanity of DESKTOP_ENTRIES.  If the Categories field is
  omitted, try to map ports categories to their freedesktop.org
  counterpart [15]

PR:     93873 [1], 92923 [2], 93234 [3], 95680 [4], 95238 [5],
        91621 [6], 94035 [7], 94164 [8], 94219 [9], 92355 [10],
        95579 [11], 94675 [12], 66109 [13], 66110 [14], 95603 [15]

Submitted by:   Eric Cronin <ecronin@gizmolabs.org> [1],
                edwin [2][12], pav [3], vd [4][8], nobutaka [5],
                anray [6], krion [7],
                Andrey Deynega <licedey@gmail.com> [9], mnag [9],
                garga [10], skv [11], eik [13][14], jylefort [15]
2006-05-23 21:53:18 +00:00
Pav Lucistnik
76d5cc8ffa - Fix ports tree, there was a stray \ left
Pointy hat to:	dougb
2006-05-21 21:06:55 +00:00
Doug Barton
ba6291da38 1. ring.ip-kyoto.ad.jp seems to have been down for some time, remove
it from MASTER_SITE_RINGSERVER.
2. For MASTER_SITE_WINDOWMAKER, s/windowmaker.org/windowmaker.info/, and
update the path on the ftp.uvsq.fr mirror.

Submitted by:	fenner's distfile survey
2006-05-21 20:26:06 +00:00
Alexander Leidinger
eccc0b6ddc Add support for the upcomming FC4 port (waiting for repocopy).
Submitted by:	Boris Samorodov <bsam@ipt.ru>
2006-05-20 15:54:24 +00:00
Michael Johnson
6d79946d94 - Readd gstreamer-plugins-xvid 2006-05-17 14:34:29 +00:00
Akinori MUSHA
802409539e Allow CONFIGURE_TARGET to be overridden.
PR:		ports/93457
Submitted by:	Jason E. Hale <bsdkaffee -at- gmail.com>
2006-05-17 03:18:15 +00:00
Alexander Leidinger
1406cf04a2 Fix the new-plist target (typo). 2006-05-16 18:19:35 +00:00
Andrey Slusar
2f5b92844f Add xemacs-devel-mule-xft. 2006-05-16 17:11:20 +00:00
Andrey Slusar
15422dc867 Update xemacs-devel and xemacs-devel-mule to 21.5-b27 2006-05-16 14:33:12 +00:00
Michael Johnson
5c08bfc863 - Update gstreamer-plugins to 0.10.7
- Update bad to 0.10.3
- Update good to 0.10.3
- Readd dvd and dts plugins
2006-05-16 01:43:02 +00:00
Alejandro Pulver
6e54f5a09b Change MASTER_SITE_IDSOFTWARE:
- Fix doubled '%' character in gamers.org mirror.
- Remove skynet.be mirror (ftp.idsoftware.com subdirectory disappeared).

Approved by:	garga (mentor)
2006-05-11 18:52:35 +00:00
Clement Laforet
7e03ad6c0a - Add APACHEETCDIR to catch apache etc directory.
It can't be used with USE_APACHE=yes

Requested by:	pav, tmclaugh
2006-05-11 15:21:22 +00:00
Michael Johnson
cbb5d9a3b3 - Don't quote BROKEN messages 2006-05-10 21:11:21 +00:00
Andrew Pantyukhin
2e69a74e13 update bsd.sites.mk - add berlios mirrors
Berlios is a popular SourceForge clone
2006-05-10 19:01:20 +00:00
Jean-Yves Lefort
83daa0ce2e Add the referencehack component (patches out programming reference in
GNOME ports).
2006-05-09 22:21:29 +00:00
Alex Dupre
f12d3a0ccb Simplify PHP base ports infrastructure:
- remove all slave ports
- add the ability to build all SAPIs concurrently
- update php5 to 5.1.4

*Read* the UPDATING file *before* trying to update PHP
(or at least before mailing me).
2006-05-06 13:26:49 +00:00
Joe Marcus Clarke
47b2a64f74 Add a new public macro, GTK2_VERSION, which will track the GTK+ 2.0
API version needed for ports installing theme engines, pixbuf loaders,
and input method modules.
2006-05-06 09:06:16 +00:00
Xin LI
0956bf55e3 Add master site for tomcat project. This would be utilized in a
future tomcat upgrade (as project jakarta was split into some
subprojects).

Approved by:	sem (mentor)
2006-05-05 10:40:04 +00:00
Alexander Leidinger
09c8994868 Revert previous commit to this file (the commit message belongs to
bsd.linux-rpm.mk). It was done by accident.

Pointyhat to:	netchild
2006-05-02 10:09:23 +00:00
Alexander Leidinger
690d6ea08a Extract only the binary RPM's.
This should fix linux-expat, linux-glib2, linux-gnomelibs and
linux-xorg-libs (and thus linux-jpeg) on pointyhat.

Noticed by:	pointyhat (kris)
2006-05-02 10:06:54 +00:00
Sergey Matveychuk
d75db85784 - Reset maintainer (vsevolod@)
- Remove USE_REINPLACE [1]
- Reformat comment for easy reading on 80 column terminals

PR:		ports/96600
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
2006-05-01 19:49:57 +00:00
Alexander Leidinger
e830277d41 bsd.linux-rpm.mk:
- document some variables
 - set some variables based upon presets [1]
 - automatically guess the src RPM (needs to be overidden for multi-RPM
   ports) [1]
 - allow to specify complete directories or a set of files for
   automatic brandelf handling (BRANDELF_DIRS/BRANDELF_FILES) [1]
 - add fc3 to the automatic plist handling [1]
 - allow to override the linux-rpm-generate-plist target
 - also detect @dirrmtry in the automatic plist handling [1]
 - adopt the new-plist target to the new world order [1]

ports: [1,2]
 - edit WRKSRC (add rpm/i386/${LINUX_DIST}/${LINUX_DIST_VER})
 - add source distfiles to distinfo to allow auto fetching sources
   with defined PACKAGE_BUILDING;
 - remove some variables already defined at linux-rpm
   (i.e. MASTRE_SITE_SUBDIR);
 - add LINUX_DIST_VER to every port (in case default linux_base
   changes);
 - bump PORTREVISION (so that the ports build cluster puts the
   src and binary RPM's to the new location)
 - update linux-openal to the newest FC3 port

All errors are mine because of cut&paste patch merging.

Aproved by:	maintainer [2]
Reviewed on:	multimedia [1]
Submitted by:	Boris Samorodov <bsam@ipt.ru> [1]
2006-04-30 22:00:43 +00:00
Dirk Meyer
7b427fdebf - detect OPENSSL_OVERWRITE_BASE
PR:		93595
Submitted by:	Michael Scheidell
2006-04-30 21:21:11 +00:00
Clement Laforet
c667e38ff2 - We have to explicitely disable proxy modules to avoid auto activation of
non desired proxy modules with WITH_CUSTOM_PROXY

PR:		ports/95728
Submitted by:	Tetsuya Uemura <t_uemura@macome.co.jp>
2006-04-30 16:38:07 +00:00
Joe Marcus Clarke
950372989e Convert some spaces to tabs. 2006-04-30 04:44:06 +00:00
Joe Marcus Clarke
a23c8a0a9d I took out too much of an experimental bsd.gnome.mk patch which caused
BUILD and RUN_DEPENDS not to get registered.  Also, revert a regression
in CONFIGURE_TARGET.

Reported by:	mnag
2006-04-30 04:41:46 +00:00
Joe Marcus Clarke
40a2004fd6 The good news is that this release does not bring any big shared library
version bumps, so you can almost do a simple portupgrade to get to 2.14.
There are a few minor gotchas that will be documented in UPDATING shortly.

The FreeBSD GNOME Team would like th thank the following users for their
patches, feedback, and sometimes incessant complaing about crashes (you
know who you are).

Yasuda Keisuke <kysd@po.harenet.ne.jp>
Pascal Hofstee <caelian@gmail.com>
rmgls@wanadoo.fr
tmclaugh
Yuri Pankov <yuri.pankov@gmail.com>
sajd on #freebsd-gnome
ade
ankon on #FreeBSD-Gnome
mux
Pascal Hofstee <caelian@gmail.com>
QuiRK on #freebsd-gnome
Vladimir Timofeev <vovkasm@gmail.com>
2006-04-30 00:58:13 +00:00
Michael Johnson
d8e1e16e64 - Update gstreamer to 0.10
- Move all old gstreamer 0.8 ports to gstreamer*80 [1]
- Chase all ports with new gstreamer or gstreaemer moves

Repocopied by:  marcus [1]
2006-04-29 23:03:03 +00:00
Joe Marcus Clarke
fa3a3d04e4 Add support for gstreamer-0.10 along side legacy support for 0.8.
Approved by:	portmgr (kris and implicit)
2006-04-29 22:09:41 +00:00
Edwin Groothuis
d5010bd776 update bsd.sites.mk - add mozdev mirrors
Add http://mozdev.org/ mirrors
	Source: http://www.mozdev.org/docs/download.html
	(with some corrections)
	Justification: 7 ports can use these mirrors, 2 more
	are coming (conkeror, linux-conkeror), many more will
	need it as our xpi infrastructure is developing

PR:		ports/96418
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
2006-04-27 23:28:36 +00:00
Pav Lucistnik
d57b9367a5 - Set BDB_VER to detected Berkeley DB version.
- Set SQLITE_VER to detected sqlite version.
- Document *_VER variables.

PR:		ports/92079
Submitted by:	Petr Rehor <prehor@gmail.com>
2006-04-25 19:56:16 +00:00
Greg Lewis
08cd6727b3 . Remove the entry for the defunct diablo-jdk13 port. 2006-04-24 18:27:45 +00:00
Joe Marcus Clarke
800f2c28e8 Rename the gstreamer-plugin from polypaudio to polyp. 2006-04-22 18:12:20 +00:00
Erwin Lansing
d41f0597a3 gstreamer-plugins-polypaudio was renamed to gstreamer-plugins-polyp
Submitted by:	Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
2006-04-22 11:21:53 +00:00
Erwin Lansing
a28e95cd0b Fix link for www.cpan.dk in MASTER_SITE_PERL_CPAN
PR:		96116
Submitted by:	Vivek Khera <vivek@khera.org>
Pointy hat to:	erwin
2006-04-20 19:37:17 +00:00
Mark Linimon
0025f82662 Reset vsevolod as maintainer due to unreponsiveness. We hope to see him
back sometime.

Hat:		portmgr
2006-04-14 18:14:59 +00:00
Renato Botelho
9e7a72664e Remove some dead/incative servers from MASTER_SITES_QMAIL 2006-04-07 13:56:37 +00:00
Greg Lewis
6ccf25eab4 . Add an entry for the new Diablo Caffe (JDK) 1.5.0 binary.
. Make Diablo Caffe 1.5.0 the default JDK for all the versions/architecture
  that its available for.
. Make the standard jdk15 the default on FreeBSD 4.x as this should now be
  stable with the release of patchset 3.

Reviewed by:	hq
2006-04-07 03:32:48 +00:00
Sergey Matveychuk
f80333b590 - Remove a stale sourceforge mirror (optusnet)
PR:		ports/94870
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2006-04-06 08:13:46 +00:00
Edwin Groothuis
9df4be53d7 [PATCH] bsd.sites.mk and relevant ports: add MASTER_SITE_IDSOFTWARE
This patch adds the MASTER_SITE_IDSOFTWARE list of mirrors
	to bsd.sites.mk

PR:		ports/93546
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2006-04-06 00:15:59 +00:00
Michael Nottebrock
cdb89a4b02 Sometimes uic is called in configure scripts, too. 2006-04-04 23:02:40 +00:00
Dirk Meyer
5ef7184f9d - update to gcc4.1 as default 2006-04-04 19:22:26 +00:00
Michael Nottebrock
88e34b465f Set TMPDIR for all users of uic in order to avoid spamming files outside
WRKDIR.
2006-04-03 09:34:22 +00:00
Yen-Ming Lee
159db90459 - add more check and return the correct path of header files and libraries
of Berkeley DB.
- add {WANT,WITH,INVALID,<UNIQUENAME>_WITH}_BDB_VER and WITH_BDB_HIGHEST
  to choose the best version of db.
- support db44.
- update UPDATING

PR:		89023
Submitted by:	Scot W. Hetzel <swhetzel at gmail.com>
Approved by:	maintainer timeout
2006-04-03 06:21:06 +00:00
Andrey Slusar
540d63721b Add emacs-devel. 2006-04-01 21:04:33 +00:00
Andrey Slusar
bc5a2ebb1a Update xemacs-devel and xemacs-devel-mule to 21.5-b26. 2006-04-01 17:31:34 +00:00
Michael Nottebrock
5f86d4f59a Update to KDE 3.5.2 2006-03-30 20:30:29 +00:00
Hye-Shik Chang
5c0873479e Update to Python 2.4.3. 2006-03-30 09:40:13 +00:00
Dirk Meyer
16f8bd8736 - use gcc ports directly when possible 2006-03-28 19:50:51 +00:00
Joe Marcus Clarke
f2213f7f1b Add gnomedocutils to gnomedesktop's implied dependencies list. 2006-03-28 01:20:44 +00:00
Joe Marcus Clarke
8b7107986e Chase the libgda3 addition and resurrection of libgda2. 2006-03-26 23:20:22 +00:00
Hye-Shik Chang
b243082281 Update to Python trunk snapshot as of 2006-03-26. 2006-03-26 07:58:41 +00:00
Renato Botelho
a5fea1451d back out last commit, MASTER_SORT can do the job and much more 2006-03-21 22:22:43 +00:00
Renato Botelho
28fbfbe6bb Fix typo on MASTER_SITE_SOURCEFORGE_PREFERRED
Noted by:	tdb
2006-03-21 15:53:42 +00:00
Renato Botelho
06347ac149 be able to define favourite sourceforge download site just defining
MASTER_SITE_SOURCEFORGE_PREFERED=xxx

on /etc/make.conf

PR:		ports/94661
Submitted by:	edwin
2006-03-21 15:40:26 +00:00
Mark Linimon
9e22d46318 Remove mirrors.rcn.net, it seems to have disappeared.
PR:		ports/94273
Submitted by:	Ion-Mihai "IOnut" Tetcu
2006-03-20 10:34:10 +00:00
Pav Lucistnik
5d4445e614 - hash can now be installed on php4
PR:		ports/94705
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru>
2006-03-19 22:18:41 +00:00
Pav Lucistnik
be7cac49f4 - Add pecl-hash to the list of USE_PHP components
PR:		ports/90568 (part of)
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru>
Approved by:	maintainer timeout (ale; 3 months)
2006-03-18 14:14:26 +00:00
Pav Lucistnik
353984c155 - Add PDO extension to a php5-extensions metaport and enable it by default.
This is consistent with vendor configure.

PR:		ports/90565
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru>
Approved by:	maintainer timeout (ale; 3 months)
2006-03-18 14:12:04 +00:00
Dirk Meyer
76dfae6958 - set default GNUSTEP_PREFIX
Andriy Gapon

- new option USE_GNUSTEP_PREFIX
2006-03-18 08:04:45 +00:00
Andrey Slusar
51fac597a4 Update xemacs-devel to 21.5-b25. 2006-03-16 20:25:23 +00:00
Andrey Slusar
0d348d0078 Update xemacs-devel-mule to 21.5-b25 2006-03-16 08:17:06 +00:00
Clement Laforet
e2a2a30dfd - Fix USE_APACHE=22
Approved by:	portmgr (self)

Spotted by:	Larry Rosenman <ler at lerctr dot org>
2006-02-23 20:46:10 +00:00
Ade Lovett
363cdd1ddb Clean up spurious "true" in the case of a non-autotools run-autotools
target.

PR:		93757
Forgotten by:	ade
Approved by:	portmgr (implicit)
2006-02-23 15:37:20 +00:00
Ade Lovett
707f16d6ae Conversion to a single libtool environment.
* devel/libtool13 is no more (requiem mors pacem)
* devel/libtool15 now installs as ${LOCALBASE}/bin/libtool etc.
  (ie: no versioning on the binaries and scripts)
* USE_AUTOTOOLS= libtool:XX:inc has been deprecated
  Where possible, ports should simply set GNU_CONFIGURE=yes and use  the pre-packaged version of libtool that comes as part of the  source distribution
* all the legacy hacks to libtool that we have been saddled with over  the years have been removed. (eg: .la files are now installed)    This brings us in line not only with Linux distributions, but also pkgsrc.
* libtool now understands, and correctly handles, "nonstandard" compilers
  such as g++34, gcc295, etc. etc.

This could not have happened without the truly outstanding work from kris,
not only putting up with me, but also running countless builds, both on
dosirak and pointyhat.  I am truly indebted to him.

Sponsored by:	Theakston Old Peculier, Marlboro Red, Cafe de Colombia
Approved by:	portmgr (kris)
2006-02-23 10:43:34 +00:00
Ade Lovett
23d7454341 Only include bsd.autotools.mk if USE_AUTOTOOLS is defined. Tested as
part of the single-libtool patch.

Approved by:	portmgr (kris)
2006-02-23 10:43:00 +00:00
Ade Lovett
888e973cd3 As a result of the conversion to single libtool, the glib/gtk 1.2.x
libraries have now moved from <lib>12.so to <lib>-12.so

Approved by:	portmgr (kris)
2006-02-23 10:42:21 +00:00
Kris Kennaway
9c33f48abd * Back out the PERL_(BUILD|RUN)_DEPENDS. It needs to be reimplemented
so it appends to (BUILD|RUN)_DEPENDS instead of defining new types,
  since this requires changes to third party code like the
  tinderbox and pointyhat.  Hopefully this will be revisited by the
  author in the future. [1]

* Cause USE_RC_SUBR to install startup scripts as foo, rather than
  foo.sh, on applicable RELENG_6 systems as well as HEAD [2]

PR:             ports/92711 [1], ports/93265 [2]
Submitted by:   ade [1], dougb [2]
2006-02-23 08:28:14 +00:00
Andrey Slusar
25d0e6ca80 Removed unfetchablemastersites from MASTER_SITE_XEMACS. 2006-02-22 10:56:53 +00:00
Brooks Davis
68a827096e Big port infrastructure overhaul to ease module maintance. The user
visiable changes are:
 - Use OPTIONS to control php#-mysql and pear-DB (for PostgreSQL
   support) depends.
 - Replace the DRUPDIR make variable with DRUPAL_BASE.

Other changes include abstracting some command paths and most of the
module makefiles out into a bsd.drupal.mk that lives in www/drupal for
now.  Module updates to follow.
2006-02-22 00:40:20 +00:00
Anton Berezin
6f10f263a9 Perl 5.8.8 is the default now.
Approved by:	portmgr (kris)
2006-02-20 20:31:49 +00:00
Andrey Slusar
1782080167 Revert previous changes. 2006-02-16 12:42:44 +00:00
Andrey Slusar
13ad6bfbc5 Remove 19.x emacsen. 2006-02-16 12:31:32 +00:00
Kris Kennaway
4c3ff6399d - Remove the use of .error in favour of BROKEN to fail more gracefully
[1]

- Fix all-depends-list target with dependencies that use the ':target'
  syntax. [2]

- Correct errors in USE_DOS2UNIX. [3], [4]

- Detect conflicts between installed and requested FAM implementations and
  fail more gracefully instead of registering a dependency on the
  wrong port.  Set the default implementation based on what the user
  has already installed.  [5]

- Correctly clean up info subdirectories in pkg-plist [6]

- The linux ldconfig invocation has to be done in a chroot, else some
  FreeBSD native libs get cached in the linux ld.so.cache.  Use the
  internal chroot feature of the linux ldconfig to do this. [7]

- Update the OpenLDAP default version. [8]

PR:             ports/92446 [1], ports/86310 [2], ports/92584 [3],
                ports/92688 (partial) [4], ports/92583 [5], ports/91057 [6],
                ports/92322 [7], ports/86310 [9]
Submitted by:   linimon [1], mi [2], jylefort [3], danfe [3],
                Alejandro Pulver <alejandro at varnet dot biz> [4],
                marcus [5], gerald [6], netchild [7], vsevolod [8]
2006-02-11 02:34:48 +00:00
Alex Dupre
f89c5a13e7 Add MySQL 5.1 shared library number. 2006-02-05 09:42:00 +00:00
Andrey Slusar
65b9028a8b Update xemacs-devel to 21.5.b24 2006-02-02 16:07:32 +00:00
Renato Botelho
04472db966 - Add osdn, the master sourceforge site
PR:		ports/92726
Submitted by:	Vyacheslav Anikin <ghos@mail.ru>
2006-02-02 09:33:21 +00:00
Joe Marcus Clarke
16b56d3d9c Add a hack for dbus service installation. 2006-02-02 07:15:22 +00:00
Michael Nottebrock
79fc2a8db2 Update to KDE 3.5.1. 2006-02-01 09:13:29 +00:00
Alex Dupre
c4d6261234 - pfpro extension is only for php4
- add location to pfpro directory
2006-02-01 07:18:47 +00:00
Mark Linimon
3473fea482 Fix capitalization of IGNORE messages. 2006-02-01 06:18:06 +00:00
Mark Linimon
2e8aecc628 The last commit was not quite ready for prime time. Not only did I fail
to reword the strings in the IGNORE statements, but also the change from
BROKEN_WITH to IGNORE_WITH is wrong without the accompanying changes
throughout the ports tree.

Hat:		portmgr
Pointy hat:	linimon
Noticed by:	kris
2006-02-01 04:18:56 +00:00
Pav Lucistnik
6bd407bcb2 - Add a php extension pfpro (PayFlow Pro).
PR:		ports/82843
Submitted by:	Mike Durian <durian@shadetreesoftware.com>
Approved by:	maintainer timeout (1 month)
2006-01-31 23:00:21 +00:00
Andrey Slusar
1d688800ec Update xemacs and xemacs21-mule to 21.4.19 2006-01-31 10:20:43 +00:00
Hye-Shik Chang
866d14d514 Add support for Zope 2.9.
Submitted by:	HAYASHI Yasushi <yasi@yasi.to>
2006-01-30 02:37:54 +00:00
Dirk Meyer
67cb7fff1f - support multiple backends as dependecies
some internal macros renamed
2006-01-29 07:31:51 +00:00
Mark Linimon
426af3f595 Switch this over to the mailing list.
Approved by:	will
2006-01-29 04:54:22 +00:00
Vsevolod Stakhov
c98d5db64e Replace BROKEN with IGNORE.
PR:		92445
Submitted by:	linimon
2006-01-28 07:20:00 +00:00
Mark Linimon
b09666fc1e - Fix possibility of "infinite make fork" when "Registering install for ..."
EMACS ports.  [1]

 - Allow building a port as root using an NFS-mounted /usr/ports if the
   server maps root to a UID other than root. [2]

 - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
   status rather than success. [3]

 - Improve behavior when dealing with versioned dependencies. [4]

 - Fix false positives in check-conflicts target. [5]

 - Remove obsolete bzip2 code. [6]

 - Add physical category net-p2p. [7]

 - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11]

 - INDEX can now be moved outside of ports tree. [9]

 - Add ghostscript-gpl. [10]

 - Remove obsolete USE_MESA. [12]

 - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13]

 - Document ALWAYS_KEEP_DISTFILES. [14]

 - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15]

PR:	ports/37596 [1], ports/57259 [2], ports/63216 [3],
	ports/89448 [4], ports/89710 [5], ports/88996 [6],
	ports/89260 [7], ports/89363 [8], ports/89809 [9],
	ports/89853 [10], ports/91086 [11], ports/91710 [12],
	ports/91727 [13], ports/92111 [14], ports/92124 [15]
Submitted by:	Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12],
		Andrew Heybey <ath at niksun dot com> [2], Jamie Jones
		<jamie at thompson dot bishopston dot net>, tobez [4], Mark
		Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15],
		pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com
		dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10],
		netchild [11], erwin [14]
Reviewed by:	kris, clement (partially)
2006-01-28 02:11:35 +00:00
Jean-Yves Lefort
423e721390 Pass maintainership to emulation.
Discussed with:	netchild
2006-01-25 17:41:34 +00:00
Mark Linimon
18ad5ce26e Fix 'make search' on 4.X. Has no effect on 5.X and 6.X which worked
correctly to start with.

NOTE: if you have your ports tree outside of /usr/ports and don't make your
own INDEX, 'make search' will return no results.  This was a pre-existing
problem which no one had ever noticed.

People with long experience in software can imagine the merriment of
attempting to debug the current problem given this, for themselves.

PR:		ports/92189
Submitted by:	linimon
Fix from	clement
2006-01-23 23:54:22 +00:00
Mark Linimon
390e15c842 Fix regression in all-depends-list target on 4.X due to ancient, buggy,
make(1) that does not support -C properly.

PR:		ports/92188, 92189
Submitted by:	tobez, linimon
Patch from:	clement
Tested on:	4.10, 5.4, 6.0
2006-01-23 22:29:26 +00:00
Pav Lucistnik
da66f3d247 - Zope 3.1 is now 3.2 2006-01-23 21:14:05 +00:00
Pav Lucistnik
fcdc9db7d1 - USE_REINPLACE is noop now 2006-01-22 20:35:15 +00:00
Doug Barton
df0837eecb ftp.cn.freebsd.org is temporarily missing the local distfiles, so comment
them out while the admins (who are aware of the issue) solve the problem.
2006-01-22 05:12:48 +00:00
Mark Linimon
244bf72e9e Emergency fix to the @dirrmtry code.
PR:		ports/92128
Submitted by:	edwin
Reviewed by:	kris, linimon
2006-01-22 04:28:39 +00:00
Joe Marcus Clarke
feb7b457a0 Add a missing '@' to the ${DO_NADA} in the patch-dos2unix target. This
fixes an errant "true" that can be seen after make patch.
2006-01-21 22:07:08 +00:00
Dejan Lesjak
627b13b9fb Upgrade to X.Org 6.9.0 release.
Remove separate mtree file for X_WINDOW_SYSTEM=XOrg case. Both X11
distributions now use the one from /etc/mtree again.
2006-01-21 18:55:08 +00:00
Kirill Ponomarev
01c588a635 - Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
  [1]

- Fix FAM support.  Make gamin the default FAM system. [2]

- Introduce new 'quicksearch' target to show only port, path and
  info section of the matching ports. [3]

- Introduce new category - rubygems. [4]

- Fix stale dependencies while installing qmail slaveport and
  another port that depends on qmail. [5]

- Add commentary for describes target in bsd.port.mk. [6]

- Fix warning issued during make index on archs !368. [7]

- Add USE_DOS2UNIX variable.  If set to "YES", remove the ^M from
  all files under ${WRKSRC}. If set to a string, remove in all files
  under ${WRKSRC} with one of these names the ^Ms. [8]

- Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by
  checking the existance of the Perl modules with the "perl -e 'use
  module;'" command. [9]

- Fix bsd.port.mk variable quoting issues.  No quoting is necessary
  anymore either in the Makefile or on the command line.  Affected
  variables include:

  BROKEN
  FORBIDDEN
  IGNORE
  MANUAL_PACKAGE_BUILD
  NO_CDROM
  NO_PACKAGE
  RESTRICTED

  [10]

- Add NOFETCHFILES variable.  If set, don't download these files
  from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from
  ${MASTER_SITE_OVERRIDE}). [11]

- Improve 'search' target output. [12]

- Add a new virtual category for Amateur Radio - hamradio. [13]

- Cleanup some old/unused pathes in bsd.port.mk. [14]

- Add @dirrmtry for plists which does the same as:
  "@unexec rmdir %D/foo 2>/dev/null || true" [15]

- Remove virtual category - offix. [16]

- Use portsnap instead of cvsup or cvs on "make update" in
  /usr/ports. [17]

- Move location of bsd.autotools.mk within bsd.port.mk [18]

- Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19]

- Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20]

- Replace the string "FreeBSD" by "The FreeBSD Project" in the
  security warning [21]

- Add bsd.local.mk for local modification to ports framework. [22]

- Replace rcNG spelling by rc.d [23]

- Remove superfluous USE_REINPLACE. [24]

Special thanks to:      linimon for spending hours with all these patches
                        clement for fixes
                        kris for help with pointyhat
PR:     ports/86310 [1], ports/89498 [2], ports/83530 [3],
        ports/83789 [4], ports/84053 [5], ports/86281 [6],
        ports/87214 [7], ports/87234 [8], ports/87318 [9],
        ports/87396 [10], ports/87605 [11], ports/87840 [12],
        ports/88230 [13], ports/88493 [14], ports/88711 [15],
        ports/88751 [16], ports/89281 [17], ports/89999 [18],
        ports/90031 [19], ports/90150 [20], ports/90668 [21],
        ports/91433 [23], ports/88754 [24]
Submitted by:   mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3],
                pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7],
                edwin [8, 9, 11, 15, 21],
                fenner [10], Arseny Nasokin <tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12],
                Carl Makin <carl@stagecraft.cx> [13], arved [14],
                NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18],
                jylefort [19], linimon [22], dougb [23]
2006-01-21 17:37:14 +00:00
Edwin Groothuis
b5407164d8 Add support for lang/gcc42 2006-01-21 05:27:11 +00:00
Dirk Meyer
2196247c3d - new option GNUSTEP_PREFIX
allow user defined location of all files
  this makes this file save for other ports to include
2006-01-19 18:57:05 +00:00
Dirk Meyer
8bd9ab11b2 - update MASTER_SITE_GNUSTEP 2006-01-19 17:19:29 +00:00
Dirk Meyer
dea3c8eced - new option GNUSTEP_WITH_XLIB
- document compiler options
GNUSTEP_WITH_BASE_GCC
GNUSTEP_WITH_GCC32
GNUSTEP_WITH_GCC33
GNUSTEP_WITH_GCC34
GNUSTEP_WITH_GCC40
GNUSTEP_WITH_GCC41
GNUSTEP_WITH_GCC42
2006-01-18 19:50:18 +00:00
Adam Weinberger
5f8a0bcc53 Grammar fixes.
Don't worry, mezz, you have other good qualities ;;-)
2006-01-16 18:28:35 +00:00
Alex Dupre
fce0420478 Update to 5.1.2 release:
- add reflection
- enable xmlreader and xmlwriter by default in php5-extensions
2006-01-16 12:08:20 +00:00
Clement Laforet
c5d4c969c8 Cleanups and fixes
- remove useless options (and fix thread stuff) [1]
- move print-closest-mirror to bsd.apache.mk
- move threads configure options out of Makefile.modules
- Fix stupid logic to disable v4mapped address [2]
- and more...

Submitted/spotted by:   many, Hirohisa Yamaguchi <umq@ueo.co.jp> [1]
                        ume[2]
PR:                     ports/91813 [1]
2006-01-15 18:58:38 +00:00
Pav Lucistnik
bd8740c1e2 - ftp.iDaemons.org is unavailable lately 2006-01-14 15:46:10 +00:00
Clement Laforet
7b8f2851be - Fix some suexec CONFIGURE_ARGS for 1.3.x
- add show-categories and show-modules targets, for server ports.
  Remove these targets from www/apache22/Makefile
2006-01-14 13:42:56 +00:00
Pav Lucistnik
468362a5b7 - Update to 1.8.4
PR:		ports/91556
Submitted by:	Alexander Wittig <alexander@wittig.name>
2006-01-14 13:25:43 +00:00
Erwin Lansing
035501923a Readd http://www.cpan.dk/ after it was relocated to another ISP and
is updated again. This reverts rev. 1.337 by fenner, which made me
prod the site admin to fix it.
2006-01-11 17:28:07 +00:00
Jeremy Messenger
331de87b8c More improvement on the grammar.
Copied from:	marcus (www/en/gnome/docs/bugging.sgml,v 1.25)
2006-01-09 21:28:42 +00:00
Andrey Slusar
54ad9d29ec Add ftp://ftp.hk.xemacs.org to MASTER_SITE_XEMACS 2006-01-09 01:27:02 +00:00
Michael Nottebrock
7710b55bc3 Update to KDE 3.5.0 2006-01-08 19:32:36 +00:00
Jeremy Messenger
d254c19332 Improvement on the grammar and reword.
Submitted by:	ceri (Thanks!)
2006-01-07 05:54:09 +00:00
Jeremy Messenger
803b559099 We no longer suggest to send attach in mailing list, because the list usually
like to strip it. Change the suggest with different choices to:

	-Put your attach in website.
	-copy-n-paste in http://freebsd-gnome.pastebin.com/
	-send-pr with attach

Modify the FreeBSD GNOME FAQ and bug report are on the way too.

Discussed with:	marcus
2006-01-06 21:56:54 +00:00
Ade Lovett
64d283b01f As threatened, remove the compatibility shims for autotools, everything
should now be using USE_AUTOTOOLS.
2006-01-05 21:05:30 +00:00
Adam Weinberger
90b695acb7 Make the configure fail message a little less verbose. 2005-12-24 21:08:42 +00:00
Andrey Slusar
9900fb990e xemacs-devel-mule 21.5.b23 --> 21.5.b24.
Approved by:	sem(mentor)
2005-12-21 20:40:42 +00:00
Edwin Groothuis
8cf2bce1fa It seems that http://savannah.nongnu.org/download/ is redirecting
to http://download.savannah.nongnu.org/releases/ these days!

Noticed by: YAPHR
2005-12-10 23:22:58 +00:00
Alex Dupre
0edcc40029 Finally update to PHP 5.1.1 release! (And remove unsupported extensions) 2005-12-09 19:41:41 +00:00
Clement Laforet
d744e83391 - Add forgotten mod_filter
Spotted by:		Cheese Lottery <cheeselottery@gmail.com>
2005-12-07 20:54:42 +00:00
Hye-Shik Chang
fd8cf466ba Fix a problem that it fails to detect PYTHON_PLATFORM on versions
without any dot.

Reported by:	kuriyama
2005-12-07 04:23:32 +00:00
Renato Botelho
65b721ad38 - Update editors/xemacs [1] and editors/xemacs21-mule [2] to 21.4.18
PR:		ports/90011 [1], ports/90010 [2]
Submitted by:	Andrey Slusar <anrays@gmail.com> [1] [2]
2005-12-06 16:17:12 +00:00
Clement Laforet
03d42e481c - export APACHEMODDIR and APACHEINCLUDEDIR to Makefile-land
- remove duplicated "code"
2005-12-04 17:13:42 +00:00
Clement Laforet
146dcd05a3 - Fix a condition in bsd.apache.mk
- all apache 1.3 only modules maintained by apache@ are now bsd.apache.mk
  compliant
2005-12-04 14:08:56 +00:00
Clement Laforet
c7c04ab3a3 - Fix quoting error in BROKEN_WITH_MYSQL IGNORE message
Approved by:	portmgr (self)
2005-12-04 14:05:14 +00:00
Clement Laforet
05684b80dd - prepare removal of www/apache2 in favor of www/apache20 for naming
consistency
- add entries in UPDATING (for apache22 too)

PR:		ports/78119
Repocopied by:	marcus
2005-12-04 00:18:15 +00:00
Clement Laforet
b7e91940cc - Add support for upcoming www/apache22 port 2005-12-03 21:28:41 +00:00
Ade Lovett
ad4a295b89 Fix a couple [1][2] of typos in the autotools warning message.
PR:		89754 [1]
Submitted by:	Vasil Dimov <vd@datamax.bg> [1], barner [2]
2005-11-30 18:21:38 +00:00
Norikatsu Shigemura
508a06f989 Change RING server to stable ring servers.
Discussed with:		ume, kuriyama, hrs, matusita, motoyuki
Suggested by:		fenner
Pointy hat to:		myself
Executive ordered by:	kuriyama
2005-11-28 08:40:24 +00:00
Mark Linimon
1ceec8e98a Remove some more dead mastersites per distfile survey. 2005-11-28 06:57:59 +00:00
Mark Linimon
880ca45ec7 Remove mastersite that was never restored after breakin. 2005-11-25 22:34:34 +00:00
Bill Fenner
09c360ade0 MASTER_SITE_REDHAT_LINUX:
- ftp.redhat.com no longer carries 7.1, 7.3, 8.0 or 9, so remove it
   and the mirrorservice.org mirror.

MASTER_SITE_KDE:
 - ftp://ftp.rediris.es rearranged
 - http://ftp.rediris.es/ redirects to sunsite.rediris.es and rearranged
 - ftp://ftp.sun.ac.za/ no longer mirrors ftp.kde.org
 - mirror.xmission.com no longer mirrors kde

MASTER_SITE_XEMACS:
 - removed ftp.at.xemacs.org; it has only 8% of the files we try to
   fetch from this site (10 / 133, only the most recent stuff).

MASTER_SITE_GENTOO:
 - removed ftp://gg3.net/, as it has no files.  http://gentoo.gg3.net/
   remains and works.
2005-11-25 17:40:41 +00:00
Norikatsu Shigemura
3911321c43 Change RING server to www.dnsbalance.ring.gr.jp.
o www.t.ring.gr.jp is not available for a while.

Discussed with:	ume, kuriyama, hrs
2005-11-23 13:09:41 +00:00
Alex Dupre
efe8d0de01 Add PHP_EXT_DIR to SUB_LIST, too. 2005-11-20 20:35:40 +00:00
Ade Lovett
6a53d41a22 Add a pre-everything:: target that will print out appropriate warnings
if a port is still using the old autotools Makefile constructs.

For example:

    *** AUTOTOOLS WARNING for x11/electricsheep
    This port is using old autotools constructs which wil be
    disappearing on 1st January 2006

    In most cases, this warning can be fixed by removing
    all the old constructs and replacing them with:
      USE_AUTOTOOLS=  libtool:13

The first line should be easily parseable by portbuild and tinderbox
clusters to flag such ports.

I'll be doing a few more sweeps of the ports tree to pick up on any
such ports over the coming weeks, before turning off the old system
and marking the port BROKEN in such cases.
2005-11-19 22:04:25 +00:00
Ade Lovett
c2d62ca97a Switch to <target>:: convention for both patch-autotools and run-autotools,
to allow for easier overriding of these targets by port Makefiles, if
they need to.
2005-11-19 06:02:20 +00:00
Ade Lovett
7248fd146f Rework the run-autotools target into a series of sub-targets, the
order of which can now be overriden.

PR:		86309 (slightly reworked)
Submitted by:	thierry
2005-11-18 23:21:49 +00:00
Jean-Yves Lefort
80aae80d02 Use ${X11BASE} rather than %%X11BASE%% in the packing list of
INSTALLS_ICONS ports. The latter does not work because we modify the
packing list after the PLIST_SUB processing.
2005-11-16 16:50:15 +00:00
Alex Dupre
a5e537c767 Fix make index (define APXS is not already set).
PR:		ports/88827
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-11-16 08:14:35 +00:00
Ade Lovett
8f92d87d66 Feh. Revert previous commit. Apparently 4.x make(1) doesn't
understanding .warning.
2005-11-15 06:58:03 +00:00
Ade Lovett
6a96cb96ca Now that the mass-conversion is done, print out a helpful message
(via .warning) for pending ports etc. that use the Old World Order
for autotools.

This will turn into a BROKEN message, along with removal of the old
shims, on January 1st 2006, or after 5.5-RELEASE, whichever comes first.
2005-11-15 06:54:39 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Sergey Matveychuk
8c2298d950 - Back out the last update. It breaks many ruby ports install.
Reported by:	kris via pointyhat
2005-11-14 09:46:15 +00:00
Dirk Meyer
1fd604d920 - reorder osversion check
PR:		88825
2005-11-11 21:58:51 +00:00
Vsevolod Stakhov
e2a0f60990 - Use lower in USE_BDB and USE_SQLITE to make tests
- Fix comment about BROKEN
- Fix wrong dependency on sqlite

PR:		88661
Submitted by:	mnag
2005-11-11 10:29:21 +00:00
Sergey Matveychuk
614c684ada bsd.ruby.mk:
- Change LOCALBASE with _RUBY_BASE
- Set _RUBY_BASE=PREFIX if defined _RUBY_PORT_TEST
  _RUBY_BASE=LOCALBASE otherwise for easy ports testing.

lang/ruby18:
- Update to 1.8.3

Grant maintainership to submitter.

While I'm here:
- Add _RUBY_PORT_TEST=yes to lang/ruby16 port too.
  (lang/ruby1[68] must set it for right install).

PR:		ports/87332
Submitted by:	Alexander Novitsky
2005-11-09 08:54:12 +00:00
Pav Lucistnik
dc33aa59f5 Move instant messaging related ports to newly created net-im category:
net/gaim -> net-im/gaim
  net/gaim-latex -> net-im/gaim-latex
  net/gaim-openq -> net-im/gaim-openq
  net/gaim-rss-reader -> net-im/gaim-rss-reader
  net/gicq -> net-im/gicq
  net/gnomeicu2 -> net-im/gnomeicu2
  net/gossip -> net-im/gossip
  net/ickle -> net-im/ickle
  net/jabber -> net-im/jabber
  net/jabber-aim -> net-im/jabber-aim
  net/jabber-conference -> net-im/jabber-conference
  net/jabber-jud -> net-im/jabber-jud
  net/jabber-msn -> net-im/jabber-msn
  net/jabber-users-agent -> net-im/jabber-users-agent
  net/jabber-yahoo -> net-im/jabber-yahoo
  net/jarl -> net-im/jarl
  net/kf -> net-im/kf
  net/libicq -> net-im/libicq
  net/libicq2000 -> net-im/libicq2000
  net/loudmouth -> net-im/loudmouth
  net/meanwhile -> net-im/meanwhile
  net/meanwhile-gaim -> net-im/meanwhile-gaim
  net/newsbot -> net-im/newsbot
  net/ocaml-jabbr -> net-im/ocaml-jabbr
  net/psi -> net-im/psi
  net/py-jabber -> net-im/py-jabber
  net/py-twistedWords -> net-im/py-twistedWords
  net/p5-Net-Jabber -> net-im/p5-Net-Jabber

Repocopied by:	marcus
2005-11-09 08:21:21 +00:00
Clement Laforet
a4b366df6a * Add bsd.database.mk [1]
- move out from bsd.port.mk USE_MYSQL and USE_PGSQL.
  - add support for Berkley DB and SQLite (via USE_BDB and USE_SQLITE
    knobs).

* Espace '+' in make search [2]

* Add "makepatch" target to simplify creation of patches during porting [3]

* Replace deprecated MACHINE_ARCH with ARCH [4]

* Remove support of OpenLDAP 2.1 [5]

* Add bsd.tcl.mk [6]
  It introduces USE_TCL/USE_TCL_BUILD knobs to support various
  version of tcl (8.0 -> 8.4)

* Fix cosmetic bugs in security-check target [7]

* Add support for INDEX-7 and above (up to INDEX-9 actually) [8]

* Add "package-recursive" to bsd.port.subdir.mk [9]

* Remove check for FreeBSD version < 460101 [10]

* New category: net-im [11]

* Add .desktop file facilities
  It introduces DESKTOPDIR and DESKTOP_ENTRIES knobs [12]

* Add SHA256 support to "*checksum" targets [13]

* Fix USE_PYTHON with OPTIONS [14]

* Force NO_LINT to MAKE_ENV to avoid library breaks [15]

* Fix typo: s/RC_ORDER/USE_RCORDER/g [16]

* Add support for PostgreSQL 8.1 [17]

* Add bsd.apache.mk
  USE_APACHE knob enhancements [18]

PR:		ports/85695 [1], ports/85669 [2], ports/85488 [3],
		ports/84489 [4], ports/83835 [5], ports/83718 [6],
		ports/83716 [7], ports/83710 [8], ports/82753 [9],
		ports/82138 [10], ports/81206 [11], ports/79509 [12],
		ports/79123 [13], ports/74866 [14], ports/85490 [15],
		ports/83514 [16], ports/88466 [17]

Submitted by:	vsevolod [1] [6], Ricardo Alves dos Reis
		<ricardo_bsd@yahoo.com.br> [2], markm [3] [15], obrien [4],
		krion [5] [8] , Petr Rehor <prehor@gmail.com> [7],
		clement [8] [18], jhs@berklix.org [9], edwin [10] [13],
		pav [11], jylefort [12], mnag [14], leeym [16], girgen [17]
2005-11-08 09:02:51 +00:00
Dirk Meyer
00dfc9b554 - change port directory for RELENG_6_0 2005-11-08 08:44:33 +00:00
Dirk Meyer
ffdca75c94 - RELENG_6_0 check limited to port
PR:		88645
Submitted by:	NIIMI Satoshi
2005-11-08 08:31:20 +00:00
Dirk Meyer
fab6998c6d - force FreeBSD 6.0 to use 0.9.7
- honor WITHOUT_OPENSSL_097
2005-11-07 20:58:17 +00:00
Hye-Shik Chang
b380d46ac2 Add new variables for the better Zope support:
- USE_ZOPE now gets USE_PYTHON-like version syntax to use in
   Zope product ports Makefiles to limit range of supported
   Zope versions.
   - "yes" for choosing default (2.7).
   - 2.8+ for 2.8 and any of higher versions.
   - -2.8 in case of the Zope product isn't ready for Zope 3.
   - 2.8-3.1 if the product isn't compatible with Python 2.3.
 - ZOPE_VERSION is to use in command line argument or
   /etc/make.conf.  This accepts one of 2.7 2.8 and 3.1
   currently.

PR:		87476
Requested by:	Filippo Natali <filippo.natali@gmail.com>
2005-11-06 01:28:44 +00:00
Michael Nottebrock
debf196a65 Remove KDE2/QT1 cruft.
Submitted by: arved
2005-11-05 15:55:24 +00:00
Joe Marcus Clarke
88bd438cb7 As nice as .warning is for telling ports they're doing A Bad Thing, it
is not generally available in all versions of make(1) (specifically, it
was never ported to 4.X).  This was causing INDEX builds to break on 4.X.

Reported by:	cperciva
2005-11-05 15:15:21 +00:00
Michael Nottebrock
de94e0e160 Update to KDE 3.4.3 / KOffice 1.4.2 2005-11-05 11:19:58 +00:00
Joe Marcus Clarke
bf17204649 Update for GNOME 2.12. 2005-11-05 05:10:27 +00:00
Herve Quiroz
7e14c44aca Disable the use of Jikes when using Java 1.5 because the current stable version
of Jikes not does support all of Java 1.5 extensions.

Porters may still enforce the use of Jikes with Java 1.5 by explicitely
setting:

  USE_JIKES=	yes

This fix is a temporary one and is bound to be removed whenever Java 1.5 gets
fully supported in Jikes.

Reported by:	lawrance
Approved by:	glewis (co-maintainer)
2005-11-03 17:37:49 +00:00
Sergey Matveychuk
705fca86db - Fix a ruby vulnerabuility in the safe level settings.
Based on:	ports/87816
Submitted by:	Phil Oleson <oz@nixil.net>

Security:	http://vuxml.FreeBSD.org/1daea60a-4719-11da-b5c6-0004614cc33d.html
2005-10-27 19:40:25 +00:00
Sergey Matveychuk
1957a82980 XEmacs mirrors:
- Remove stale AU mirror
- Fix path for RU mirror
- Add TW mirror

PR:		ports/88081
Submitted by:	Andrey Slusar
2005-10-27 17:23:10 +00:00
Sergey Matveychuk
19bb6d14cc - Update xemacs-devel-mule to 21.5-b23
PR:		ports/88080
Submitted by:	Andrey Slusar
2005-10-27 17:09:48 +00:00
Bill Fenner
dedf787afa Some minor cleanups of sites that have fewer than 25% of the files
we try to fetch from them.

MASTER_SITE_KDE:
 remove ftp.tu-clausthal.de; it no longer has a /pub/mirror/kde directory.

MASTER_SITE_SUSE:
 remove ftp.linux.org.tr; it has 0 of the 58 files we fetch from suse.
 remove ftp.uni-bremen.de; it has 3 of the 58 files we fetch from suse
 remove linux.mathematik.tu-darmstadt.de; it has 3 of the 58 files we
  fetch from suse
 change ops.tamu.edu to mirror.tamu.edu to chase a 302 redirect.

MASTER_SITE_NETBSD:
 remove ftp.weird.com; it has 5 of the 41 files we fetch from netbsd.
2005-10-25 19:37:52 +00:00
Dirk Meyer
1f8d779f25 - new backend option WITH_GNUSTEP_CAIRO 2005-10-25 07:45:22 +00:00
Dirk Meyer
33e670f1fd - add option WITH_OPENSSL_STABLE 2005-10-14 06:41:49 +00:00
Bill Fenner
ad0912565a MASTER_SITES_REDHAT_LINUX:
Correct path on ftp.riken.go.jp.
2005-10-08 08:21:56 +00:00
Mark Linimon
1670fb4925 Remove stale Eclipse mastersite.
Source:		distfile survey
2005-10-07 05:19:01 +00:00
Bill Fenner
60a2232a02 MASTER_SITE_SOURCEFORGE:
Remove aleraon, unc and voxel.  They are missing about 30%
  of the files we're trying to fetch, and prdownloads.sf.net
  doesn't currently offer them as mirrors.
 Remove mesh, even though prdownloads.sf.net currently offers
  it as a mirror.  It is missing about 30% of the files we're
  trying to fetch.
 Add umn and jaist, sites that prdownloads.sf.net currently
  offers that have most of the files that we're trying to fetch.
 Don't add internap; even though prdownloads.sf.net currently
  offers it, it's missing about 30% of the files we're trying
  to fetch.
2005-10-05 16:44:35 +00:00
Bill Fenner
f2e96e5bb6 MASTER_SITE_CPAN:
Delete www.cpan.dk; it was last updated 2005-02-19 according to
  http://www.cpan.dk/CPAN/.
2005-10-04 17:00:54 +00:00
Greg Lewis
0a8d3c6c13 . Prefer jdk15 over jdk14 on amd64 since the latter isn't supported on
that architecture.
2005-10-04 15:55:45 +00:00
Dirk Meyer
075efcbe9c - bump SHLIB version for opessl 0.9.8 2005-10-04 07:44:37 +00:00
Mark Linimon
fdae414a10 Remove two dead postgresql mirrors.
Finish the rename of scriptics.com to tcl.tk.  Chase a reorganized
mastersite.
2005-10-04 07:00:54 +00:00
Mark Linimon
c17e4b2641 Remove a MASTER_SITE_OSSP entry that's a year behind. 2005-10-04 06:16:11 +00:00
Mark Linimon
f3c4a6ac1a Remove 3 obsolete NetBSD mastersites. Some still mirror NetBSD but not
the distfiles.

Source:		distfile survey
2005-10-04 06:07:31 +00:00
Mark Linimon
99f94ec0d4 Remove a few mastersites that no longer track mysql, and chase some updated
directories on a few others.

Source:		distfile survey
2005-10-04 05:54:17 +00:00
Trevor Johnson
83670bc8f5 In MASTER_SITE_SUSE, there were 16 cases where FTP and HTTP services
were listed on the same hostname.  I chose to remove the ftp://
lines because HTTP has a better chance of working through
poorly-configured firewalls.
2005-10-04 04:52:11 +00:00
Bill Fenner
c5a7da01a6 Massive MASTER_SITE_SUSE update:
Deleted mirrors.telenet.be; they only mirror i386/current
 Deleted ftp.rdc.cl; they only mirror i386/9.0
 Deleted ftp.htwk-leipzig.de; they only mirror 7.3-8.2
 Deleted ftp.plig.org; they do not have a /pub/suse directory.
 Deleted ftp.lug.ro; they do not have a suse directory.
 Deleted ftp.chello.nl; the /pub/linux directory exists but is empty.
 Deleted ftp.linux.ro; they only mirror the i386 subdir so can't use
  %SUBDIR%.
 Deleted ftp.telekabel.at; the /pub/linux directory exists but is empty.
 Deleted ftp.suselinux.su; they no longer carry SUSE (see
  ftp://ftp.suselinux.hu/pub/suse-gone/README)
 Deleted suse-update.ftp.fu-berlin.de; they only carry updates.
 Deleted darkstar.ist.utl.pt; they only carry two CDs.
 Deleted ftp.hs-niederrhein.de; they only carry updates.
 Deleted trane.caset.buffalo.edu; it has a low user limit.
 Deleted ftp.skynet.be; it only has 9.3 and 10.0 and we look for
  9.1 and 9.2.
 Deleted ftp.task.gda.pl; it only has the 9.2 iso and nothing else.
 Deleted ftp.nl.uu.net; it only has 9.3, 10.0 and 10.1 and we look
  for 9.1 and 9.2.
 Deleted ftp.mirror.nl; while it has the 9.1 and 9.2 directories and
  all their subdirectories, the subdirectories we want are empty.
 Changed http://ftp.mirror.ac.uk to http://download.mirror.ac.uk to match
  302 redirects
 Deleted duplicates for ftp.suse.cl and mirror.usu.edu.
 Added missing %SUBDIR% for mirror.aarnet.edu.au.
 Changed too many URLs to count to match the actual site layout.

Still to do: reduce the size of the list.  While all the mirrors
are now 99%-100% good, it's still not useful to have 110 mirrors.
The list should be cut down by about half.
2005-10-04 00:30:20 +00:00
Kirill Ponomarev
e58680c783 Remove outdated URL from MASTER_SITE_EXIM.
Reported by:	Fenner's Portsurvey
2005-10-03 22:07:29 +00:00
Mark Linimon
c96cd066cf Chase directory reorg on rediris.es machines. 2005-10-03 05:11:27 +00:00
Mark Linimon
c9f8337bad Remove ftp://ftp.de.uu.net/pub/gnu, its files are from 2003.
Remove ftp://ftp.leo.org, they have had a hardware failure and don't
know when they will be back up.

Source:		distfile survey
2005-10-03 04:56:21 +00:00
Hye-Shik Chang
08a19a2887 - Update to Python 2.4.2. [1]
- Allow to override a command passing to distutils using
  PYDISTUTILS_{CONFIGURE,BUILD,INSTALL}_TARGET [2]
- Allow to specify BUILD/RUN dependency separatedly. [3]
- Replace shell executions with regex replacement on bsd.python.mk. [3]
- Remove thread serialization from socket.getaddrinfo() on FreeBSD 5.3
  and later versions because we've got thread-safe implementation. [4]
- Add a workaround to avoid curses.h problem of FreeBSD base.

PR:		86685 [1]
Submitted by:	Soeren Straarup <xride@x12.dk> [1],
		lioux [2], vsevolod [3], sobomax [4]
Obtained from:	Python CVS [4]
2005-10-02 14:31:39 +00:00
Mark Linimon
0bb16171b5 Remove a stale xorg mirror site. 2005-10-02 06:41:03 +00:00
Bill Fenner
8ec7748879 Cut down the fedora mirror list to those that have at least
3 of the 4 files we're trying to fetch.  Many sites on the
official fedora mirror list are only partial mirrors or simply
were bad URLs.

I used http://people.freebsd.org/~fenner/bad-sites/fedora/site/
as my criteria.
2005-10-02 03:47:43 +00:00
Mark Linimon
26199e1ed3 Continue renovations. Many sites are removed; a few have changes to the
hostname or directory structure.

This should finish the removal of the completely broken hosts except for
MASTER_SITES_FEDORA which will be in a separate commit.

no such host:

http://gentoo.noved.org
http://gentoo.linux.no
ftp://gentoo.noved.org
ftp://gentoo.linux.no/pub/gentoo
ftp://ftp.itjit.ne.jp/pub/NetBSD/packages/distfiles
ftp://ftp13.us.postgresql.org/mirror/postgresql
ftp://ftp2.de.postgresql.org/pub/comp/os/unix/database/postgresql
ftp://ftp4.de.postgresql.org/pub/postgresql
ftp://ftp2.is.postgresql.org/pub/postgresql
http://kyushu-u.dl.sourceforge.jp
ftp://ftp.be.itu.edu.tr/pub/mirror/sus
ftp://ftp.dqbo.cartuja.csic.es/mirror/suse

could not connect:

ftp://ftp.dk.debian.org/debian-non-US
ftp://exim.stupendous.net/mirror/exim/exim
ftp://cs.ubishops.ca/pub/gentoo
ftp://ftp.ipv6.uni-muenster.de/pub/linux/distributions/gentoo
ftp://ftp.fhh.opensource-mirror.de/pub/gentoo.org
ftp://ftp.ayamura.org/pub/gnupg
ftp://ftp.fresh.co.il/pub/mirrors/mysql.com/Downloads

no longer mirroring certain files:

http://gentoo.ccccom.com
http://www.zentek-international.com/mirrors/gentoo
ftp://sunsite.ualberta.ca/pub/unix/Linux/gentoo
ftp://gentoo.ccccom.com
ftp://ftp.uninett.no/pub/linux/Gentoo
http://trumpetti.atm.tut.fi/gcrypt

hostname and/or directory changed:

ftp://planetmirror.com/pub/gentoo
http://ftp.rpmfind.net/linux/gnome.org
http://python.planetmirror.com/pub/gnustep/gnustep
ftp://ftp.kr.postgresql.org/mirror/database/postgresql
http://fr2.rpmfind.net/linux/SUSE-LINUX
http://www.planetmirror.com/pub/linux/suse/suse
2005-10-02 01:38:10 +00:00
Mark Linimon
9a0996efb0 Add a note about the maximum number of entries in a single mastersite
list that is considered useful.  Add a note about how all entries must
terminate with a slash.

This is part of the continuing attempt to clean up the very poor state
of this file.

hat:	portmgr
2005-10-01 20:49:17 +00:00
Mark Linimon
2908c7e96f Remove one stale VIM mastersite and fix another one to end with a slash. 2005-10-01 20:38:50 +00:00
Bill Fenner
fbb845e35c Fix more bad entries.
MASTER_SITE_FEDORA_LINUX:
 remove ftp://ftp.rediris.es/mirror/fedora.redhat/ .  There is no
  fedora.redhat directory.
 remove http://ftp.rediris.es/mirror/fedora.redhat/ . There are no
  files fetchable from this URL.
 remove ftp://ftp.univie.ac.at/systems/linux/fedora/ .  This is an
  incomplete mirror and contains none of the files we fetch.
 remove http://ftp.univie.ac.at/systems/linux/fedora/ .  This is an
  incomplete mirror and contains none of the files we fetch.
 remove ftp://ftp.uci.edu/mirrors/fedora/linux/core/ .  This is an
  incomplete mirror and contains none of the files we fetch.

MASTER_SITE_GCC:
 removed ftp://ftp.fu-berlin.de/unix/gnu/gcc/ because it doesn't have
  any of the files that we fetch.
 removed ftp://ftp.uvsq.fr/pub/gcc/ because it only has 5 of 48 files.

MASTER_SITE_GNOME:
 remove http://ftp.linux.org.uk/mirrors/ftp.gnome.org/ .  It reports
  404 errors for more than 75% of the files we try to fetch from it.

MASTER_SITE_GNU:
 removed http://gatekeeper.dec.com/pub/GNU/ since it was last updated
  in 2003.

MASTER_SITE_MOZILLA:
 remove ftp://ftp.rediris.es/mirror/mozilla/ .  It is only a partial
  mirror, mirroring only what would be in MASTER_SITE_SUBDIR as
  mozilla/.

MASTER_SITE_PERL_CPAN:
 remove ftp://ftp.bora.net . It hasn't been updated since August 11.

MASTER_SITE_REDHAT_LINUX:
 remove ftp://ftp.lip6.fr/pub/linux/distributions/redhat/linux/ . It
  has none of the files that we fetch.
 remove ftp://ftp.riken.go.jp/pub/Linux/redhat/releases . It has none
  of the files that we fetch.
 remove ftp://ftp.univie.ac.at/systems/linux/ftp.redhat.com/redhat/linux/ .
  There is no ftp.redhat.com directory.
 remove ftp://ftp.uci.edu/mirrors/redhat/linux/ .  It is a partial mirror,
  having only 4 of the 176 files that we try to fetch from it.
 remove ftp://ftp.cse.cuhk.edu.hk/pub2/redhat/ .  It is a partial mirror,
  having only 23 of the 176 files that we try to fetch from it.
 remove ftp://ftp.carrier.kiev.ua/pub/Linux/RedHat/redhat/linux/ .  It is
  a partial mirror, having only 62 of the 176 files that we try to fetch
  from it.

MASTER_SITE_SUNSITE:
 remove ftp://ftp.rediris.es/sites2/ibiblio.org/linux/ .  There is
  no sites2 directory.

MASTER_SITE_TEX_CTAN:
 remove ftp://ftp.ntnu.no/pub/tex/CTAN/ .  It is missing most of
  latex/contrib, xmltex, foiltex, ghostgum, and others.

MASTER_SITE_SUSE:
 changed ftp://ftp.rediris.es/pub/linux/distributions/suse/ to
  ftp://ftp.rediris.es/pub/linux/distributions/suse/pub/suse/ to match
  the site layout.
 changed ftp://ftp.icm.edu.pl/packages/linux-suse/i386/ to
  ftp://ftp.icm.edu.pl/packages/linux-suse/ to match the site layout.
 removed ftp://ftp.ntua.gr/pub/linux/suse/i386/ since it contains none
  of the files that we fetch.
 changed ftp://ftp.gwdg.de/pub/linux/suse/ to
  ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/ to match the site
  layout
 changed ftp://ftp.belnet.be/linux/suse/ to
  ftp://ftp.belnet.be/linux/suse/suse/ to match the site layout
 removed ftp://ftp.rez-gif.supelec.fr/pub/Linux/distrib/suse/ since
  there is no suse directory.
 added missing slash in ftp://ftp.unicamp.br/pub/suse%SUBDIR%/ .  What
  an incredibly sloppy list this is.
 changed ftp://ftp.empiricalnetworks.com/pub/suse/i386/ to
  ftp://ftp.empiricalnetworks.com/pub/suse/ to match the site layout.
 changed http://suse.cs.utah.edu/ to http://suse.utah.edu/suse/ to
  match the site layout.
 changed ftp://suse.cs.utah.edu/ to ftp://suse.cs.utah.edu/pub/suse.com/suse/
  to match the site layout.
 changed ftp://ftp.skynet.be/mirror/suse.com/ftp.suse.com/ to
  ftp://ftp.skynet.be/mirror/suse.com/ftp.suse.com/suse/ to match the
  site layout.  Who made all these errors!?
 changed http://suse.oregonstate.edu/ to http://suse.osuosl.org/suse/
  to follow a 301 redirect and match the site layout.
 changed http://sunsite.utk.edu/ftp/pub/linux/suse/ to
  http://sunsite.utk.edu/ftp/pub/linux/suse/suse/ to match the
  site layout.
 changed ftp://linux.mathematik.tu-darmstadt.de/pub/linux/distributions/suse/
  to ftp://linux.mathematik.tu-darmstadt.de/pub/linux/distributions/suse/ftp.suse.com/suse/
  to match the site layout.
 changed ftp://ftp.uni-bremen.de/pub/mirrors/suse/ to
  ftp://ftp.uni-bremen.de/pub/mirrors/suse/ftp.suse.com/suse/ to match
  the site layout.
 removed ftp://ftp.mirror.nl/pub/mirror/suse/ .  While it has subdirectories
  such as i386/9.1/suse/i586/ that we'd like to fetch stuff from, they're
  empty.

MASTER_SITE_XEMACS:
 removed ftp://ftp.cz.xemacs.org/MIRRORS/ftp.xemacs.org/pub/xemacs/
  since it was last updated in 2004
2005-10-01 05:41:25 +00:00
Bill Fenner
12b2d23c09 Fix up some chronically bad MASTER_SITE entries. There are lots
more bad entries to go.  This file is in awful shape.

MASTER_SITE_APACHE:
 change ftp://ftp.forthnet.gr/pub/www/apache/dist/
  to ftp://ftp.forthnet.gr/pub/www/apache/ to match the site layout
 change ftp://ftp.kappa.ro/pub/mirrors/ftp.apache.org/dist/
  to ftp://ftp.kappa.ro/pub/mirrors/ftp.apache.org/ to match the site layout
 removed ftp://apache.mirrors.rossfell.co.uk/mirrors/apache/dist/ since
  there is no mirrors/apache directory.
 removed ftp://ftp.plig.net/pub/apache/dist/ since there is no pub/apache
  directory.
 change ftp://mirrors.rmplc.co.uk/pub/apache/dist/ to
  ftp://mirrors.rmplc.co.uk/pub/apache/ to match the site layout

MASTER_SITE_GNU:
 remove http://ftp.lug.udel.edu/pub/gnu/ - connection attempts have
  been timing out consistently for 3 weeks and it's not listed as a
  mirror in http://www.gnu.org/order/ftp.html .
 remove http://gnu.mirror.mcgill.ca/ - connection attempts have been
  timing out consistently for 3 weeks and it's not listed as a mirror
  in http://www.gnu.org/order/ftp.html .

MASTER_SITE_KDE:
 remove ftp://ftp.rutgers.edu/pub/kde/ .  The /pub/kde directory
  exists but is empty on ftp.rutgers.edu.
 remove http://ftp.rutgers.edu/pub/kde/ . ftp.rutgers.edu is not
  running a web server.
 Change http://sunsite.tus.ac.jp/pub/archives/linux/X/kde to
  http://sunsite.tus.ac.jp/pub/archives/linux/kde to match a
  301 redirect and the list of KDE mirrors
 remove http://kde.gnusoft.net/kde/ .  While there is some kde
  stuff there, it is not organized in the same was as other sites
  so this site would need its own MASTER_SITE_SUBDIR.

MASTER_SITE_REDHAT_LINUX:
 remove ftp://ftp.rutgers.edu/pub/redhat/linux/ .  The /pub/redhat
  directory exists but is empty on ftp.rutgers.edu.
 remove ftp://ftp.crc.ca/pub/systems/linux/redhat/ftp.redhat.com/linux/ .
  ftp.crc.ca has removed everything from /pub but /pub/crc.
 remove ftp://ftp.redhat.de/pub/redhat/linux/ .  The distfile survey
  has not been able to successfully fetch a single file from this site
  since it started checking at Tue Oct 28 21:04:23 UTC 2003.
 remove ftp://ftp.inet.it/pub/Linux/redhat/ .  There is no Linux
  subdirectory in /pub.
 remove ftp://ftp.cs.nott.ac.uk/Mirrors/ftp.redhat.com/pub/redhat/linux/ .
  It has not been running an FTP server since the distfile survey started
  checking at Sun Sep 11 08:09:48 UTC 2005.

MASTER_SITE_SUSE:
 Change http://ftp.tpnet.pl/d2/ftp.suse.com to
  http://ftp.tpnet.pl/vol/d7/ftp.suse.com/i386 based on
  http://ftp.tpnet.pl/vol/d2/ftp.suse.com/.message
 Change ftp://ftp.tpnet.pl/d2/ftp.suse.com to
  ftp://ftp.tpnet.pl/d7/ftp.suse.com/i386 based on
  ftp://ftp.tpnet.pl/d2/ftp.suse.com/.message

MASTER_SITE_XEMACS:
 remove ftp://ftp.jp.xemacs.org/pub/GNU/xemacs/ .  The /pub/GNU/xemacs
  directory exists but is empty.
 remove ftp://ftp.tw.xemacs.org/pub/xemacs/ .  There is no /pub/xemacs
  directory.
 remove ftp://ftp.nz.xemacs.org/mirror/ftp.xemacs.org/ .  There is no
  mirror directory.
 remove ftp://ftp.za.xemacs.org/mirrorsites/ftp.xemacs.org/ .  mirrorsites
  has no ftp.xemacs.org subdirectory.

Found by:	distfile survey
2005-10-01 01:42:28 +00:00
Mark Linimon
d9ec22bbeb More cleanup of the SUSE sites, including some obvious typos.
Source:		distfile survey
2005-09-30 16:58:11 +00:00
Mark Linimon
e952b9c631 Clean up MASTER_SITES_KDE. Mostly these are directory changes.
Source:		distfile survey
2005-09-29 06:35:35 +00:00
Mark Linimon
ce51e3434a Yet one more mastersite. Actually the site works but no longer mirrors
that particular directory.
2005-09-29 05:41:38 +00:00
Mark Linimon
45df70abee Remove several dozen obsolete mastersites. The next run of the distfile
survey should have a lot less red and pink lines in the output.

Source:		distfile survey
2005-09-29 04:58:42 +00:00
Mark Linimon
45d4a1c1a4 Remove mastersite that no longer mirrors netscape/.
Source:		distfile survey
2005-09-29 01:04:39 +00:00
Mark Linimon
524f1824d4 Remove mastersite that only accepts 3 simultaneous connections. There
are dozens of alternative sites.

Source:		distfile survey
2005-09-29 01:03:38 +00:00
Mark Linimon
a3e8c0326c Remove obsolete packetstorm mastersite.
Source:		distfile survey
2005-09-28 08:18:02 +00:00
Doug Barton
992f9b1650 For MASTER_SITE_ISC, remove mirrors that are either totally empty,
or dramatically stale. Extra axe points given to sites that no loner
appear on ISC's mirror list. Add one site in Sweden. More sites could
be added if necessary.

For MASTER_SITE_WINDOWMAKER, delete sites that do not have the
latest version.

Prompted by: fenner's distfile survey
2005-09-24 02:26:35 +00:00
Trevor Johnson
2ce227ecc7 Update the FESTIVAL_OGI list with the new ogi.edu site. 2005-09-23 17:56:40 +00:00
Mark Linimon
e95d271322 Fix broken pathname on Fedora mastersite introduced in 1.271. 2005-09-17 21:34:03 +00:00
Mark Linimon
d34ca0809a Remove obsolete CPAN mastersite. This was the source of over 1600 lines
in the distfile survey.

Source:		distfile survey
2005-09-17 05:25:48 +00:00
Mark Linimon
3c54cf453c Remove obsolete Sourceware mastersites.
Source:		distfile survey
2005-09-17 03:07:49 +00:00
Koop Mast
4e416c180b Fix gstreamer-plugins-all, by defining the gstreamer x264 plugin name
(which is non-default).

Submitted by:	krismail
2005-09-15 20:22:08 +00:00
Vsevolod Stakhov
90e8af9d9c Bump openldap23 shared library version.
Approved by:	portmgr (krion)
2005-09-15 12:24:33 +00:00
Sergey Matveychuk
ec4e450528 - Update to 21.5-b22 "cucumber".
PR:		ports/86147
Submitted by:	maintainer
2005-09-15 12:00:11 +00:00
Mark Linimon
056c593816 Remove two mastersites from the comp.sources list. There are only 2
ports left in the tree that need this definition in any case.

Source:		mastersite survey
2005-09-14 08:27:42 +00:00
Mark Linimon
2c3b4e0070 Remove obsolete mastersite ring.etl.go.jp.
Source:		distfile survey
2005-09-11 22:11:27 +00:00
Mark Linimon
b5ad4517e6 Remove more obsolete mastersites.
Source:		distfile survey
2005-09-11 19:31:03 +00:00
Mark Linimon
23709982f6 Remove two mastersites, one which is gone, and one which exists but no
longer carries XFree86.

Source:		distfile survey
2005-09-11 13:44:25 +00:00
Mark Linimon
53b299ea57 Remove two dead mastersites.
Source:		distfile survey
2005-09-11 08:20:43 +00:00
Mark Linimon
459298b39d Remove expired sunsite mirror.
Prompted by:	distfile survey
2005-09-11 00:24:14 +00:00
Koop Mast
9e8d18edb2 Update to 0.8.11.
Add new plugins x264.

Approved by:	maintainer (implicit)
2005-09-08 18:32:13 +00:00
Alex Dupre
0152c4cc91 Also php 5.0.5 requires now only autoconf 2.59. 2005-09-08 08:34:40 +00:00
Michael Nottebrock
9febea035e Partly revert the changes to MASTER_SITE_QT. Either the mirror changed
the location back in the last 24 hours or I made a mistake.
2005-09-06 09:19:36 +00:00
Michael Nottebrock
2cb08d8167 Fix URLs for two of the Qt mirrors sites.
Noticed by: Soeren Straarup <xride@x12.dk>
2005-09-04 21:19:56 +00:00
Sergey Matveychuk
6790cefd56 - Fix spaces with tabs.
There are a few reason to have standard indenting and only one against:
  easy reading on 80 characters terminals. It's not enough.

PR:		ports/84840
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
Discussed with:	pav
2005-08-30 14:38:13 +00:00
Alex Dupre
ddabbb3919 Bump MySQL 5.0 library version.
Approved by:	portmgr (marcus)
2005-08-28 18:47:56 +00:00