Commit graph

1469 commits

Author SHA1 Message Date
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