aboutsummaryrefslogtreecommitdiff
path: root/games/linux-unrealgold
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-6/+6
| | | | Notes: svn path=/head/; revision=508837
* Don't include bsd.port.options.mk after bsd.port.pre.mk.Mathieu Arnold2017-12-081-1/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=455775
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withTijl Coosemans2016-09-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=421387
* Cleanup some other NO_PACKAGE madness.Mathieu Arnold2016-05-231-2/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=415730
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Fix MASTER_SITES and unmark BROKEN.Raphael Kubo da Costa2016-01-012-2/+1
| | | | Notes: svn path=/head/; revision=405024
* - Drop @dirrm* from plistDmitry Marakasov2015-05-212-12/+0
| | | | | | | | | - Don't cat pkg-message from Makefile Approved by: portmgr blanket Notes: svn path=/head/; revision=386908
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=352986
* - StageSteve Wills2014-03-261-19/+20
| | | | | | | | | | - Convert NOPORTDOCS to DOCS OPTION PR: ports/187863 Submitted by: Johannes Jost Meixner <xmj@chaot.net> Notes: svn path=/head/; revision=349214
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | games) Notes: svn path=/head/; revision=327730
* - Reassign ports from avl@ back to pool at his request.Dima Panov2013-02-201-1/+1
| | | | | | | | Submitted by: avl via IM Approved by: avl via IM Notes: svn path=/head/; revision=312628
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* Change MAINTAINER on my ports to my FreeBSD email addressAlexander Logvinov2009-05-281-1/+1
| | | | | | | Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=234716
* - Use libSDL-1.1.so.0 from games/linux-ut.Martin Wilke2009-04-112-1/+3
| | | | | | | | PR: 133458 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) Notes: svn path=/head/; revision=232094
* Welcome to the new linux ports infrastructure which allows usingBoris Samorodov2009-03-191-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=230420
* - Convert some BUILD_DEPENDS to {EXTRACT,PATCH}_DEPENDSDmitry Marakasov2008-10-101-3/+3
| | | | | | | | PR: 127993 Submitted by: Alexander Logvinov <ports at logvinov dot com> (maintainer) Notes: svn path=/head/; revision=221403
* Your ship has just crashed on an unknown planet. Your best friend has just beenMartin Wilke2008-07-196-0/+678
eaten by an alien. And all you have got is a desire to go home. This can't be real, you tell yourself. This can't be real. It's not. It's Unreal! Unreal Gold contains the original Unreal game as well as the mission pack, Return to Na Pali. You need an original game CD to use this port: Unreal Gold CD Unreal Anthology DVD Unreal Gold CD for Linux by ravage Also this port requires Unreal Tournament 436 (games/linux-ut) to be installed and working. WWW: http://www.unreal.com/unrealgold/ WWW: http://icculus.org/~ravage/unreal/unrealgold/ PR: ports/125078 Submitted by: Alexander Logvinov <ports at logvinov.com> Notes: svn path=/head/; revision=217122