Skip site navigation (1)Skip section navigation (2)

CVS log for ports/games/linux-ut2003-demo/Makefile

[BACK] Up to [FreeBSD] / ports / games / linux-ut2003-demo

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Feb 27 04:54:31 2011 UTC (11 months, 2 weeks ago) by tabthorpe
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
- Reassign ports to heap

Submitted by:	alepulver

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jun 7 15:23:54 2009 UTC (2 years, 8 months ago) by bsam
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Convert ports which use RUN_DEPENDS+=.../graphics/linux_dri to
using USE_LINUX_APPS+=dri. This is needed to switch a default
linux base at 8-CURRENT to linux_base-f10. No PORTREVISION bump
is needed since it's mere infrastructure fix. Affected ports:
-----
emulators/linux-pete-mesagpu/Makefile
emulators/linux-pete-xgl2gpu/Makefile
games/atitd/Makefile
games/linux-coldwar-demo/Makefile
games/linux-darwinia-demo/Makefile
games/linux-defcon/Makefile
games/linux-doom3-demo/Makefile
games/linux-gorky17-demo/Makefile
games/linux-nerogame/Makefile
games/linux-nwnclient/Makefile
games/linux-savage/Makefile
games/linux-savage-samuraiwars/Makefile
games/linux-uplink-demo/Makefile
games/linux-ut2003-demo/Makefile
games/linux-ut2004-demo/Makefile
games/linux-virtual-jay-peak/Makefile
games/linux-warsow/Makefile
graphics/linux-ac3d/Makefile
math/mupad/Makefile
net/skype12/Makefile
-----

Approved by:	maintainer timeout (2 months, the needed changes were submitted to emulation@ at 2009-04-09)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Mar 19 17:28:40 2009 UTC (2 years, 10 months ago) by bsam
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:		ports/132510
Submitted by:	bsam (me)
Exp-run by:	portmgr (pav)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:49:14 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Feb 2 17:06:20 2007 UTC (5 years ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, PRE_XORG_7
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +0 -4 lines
- Remove support for xfree86-3

PR:		ports/106666
Submitted by:	vd
With hat:	portmgr

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Nov 5 20:45:15 2006 UTC (5 years, 3 months ago) by alepulver
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +0 -1 lines
- Remove ONLY_FOR_ARCHS (let USE_LINUX decide).

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Oct 23 19:31:13 2006 UTC (5 years, 3 months ago) by alepulver
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
- Change wrong "IA32_BINARY_PORT=yes" to "ONLY_FOR_ARCHS=amd64 i386" (the
  first one is only for native binaries).

Reported by:	gabor
Approved by:	portmgr (erwin)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Apr 9 13:08:09 2006 UTC (5 years, 10 months ago) by alepulver
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Change the maintainership address to the @FreeBSD.org one.

Approved by:	garga (mentor)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Sep 4 15:45:01 2005 UTC (6 years, 5 months ago) by jylefort
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +13 -1 lines
Add a missing runtime dependency on libGL.

Reported by:	kris
Approved by:	maintainer

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Sep 3 20:46:50 2005 UTC (6 years, 5 months ago) by jylefort
Branches: MAIN
Add linux-ut2003-demo.

Unreal Tournament 2003 is a first-person shooter computer game designed mainly
for multiplayer gaming although the game had a built in single-player mode
that mimics multiplayer gaming by featuring AI-bots. The game is part of the
Unreal franchise's series of games and is a the sequel to 1999's Unreal
Tournament. Unreal II: The Awakening was released as a sister product to the
game, however, was developed for single-player only. Later, Unreal II would
receive an add-on that would enable a multiplayer mode. UT 2003 was followed
by Unreal Tournament 2004 released in March of 2004.

WWW: http://www.unrealtournament.com/ut2003/

PR:		ports/85549
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options