Commit graph

21 commits

Author SHA1 Message Date
Andrew Pantyukhin
deaf2e8928 Fix master sites:
- Add 'ftp://' where it was omitted
- Fix a typo
2006-09-03 14:46:16 +00:00
Renato Botelho
5d0e56a269 I've committed MASTER_SITES changes proposed by Marin Wilke some days ago,
but, the correct way is preserve original MASTER_SITE and add
freebsd.unixfreunde.de just as a backup, I'm doing it right now, restoring
original preserving the Martin's proposed backup.
2006-05-30 17:20:11 +00:00
Renato Botelho
3e97161e43 Make it fetchable again
PR:		ports/97754
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-24 11:20:08 +00:00
Mark Linimon
5ee761961b Reset pat due to no response to email about his status.
Hat:	portmgr
2006-04-14 22:53:13 +00:00
Edwin Groothuis
7146cbc5d7 [MAINTAINER UPDATE] games/quake3-data: redesign, change dependant ports
- Changed quake3-data/Makefile.include to be more similar
	to bsd.*.mk files, also it doesn't override port's variables.
	- Change dependant ports.

PR:		ports/90149
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-12-20 11:59:18 +00:00
Alexey Dokuchaev
1fb977fa01 Stop building packages for these huge ports (both over 100MB).
Approved by:	maintainer timeout
2005-12-08 12:06:06 +00:00
Edwin Groothuis
6fe1ab22d1 add SHA256 while we're at it. 2005-11-22 06:24:15 +00:00
Edwin Groothuis
925034e34a [UPDATE] games/q3server-ra3: integrate with "quake3-data", rename to "quake3-ra3", update to 1.76
Changes:
	* Update to version 1.76.
	* Rename to "quake3-ra3" (also rename port directory).
	* Integrate with "quake3-data".

PR:		ports/86190
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
Approved by:	maintainer timeout
2005-11-22 06:23:44 +00:00
Alexander Leidinger
23b3bc4b0d Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
    ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
  - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
    port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
    be marked as IGNORE. [1]
  - Readd USE_LINUX knobs into several ports and make several uses of a
    conditional dependency ("USE_LINUX?=") into an unconditional one
    ("USE_LINUX=") which where removed/changed by Trevor to allow the use of
    alternative linux_base ports. While this is a nice goal, the implementation
    resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
    in this commit is supposed to fix the problem while keeping the feature.
    Basicaly this includes a backout of Trevor's commit, to prevent confusion
    I mention it here explicitely.
  - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
    Chase dependencies for this.
  - Changes to make linux_devtools installable on amd64, remove some stray
    device nodes (they don't work on recent OS versions and aren't really
    needed).
  - Make linux_base-8 PREFIX clean and remove some stray device nodes.
    Additionally tell a little bit more about how to setup NIS/YP [2].
  - Update the PGSQL dependency in the linux-opengroupware port to a recent
    version (the old one isn't available anymore), I don't know if this
    works (at least it isn't more broken than before).
  - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
    ports, the former path exists already and gets populated by other
    packages too (PREFIX=LINUXPREFIX!).
  - Fix some obvious (non-linuxolator) bugs in some linux ports while being
    there.
  - Bump PORTREVISION where neccesary.

Requested by:	portmgr (linimon) [1]
Submittted by:	Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by:	portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on:	ports cluster (kris)
Reviewed by:	silence on emulation@
Superseedes PR:	69997

Maintainer approval from:
	chris@chrisburkert.de
	cracauer@cons.org
	des
	girgen
	jamie@bishopston.net
	mezz
	mi
	nivit@users.sf.net
        pat
	simond@irrelevant.org
	riggs@rrr.de
	Udo.Schweigert@Siemens.com
2005-06-17 22:59:29 +00:00
Trevor Johnson
e1177f5c54 Add size data.
Approved by:	maintainers
2004-03-18 02:27:55 +00:00
Trevor Johnson
fbd1108f49 Use the SORT macro from bsd.port.mk. 2004-01-22 11:06:02 +00:00
Trevor Johnson
e99ceadaf6 Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. 2003-11-13 14:45:08 +00:00
Patrick Li
8efa1fbace Update to 1.65 2003-07-03 18:41:08 +00:00
Patrick Li
50107388a8 Update to 1.6 2003-05-18 18:29:59 +00:00
Ade Lovett
d4d639aac7 Remove pkg-comment from the remaining special cases.
Approved by:	portmgr (implicitly)
2003-03-07 02:35:59 +00:00
Mario Sergio Fujikawa Ferreira
1190e9c245 Add USE_PERL5 since perl is required to run a script inside the
Makefile. Adding USE_PERL5 is mandatory since it is no longer
available in base system of -CURRENT.

Approved by:	maintaner (only not utserver* ports)
2002-06-16 18:50:44 +00:00
Patrick Li
f3ca4f005b Update misc/menushki to version 1.0 and also take care of
some remaining email changes i left out

Approved by:	lioux
2001-11-15 22:12:13 +00:00
Patrick Li
8ca16eda55 Maintainer is now committer so change to new email address.
Approved by:	lioux
2001-11-15 03:59:42 +00:00
Mario Sergio Fujikawa Ferreira
5e8ce846df change installed dirs mode from 555 to 755
Submitted by:	MAINTAINER
2001-10-27 01:35:46 +00:00
Mario Sergio Fujikawa Ferreira
1336d02b76 make it possible to have more than 1 patch for q3server-* ports
Submitted by:	MAINTAINER
2001-10-15 20:13:57 +00:00
Mario Sergio Fujikawa Ferreira
24ff2f1207 - First import of Quake III Rocket Arena 3 mod
- Version 1.5
- Master port for other Quake III mod ports

Submitted by:	Patrick Li <pat@databits.net>
2001-07-21 22:28:09 +00:00