aboutsummaryrefslogtreecommitdiffstats
path: root/games/linux-enemyterritory-shrub
Commit message (Collapse)AuthorAgeFilesLines
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-061-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Revert r375084bapt2014-12-231-0/+1
| | | | | | A too sharp axe causes unpredictable damages Reported by: amdmi3
* Cleanup plistbapt2014-12-211-1/+0
|
* Add staging supportpawel2014-04-151-4/+3
|
* Convert g* to USES=zipbapt2014-03-101-1/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | games)
* -remove MD5ohauer2011-07-031-1/+0
|
* - Reassign ports to heaptabthorpe2011-02-271-1/+1
| | | | Submitted by: alepulver
* - Fix MASTER_SITES (mirror to MASTER_SITE_LOCAL).alepulver2008-03-041-1/+2
| | | | Reported by: pointyhat (erwin)
* - Remove ONLY_FOR_ARCHS (let USE_LINUX decide).alepulver2006-11-061-1/+0
|
* - Change wrong "IA32_BINARY_PORT=yes" to "ONLY_FOR_ARCHS=amd64 i386" (thealepulver2006-10-241-1/+1
| | | | | | | first one is only for native binaries). Reported by: gabor Approved by: portmgr (erwin)
* - Use IA32_BINARY_PORT instead of ONLY_FOR_ARCHS=i386.alepulver2006-10-211-1/+1
| | | | Approved by: portmgr (erwin)
* - Update Enemy Territory from 2.60 to 2.60b. This fixes two securityalepulver2006-05-311-1/+1
| | | | | | | | | | | | | | holes. - Switch from X11BASE to LOCALBASE. - Switch to $MASTER_SITE_IDSOFTWARE as only download source. This should hopefully provide a more reliable download mirror list. - Replace RESTRICTED with NO_CDROM, since the license actually allows packages to be built and offered for download. - Switch mods from X11BASE to LOCALBASE (linux-enemyterritory-*) and bump their PORTREVISION. PR: ports/98160 Submitted by: Benjamin Lutz <benlutz@datacomm.ch> (maintainer)
* The shrub mod is a server-side mod for Wolfenstein: Enemy Territory.alepulver2006-05-123-0/+53
WWW: http://www.planetwolfenstein.com/shrub/ PR: ports/93545 Approved by: garga (mentor)