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

788 Commits

Author SHA1 Message Date
Kris Kennaway
ba5da08bbb * Fix a typo in the MLINKS documentation
* If the ${COMMENT} file does not exist, use the value of the
  ${PORTCOMMENT} variable instead.  This will allow us to incrementally
  phase out pkg-comment [1]

* Miscellaneous fixes to the MASTER_SITES_N code [2]

* Correct fmt(1) invocation so it works on older systems [3]

* Improve the security-check target: [4]
	- Look for setuid/setgid binaries, and binaries that include
	  calls to accept()/recvfrom() (which are likely to be network
	  servers or have network server capability)
	- Check these binaries for insecure functions (if PORTS_AUDIT is
	  set in the environment, check for a larger set of functions
	  such as strcat/strcpy/sprintf)
	- Report network servers that are started by default.

Submitted by:	eric [1], lioux [2], fenner [3], kris [4]
PR:	ports/36078 [2], ports/36709 [2]
2002-11-03 05:43:49 +00:00
Akinori MUSHA
47041eb8ba Update lang/ruby-devel to the latest snapshot as of 2002-10-30.
FreeBSD/sparc64 fails to build this and somehow the entire OS gets
frozen while running `miniruby'.  I'd appreciate if someone with a
clue could help me fix the problem.
2002-11-02 22:02:02 +00:00
Akinori MUSHA
79d26d0fc3 s/ftp.dnsbalance.ring.gr.jp/www.dnsbalance.ring.gr.jp/ 2002-10-26 17:26:42 +00:00
Akinori MUSHA
8867b37fc4 Define DEPEND_RUBY_RDOC properly. 2002-10-25 08:25:08 +00:00
Akinori MUSHA
c70dadd8bf Add more sites to MASTER_SITE_RUBY. Thanks a lot!
- US: xyz.lcs.mit.edu, aka ftp5.FreeBSD.org

  Administrated by:	wollman

- JP: ${MASTER_SITE_RINGSERVER}

  Administrated by:	Ring Server Project (http://www.ring.gr.jp/)
2002-10-23 22:17:42 +00:00
Dirk Meyer
3f21c95144 strips sties from MASTER_SITE_TCLTK 2002-10-20 15:42:42 +00:00
Akinori MUSHA
c1d6345462 - metalab.unc.edu, ftp.oit.unc.edu, and www.ibiblio.org point to the same
host, so remove the duplicates from MASTER_SITE_SUNSITE.

- Add www.ibibio.org to MASTER_SITE_RUBY, the first mirror site in the US.
2002-10-19 21:26:55 +00:00
Akinori MUSHA
b604a7460b Add MASTER_SITE_GCC. 2002-10-19 18:54:45 +00:00
Akinori MUSHA
632dc578a1 "KEEP THIS LIST SORTED" 2002-10-18 23:09:20 +00:00
Hye-Shik Chang
72143e1b7c Upgrade to Python-2.2.2.
Approved by:	tg
2002-10-17 11:14:17 +00:00
Trevor Johnson
3e0893af24 grammar 2002-10-15 17:27:15 +00:00
Ernst de Haan
3fe0dc931c Fixed support for Blackdown JDK 1.3.x.
Submitted by:	Seamus Venasse <Seamus.Venasse@polaris.ca>
2002-10-14 19:16:40 +00:00
Trevor Johnson
db95d33df9 Add MASTER_SITE_NETSCAPE to bsd.sites.mk. As originally submitted, this was
the list of sites from the www/linux-netscape6 port.  I looked at fenner's
survey, and removed some sites which did not carry Netscape 7 or which have
been offline for a long time.  Also, for some mysterious reason it takes 80
seconds to get a login prompt when I use the hostname ftp.netscape.com, so I
replaced it in the list with two of the hosts it seems to point to, with the
quicker one first and the slower one last.

Submitted by:	Kimura Fuyuki
Reviewed by:	sada (as originally submitted)
PR:		42678
2002-10-14 13:21:38 +00:00
Joe Marcus Clarke
f29aaff47d It seems some of the GNOME mirrors are lagging behind in updates. Shuffle
things around a little to try and improve download times.
2002-10-13 19:47:45 +00:00
Akinori MUSHA
303cabb3d2 Update MASTER_SITE_RINGSERVER:
- Remove www.mirrornavi.com from comment which seems to be dead.
- Replace the http site with the Tenbin server.
2002-10-12 20:42:10 +00:00
Trevor Johnson
24529de153 Add yet another Sunsite mirror in Germany. 2002-10-12 00:15:49 +00:00
Alan Eldridge
b50ef967dc Fixed botched setup of MASTER_SITE_KDE_kde. Damn was I stupid. I didn't
test all the cases. Sorry, folks.
2002-10-11 07:35:44 +00:00
Alan Eldridge
69a4c09708 1. Welcome to KDE 3.0.4.
2. Added a tagged version of MASTER_SITE_KDE, called MASTER_SITE_KDE_kde,
   like this:
   MASTER_SITE_KDE_kde=    ${MASTER_SITE_KDE:S@%/@%/:kde@g}
2002-10-10 23:54:33 +00:00
Joe Marcus Clarke
5b4499e138 Hack up some of the conditionals so that they work with older versions of
make.

PR:	43813
2002-10-09 16:14:57 +00:00
Joe Marcus Clarke
5fe92eb487 * Add the ability to specify WITH/WITHOUT_GNOME macros with a list of
components to build or not build with.  For example:

# make WITHOUT_GNOME=esound

  Will build a port that can optionally use esound support, without it.
  You can also specify multiple components separated with a space:

# make WITHOUT_GNOME="esound gnomelibs"

  The converse is true for WITH_GNOME.  Note, that this is backwards
  compatible with the old WITH/WITHOUT_GNOME macros.  That is,

# make -DWITHOUT_GNOME

  Will turn off all optional GNOME components.  Also,

# make WITHOUT_GNOME=yes

  Will do the same thing.

* Mark a port BROKEN if it includes an unknown GNOME component [1]

PR:		41873 [1]
Submitted by:	Edwin Groothuis <edwin@mavetju.org> [1]
Not objected to by:	sobomax
2002-10-07 21:25:57 +00:00
Akinori MUSHA
b11013ef42 Add RUBY_MODNAME, RUBY_MODDOCDIR and RUBY_MODEXAMPLESDIR. 2002-10-06 20:54:37 +00:00
Akinori MUSHA
a80cf36ff5 Rename USE_RUBY_RD to USE_RUBY_RDTOOL, RUBY_RD to RUBY_RD2,
RUBY_RD_PORT to RUBY_RDTOOL_PORT and DEPEND_RUBY_RD2 to
DEPEND_RUBY_RDTOOL.

Add USE_RUBY_RDOC, RUBY_RDOC, RUBY_RDOC_PORT and DEPEND_RUBY_RDOC.
2002-10-06 19:49:32 +00:00
Akinori MUSHA
978ab4f547 Ruby 1.7 on alpha does not coredump running Racc. 2002-10-05 20:53:29 +00:00
Akinori MUSHA
91f1565df9 http://www.iDaemons.org/distfiles/ -> ftp://ftp.iDaemons.org/pub/distfiles/ 2002-10-05 12:34:04 +00:00
Kris Kennaway
4626da2093 Set NOPORTDOCS in the USE_RUBY_RD case on alpha, because it is causing
coredumps.

Submitted by:	knu
2002-10-05 07:47:28 +00:00
Kris Kennaway
d89d789ea8 Fix installation of +MTREE_DIRS introduced in r1.424
Submitted by:	sobomax
2002-10-02 07:18:17 +00:00
Akinori MUSHA
7e51c10d2b MASTER_SITE_LOCAL:
ftp.jp.FreeBSD.org is back in sync with ftp.FreeBSD.org.

  Thanks to:	kuriyama & the administrators

MASTER_SITE_RUBY:
  ftp.chg.ru is back in sync with ftp.ruby-lang.org.

  Thanks to:	Serge Krashakov <sakr@Chg.RU>

MASTER_SITE_FESTIVAL, MASTER_SITE_FESTIVAL_OGI:
  Assign using += instead of = like other ones.
2002-09-30 13:54:39 +00:00
Akinori MUSHA
ea09c6cc7a - Add back ftp.ruby-lang.org to MASTER_SITE_RUBY, but below
ftp.iij.ad.jp because ftp.ruby-lang.org is currently unstable.
  ftp.iij.ad.jp has much more capacious bandwidth and is synchronized
  with the master site tightly enough.

- ftp.dti.ad.jp is a good one.  Add it to various MASTER_SITE_*.
2002-09-30 04:18:43 +00:00
Akinori MUSHA
ebcb3eee5e - Add back mirrors.sunsite.dk to MASTER_SITE_RUBY.
- Remove non-working mirror sites from MASTER_SITE_SUNSITE.

Submitted by:	fenner's distfiles survey
2002-09-29 22:50:17 +00:00
Akinori MUSHA
ff11e5bebc Remove sites that are temporarily down or out of sync from
MASTER_SITE_RUBY.  They will be put back as soon as they get back up
or in sync.
2002-09-29 22:17:48 +00:00
Akinori MUSHA
558a35e021 Add three mirror sites to MASTER_SITE_RUBY to fill vacancies.
(ftp.iDaemons.org, mirrors.sunsite.dk and ftp.ntua.gr)
2002-09-28 20:47:41 +00:00
Akinori MUSHA
63eb0ebbbf Remove non-working mirror sites from MASTER_SITE_RUBY. 2002-09-28 19:55:34 +00:00
Akinori MUSHA
4bcccab001 Update lang/ruby-devel to the latest snapshot as of 2002-09-27, which
fixes several coredump bugs and fatal threading problems.

Remove the autoconf dependency by including a pre-generated configure
script in the distfile.  It now also includes a pre-generated parse.c
made by bison 1.35.
2002-09-27 13:55:41 +00:00
Kris Kennaway
12c14e0bf7 * Switch back to .tgz packages for 4.x (5.0 still uses .tbz packages) [1]
* Fix some problems in previous revision relating to writability test of
  ${DISTDIR}, by moving the check a) after we have made the directory if
  it doesn't exist, and b) inside the loop that actually fetches files,
  so the check isn't performed with every port make operation that depends
  on the fetch target (this breaks non-fetch targets as a different user)
  [2]

Submitted by:	bmah [1]
Reported by:	ijliao [2]
Tested on:	bento
2002-09-25 17:50:03 +00:00
Akinori MUSHA
cfeffd29da Reroll a stable snapshot tarball as of 2002-09-12 for lang/ruby
containing a pregenerated configure and a parse.c generated with bison
1.35.  This is to offer a smaller (.tar.bz2) distfile, remove the
autoconf dependency and benefit from a bit more efficient parse.c than
that which byacc(1) generates.
2002-09-24 20:07:08 +00:00
Eric Anholt
f0d7df79d7 Fix distfile survey issues with X ports, update bsd.sites.mk to include
more working X mirrors and remove a local distfiles site that hasn't been
updating.

Approved by:	portmgr
2002-09-21 19:20:55 +00:00
Akinori MUSHA
2f7566dfba - Define RUBY_SHIM18_PORT and DEPEND_RUBY_SHIM18.
- Introduce USE_RUBY_FEATURES to make life easier.
2002-09-21 07:06:39 +00:00
Ying-Chieh Liao
d2b241ba32 remove ftp.yggdrasil.com
it's offline for a long time

PR:		38191
Submitted by:	Tom Rissman <trissman@mrdlaw.com>
2002-09-21 03:06:37 +00:00
Akinori MUSHA
7a0aed5180 Update lang/ruby-devel to the latset snapshot as of 2002.09.20. 2002-09-20 23:21:50 +00:00
Alan Eldridge
0ddb7a3d2e Add variables for ZOPE. Patch supplied by maintiner
Submitted by:	maintainer
Approved by:	maintainer
2002-09-20 18:56:41 +00:00
Kris Kennaway
f772f8743d * Some spelling/grammar fixes in comments
* Replace some bare uses of cat with ${CAT}

* [ports/19112] Ignore RCS files (*,v) when applying patches

* [ports/19270] Check whether ${DISTDIR} is writable and fail with a
  better error message if not (mostly caused by trying to fetch as the
  wrong user)

* [ports/23560] Force patch backup files to be created with .orig suffix

* [ports/34717] Don't enclose PTHREAD_LIBS in quotes, because it will
  cause problems if used in an already-quoted string.

* [ports/34987] Fix an awk warning in MASTER_SORT/MASTER_SORT_REGEX code

* [misc/38724] Change some uses of the deprecated test -h to test -L

* [1] Registering real dependencies: dependency registration looks at the
  currently-installed version of the dependency and registers that version,
  instead of registering the version in ports which may be newer than
  what is installed.

* [2] Further 100% speed-up of dependency registration process by eliminating
  second call to package-depends (using information from the first call
  stored in +CONTENTS file of package being installed). Very useful
  for developing GNOME or similar packages with zillion dependencies,
  when package-depends target could take few minutes to complete;

* [2] Proper set-up of ${SHELL} variable in build environment, so that user's
  interactive shell isn't picked instead. This has various implications,
  ranging from build process speed-up due to using /bin/sh to invoke
  libtool instead of bash or any other much more bloated user's shell
  (configure scripts often pick it up from the ${SHELL} environment),
  to fixing problems some users have when building random ports.

Submitted by:	sobomax [1] [2],
		Aleksandr A. Babaylov <.@babolo.ru> [ports/19112],
		Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> [ports/19270],
		Alan Bawden <Alan@LCS.MIT.EDU> [ports/23560],
		Christian Weisgerber <naddy@mips.inka.de> [ports/34717],
		knu [ports/34987], april <april@oublinet.net> [ports/38724]
PR:		ports/19112, ports/19270, ports/23560, ports/34717,
		ports/34987, ports/36237, ports/38724
Tested on:	bento 4-exp build
2002-09-19 00:16:39 +00:00
Ying-Chieh Liao
00958a7588 make xemacs-devel-mule ver up to date
PR:		42872
Submitted by:	SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
2002-09-18 11:07:50 +00:00
Akinori MUSHA
bf6e437343 Update lang/ruby-devel to the snapshot as of 2002-09-17.
This fixes coredump on the Alpha.
2002-09-18 09:57:29 +00:00
Ernst de Haan
75e9be51aa Now supports the Sun JDK 1.4.1 for Linux instead of 1.4.0. 2002-09-17 09:12:32 +00:00
Ernst de Haan
8a2877e957 Fixed support for Blackdown JDK 1.3 for Linux.
Submitted by:	Seamus Venasse <Seamus.Venasse@gov.yk.ca>
2002-09-17 09:03:20 +00:00
Sean Chittenden
46c968b9a4 Fix building of kdemultimedia3 on -CURRENT. Obtained from wca.
Reviewed by:	wca
Approved by:	knu (mentor)
2002-09-15 21:50:36 +00:00
Ying-Chieh Liao
0e9284fdf9 bump open-motif shlib version 2002-09-13 18:47:30 +00:00
Akinori MUSHA
554df0e9ef Seems ftp.nectec.or.th stopped mirroring local-distfiles about three
months ago, so remove it from MASTER_SITE_LOCAL.

Detected by:	fenner's distfiles survey
2002-09-13 11:05:17 +00:00
Joe Marcus Clarke
858b8e6867 Make sure gtk-doc support is disabled even for ports that don't support the
--disable-gtk-doc option.

PR:		42616
Reviewed by:	sobomax
2002-09-11 21:37:39 +00:00
Akinori MUSHA
72f4110007 Add my iDaemons.org site to MASTER_SITE_BACKUP on which I started
mirroring all the distfiles of ruby related ports except RESTRICTED
ones.
2002-09-11 19:31:07 +00:00