Commit graph

872 commits

Author SHA1 Message Date
Joe Marcus Clarke
5f81323968 Sync the GNOME comments with the latest bsd.gnome.mk.
Noticed by:	Piero <piero@poprostu.pl>
Approved by:	portmgr (kris)
2003-04-06 22:14:38 +00:00
Trevor Johnson
5a8c7bbef1 Add mirrors.usc.edu. 2003-04-06 20:23:14 +00:00
Alan Eldridge
b294b98273 Rejoice, for the long awaited upgrade to kde 3.1.1 is here! 2003-04-05 22:16:12 +00:00
Joe Marcus Clarke
271ff010ff Remove USE_GLIB as the last hold-out, jabber-yahoo, has been converted to the
new infrastructure.
2003-04-05 21:15:25 +00:00
Joe Marcus Clarke
8aa50bc72a Remove the old USE_GNOMECTRL macro as no more ports are using it. 2003-04-05 20:47:47 +00:00
Joe Marcus Clarke
533826d252 Fix some spelling and grammar nits. 2003-04-05 07:42:11 +00:00
Joe Marcus Clarke
3d5442acf2 Move some of the USE_* compatability macros outside of the
if defined(USE_GNOME) check as those macros will not exist if USE_GNOME
is defined.

Reported by:	bento c/o kris
2003-04-05 06:12:02 +00:00
Joe Marcus Clarke
57109ef648 Fix a bug in detecting USE_GNOME components properly. 2003-04-04 09:33:10 +00:00
Joe Marcus Clarke
29e42c26ec Correct glib, atk, pango, and gtk shared lib versions.
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2003-04-04 08:17:38 +00:00
Joe Marcus Clarke
9c7d6ff9f1 Remove bsd.gnomeng.mk now that its functionality has been rolled into
bsd.gnome.mk.
2003-04-04 06:45:01 +00:00
Joe Marcus Clarke
468611820b Merge in phase two of the new GNOME porting infrastructure. This update does
away with the USE_GNOMNG macro (though I will keep this macro around for
a bit just in case).  It also adds GNOME 2 component support.

A new macro has also been introduced called GNOME_DESKTOP_VERSION.  Users can
set this in /etc/make.conf or define it when building ports.  Current allowed
values are 1 or 2.  Depending on the value of this macro, certain ports
may be marked BROKEN if they would conflict with the desired GNOME
desktop version.

Also note, the old USE_GTK, USE_GNOME=yes, USE_IMLIB, USE_ESOUND, and
USE_GLIB are now obsolete.  Backwards compatability has been provided,
but those macros should no longer be used.

Special thanks to all the users on freebsd-gnome@ that help test these
patches, and provided feedback.  Documentation updates to the FreeBSD
GNOME project site will be forthcoming.
2003-04-04 06:44:22 +00:00
Dirk Meyer
cae454ac23 - rename Makefile.ssl to bsd.openssl.mk 2003-04-03 18:24:31 +00:00
Will Andrews
378dd52cd4 Revert accidental commit. KDE 3.1.1 is not in ports yet. 2003-03-28 23:46:14 +00:00
Edwin Groothuis
307aea25c2 Keep the list sorted.
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2003-03-28 22:55:35 +00:00
Alan Eldridge
5f99028acf Removed KDE_I18N_VERSION, which I should have removed before release. 2003-03-28 22:22:25 +00:00
Edwin Groothuis
58380fd4af add MASTER_PGSQL_SITE
PR:		ports/48002
Submitted by:	Sergey A. Osokin <osa@FreeBSD.org.ru>
2003-03-28 08:23:13 +00:00
Edwin Groothuis
b00b561bb1 Update MASTER_SITE_APACHE_HTTPD
PR:		ports/50381
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2003-03-28 08:16:08 +00:00
Jun Kuriyama
032ac5e183 Use += instead of ?= for $MASTER_SITE_LOCAL for consistency. 2003-03-26 14:19:10 +00:00
Kris Kennaway
46e9a484f8 Reorder the 'configure-message patch-libtool' targets in _CONFIGURE_SEQ
so they appear after the *_depends targets.  This fixes builds on systems
that don't yet have libtool installed (prior to this commit the
patch-libtool target would be called before the libtool port was
installed by the dependency targets, and it would therefore fail).

