1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Baptiste Daroussin
c84e1cd8e6 Add NO_STAGE all over the place in preparation for the staging support (cat: games) 2013-09-20 17:36:33 +00:00
Jason Helfman
8199e9dc48 - adopt optionsNG for games
- trim historical headers and trim comments
- some Makefile cleanup

Approved by:	portmgr (bapt)
2013-05-31 14:40:56 +00:00
Olli Hauer
b6ac748023 -remove MD5 2011-07-03 14:25:36 +00:00
Alexey Dokuchaev
e6ebd0bbba Bring unmaintained Quake ports under my wing. 2011-03-14 16:47:46 +00:00
Thomas Abthorpe
73c7900f5b - Reassign ports to heap
Submitted by:	alepulver
2011-02-27 04:54:41 +00:00
Alejandro Pulver
4b163a0ce5 - Bump PORTREVISION because of the changes in the last commit. 2007-03-31 02:36:40 +00:00
Alejandro Pulver
f85a85df1f - Remove part of patch-security which was causing a "Bad challenge" error when
connecting to a password protected server.

Reported by:	"Kyle Hunter" <keletmaster@gmail.com>
2007-03-31 02:33:20 +00:00
Alejandro Pulver
14ad5bb3f8 - Fix MASTER_SITES (point to real URL instead of the one with a redirect).
Reported by:	Volodymyr Kostyrko <arcade@synergetica.dn.ua>
2006-12-29 21:34:35 +00:00
Alejandro Pulver
ec6e63f063 - Remove '@' from installation commands.
Approved by:	garga (mentor)
2006-04-24 21:13:27 +00:00
Alejandro Pulver
faf157a3b3 Change the maintainership address to the @FreeBSD.org one.
Approved by:	garga (mentor)
2006-04-09 13:08:16 +00:00
Edwin Groothuis
a70669db12 [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 and adds it to the following ports:

	games/doom
	games/linux-quake3
	games/linux-quake4
	games/qcc
	games/quake-data
	games/quake-source
	games/quake2-data
	games/quake2-source
	games/quake2forge
	games/quake2lnx
	games/quake3
	games/quake3-data
	games/rtcw

PR:		ports/93546
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2006-04-06 00:21:42 +00:00
Marcus Alves Grando
51bf375bfb Add more master sites
Add SHA256

PR:		89034
Submitted by:	"Alejandro Pulver" <alejandro@varnet.biz> (maintainer)
2005-11-14 21:38:12 +00:00
Edwin Groothuis
7e4cbdf713 [NEW PORT] games/quake2-source - Quake II game source
Quake II game source.

	This port installs the Quake II game source, together with
	BSD Makefiles, for building modifications. It can also
	install the Capture the Flag mod, Rogue and Xatrix game
	source.

PR:		ports/86737
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-10-16 05:58:42 +00:00