Submitted by:	Claude Buisson <cbuisson@nerim.net>
2003-03-22 04:45:24 +00:00
Kris Kennaway
993f323caa * Don't include extraneous dependencies on bzip2 [1]
* Fix 'make package-depends' so it doesn't overflow on large ports [2]
* Fix logic in 'USE_PACKAGE_DEPENDS' [3]

Submitted by:	dinoex [1][3], marcus [2]
PR:		ports/48860 [1], ports/36083 [3]
2003-03-19 06:26:14 +00:00
Eric Anholt
617c57ad7c Change the imake-4 dependency to the new date.def file in XFree86 4.3.0.
Approved by:	portmgr
2003-03-12 00:28:17 +00:00
Akinori MUSHA
4838c30424 ruby-testunit and ruby-runit are now part of ruby 1.8. Do not add
unnecessary dependencies when building with ruby 1.8.

Submitted by:	bento
2003-03-11 07:16:24 +00:00
Akinori MUSHA
57e369771f Update lang/ruby-devel to 1.8.0-preview2. 2003-03-03 16:33:54 +00:00
Kris Kennaway
a6cb176566 * Add considerable documentation about available variables, their
meaning and default settings [1]

* Add PATCH_DEPENDS and EXTRACT_DEPENDS, and convert various
  internal bsd.port.mk dependencies to use them [2]

* Set the default MAN3PREFIX to ${PREFIX}/lib/perl5/${PERL_VERSION}
  for perl ports, removing the need to define this locally in every
  port [3]

* Replace perllocal.pod with perllocal.pod-${PORTNAME} so that perl
  ports can be made to clean up after themselves properly [4]

* Properly quote filenames in the security-check target.  This
  unbreaks package registration for ports that install filenames
  containing metacharacters [5]

* Use "cat /dev/null >" instead of "rm -f" in the makesum target so
  that the file retains the correct ownership and permissions [6]

* Add a USE_PACKAGE_DEPENDS knob that may be set in the environment or
  make.conf, and which attempts to use existing local packages to
  satisfy port dependencies, instead of building them from ports [7]

* Add a first attempt at fetch-required and fetch-required-list
  targets which fetch or print all the distfiles that are required to
  build the port.  Dependencies that are already installed need not
  have their distfiles listed, and will not be reported [8].

  This needs more work, because ports that do things like:

    BUILD_DEPENDS=  ${NONEXISTENT}:${PORTSDIR}/foo/bar:blee

  will not have their distfiles listed and will therefore fail to fetch
  completely.  The target needs to be changed to include distfiles for
  ports that have a target listed

Submitted by:	Mark Linimon <linimon@lonesome.com> [1],
		Jim Trigg <jtrigg@spamcop.net> [2], skv [3],
		kuriyama [4], marcus [5], sheldonh [6], dinoex [7],
		Erwin Lansing <erwin@lansing.dk>
PR:		44841 [1], 29856 [2], 39662 [3], 48439 [5], 48450 [6],
		36083 [7], 48473 [8]
2003-03-02 02:06:56 +00:00
Doug Barton
6d078147c2 I neglected to mention that the previous commit was to MASTER_SITE_ISC.
Remove 4 sites from MASTER_SITE_TEX_CTAN that have never answered.
sunsite.auc.dk is also broken for mozilla, but seems ok for httpd.
2003-02-28 10:49:24 +00:00
Doug Barton
8540149cc1 These two sites have never been ok according to portsurvey.
I verified that ftp isn't working properly.
2003-02-28 10:14:39 +00:00
Edwin Groothuis
1a90c377f8 Mk/bsd.sites.mk: update MASTER_SITE_APACHE_HTTPD
PR:		ports/48401
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2003-02-18 05:27:47 +00:00
Kris Kennaway
0faeb16aba Update the description of the various "do not build this port" variables
(RESTRICTED, NO_PACKAGE, NO_CDROM, BROKEN) to match current reality.  Add
documentation of the FORBIDDEN and IGNORE variables.

Garbage collect the commented-out FORBIDDEN string for the openssl ports
since we no longer need to forbid crypto software.
2003-02-16 21:22:15 +00:00
Tilman Keskinoz
f51ff0aa5c themes.org has moved to freshmeat.
PR:		38032
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
2003-02-15 15:12:21 +00:00
Tilman Keskinoz
d042750bd0 Add MASTER_SITE_PACKETSTORM
PR:		45396
Submitted by:	 Jim Geovedi <negative@magnesium.net>
2003-02-15 14:17:58 +00:00
Tilman Keskinoz
9953adf6fe Update MASTER_SITE_KDE with the official mirrors from
http://www.kde.org/ftpmirrors.html

PR:		48176
Submitted by:	Sergey A. Osokin <osa@FreeBSD.org.ru>
2003-02-15 13:39:04 +00:00
Tilman Keskinoz
2488c00b71 Add ftp.tuwien.ac.at to XEMACS WINDOWMAKER TEX TCLTK SOURCEFORGE GNU GNOME MASTER_SITE_. Remove it from MASTER_SITE_THEMES
PR:	40881
2003-02-15 13:31:58 +00:00
Tilman Keskinoz
16c5759605 Introduce MASTER_SITE_GNUPG 2003-02-15 10:48:28 +00:00
Christian Weisgerber
af1603d702 Add MASTER_SITE_DEBIAN and MASTER_SITE_DEBIAN_NON_US.
This has just been taken from the list of the primary debian mirror
sites (http://www.debian.org/mirror/list). Other mirrors could be
added.

PR:		47881
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2003-02-13 01:17:55 +00:00
Akinori MUSHA
37c1feacab Fix comment. LIB_DEPENDS can contain extended regular expressions. 2003-02-12 05:15:03 +00:00
Kris Kennaway
1508fdf4b8 * pkg-comment removal, take 2: introduce the COMMENTFILE variable
with the same semantics as the current COMMENT variable (location
  of the pkg-comment file), and reclaim COMMENT for the comment string
  itself.  To work around the problems with metacharacters in comment
  strings, comments are written to a temporary comment file as needed. [1]

* Support regexps in LIB_DEPENDS [2]

* Move the CD_MOUNTPTS variable to <bsd.port.pre.mk> [3]

* Improve 'make readmes' target [4]:
  - ^A and ^B have been replaced by | to avoid printing problems in
    'make readme'.
  - Add %%EMAIL%%, %%MAINTAINER%% (not used yet) and %%WEBSITE%%
    substitutions
  - Add pretty-print-www-site target.

* Add support for USE_GCC=3.2 [5]

* Use 'uname -p' instead of 'uname -m' to set the ARCH variable. [6]

* Add a ${YACC} variable [7]

* Path MANPREFIX in MAKE_ENV [8]

* Use the full patch to mkhtmlindex in MKHTMLINDEX [9]

* Avoid overflowing the commandline when constructing the _TMLINKS
  variable (fixes 'make index'). [10]

Submitted by:	lioux [1], mi [2], mbr [3][5],
		Cyrille Lefevre <clefevre@citeweb.net> [4],
		nyan [6], cy [7], dougb [8], anholt [9],
		fenner [10] (based on)
PR:		ports/34126 [2], ports/30983 [3] (based on),
		ports/31389 [4], ports/47306 [5] (based on),
		ports/35514 [6], ports/44496 [7],
		ports/44895 [8], ports/45549 [9]
2003-02-10 07:59:22 +00:00
Akinori MUSHA
3455ccce0e lang/ruby16-shim-ruby18 now includes erb, ipaddr and open-uri too. 2003-02-09 17:38:39 +00:00
David E. O'Brien
d1034a9098 NUXI.org is prefered over NUXI.com. 2003-02-07 03:52:00 +00:00
David E. O'Brien
a9bee26d42 Create MASTER_SITE_VIM. 2003-02-07 03:49:24 +00:00
Edwin Groothuis
5abfa16774 Mk/bsd.sites.mk - add Apache master sites
Add MASTER_SITE_APACHE and MASTER_SITE_APACHE_HTTPD. The
	former holds all software released by the Apache project
	but the later doesn't.

	This list is based on http://www.apache.org/mirrors/ . Since
	the list is so long, I eliminate some mirrors that just
	didn't respond or held old contents. But still too long.

PR:		ports/41219
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2003-02-05 10:50:04 +00:00
Tilman Keskinoz
75aaacbba3 - Remove dead KDE mirror http://linux.dsi.internet2.edu/X11/kde
PR:		46535
Submitted by:	edwin

- Update Directory structure for ftp.icm.edu.pl

PR:		46536
Submitted by:	edwin

- Remove 5 Sunsite mirrors

PR:		46539,46543,47569
Submitted by:	edwin,  Sergey A. Osokin <osa@FreeBSD.org.ru>

- Remove dead CPAN mirror ftp://sunsite.org.uk/

PR:		46544
Submitted by:	edwin

- Update directory structure of  ftp://ftp.net.ohio-state.edu/
- Remove dead XCONTRIB mirror ftp.is.co.za

PR:		46558
Submitted by:	edwin

- Remove 5 dead SOURCEWARE mirrors
- Update directory structure for ftp://ftp1.sinica.edu.tw

PR:		46569
Submitted by:	edwin

- Remove dead CPAN mirror uiarchive.uiuc.edu

PR:		47570
Submitted by:	 Sergey A. Osokin <osa@FreeBSD.org.ru>

- Add some mirror from .at as Replacement

PR:		40881
Submitted by:	arved
2003-02-02 21:33:14 +00:00
Akinori MUSHA
9e0be2a43f Update lang/ruby-devel to the latest snapshot as of 2003.01.28.
Update Oni Guruma to 20030121.

Now that the MAKE_ARGS problem is gone, re-enable MAKE_ARGS for
sparc64.
2003-01-29 09:41:03 +00:00
Alan Eldridge
3c71ff78e9 update to 3.1 official release 2003-01-28 18:36:58 +00:00
Joe Marcus Clarke
f888b45e4e Add a hack to set the scrollkeeper reigstration path to the constant defined
by ${SCROLLKEEPER_DIR} regardless of the value of localstatedir.
2003-01-28 01:52:02 +00:00
Akinori MUSHA
55bfdfc21e Update lang/ruby to the latest snapshot as of 2003-01-19, and Oni
Guruma to 2003-01-21.  This update includes a bug fix that exposes
when formatting Bignums, like with ipaddr.rb.
2003-01-25 09:19:14 +00:00
Akinori MUSHA
bfc06b7fc4 Correct the definition of RUBY_PORT when RUBY_DEFAULT_VER=1.8 and
RUBY_VER=1.6.
2003-01-24 04:39:40 +00:00
Shigeyuki Fukushima
b92c0b96af Update xemacs-mule-devel to 21.4.12. 2003-01-23 15:55:36 +00:00
Joe Marcus Clarke
1f182e9052 * Bump the shared lib version of gal
* Add another locale regex to gnomehack
2003-01-19 19:12:45 +00:00
Peter Pentchev
250b8b4360 Chase MASTER_SITE_REDHAT_LINUX.
PR:		47100
Submitted by:	Ulrich Spoerlein <q@uni.de>
2003-01-15 12:17:16 +00:00
Akinori MUSHA
c0f1f98958 Set RUBY_DEFAULT_VER to 1.8 on alpha, sparc64 and ia64. Ruby 1.6 has
some unidentified coredumping problems on these platforms and there
will be no more release from the 1.6 branch.
2003-01-11 12:13:05 +00:00