aboutsummaryrefslogtreecommitdiff
path: root/games/linux-quake4
Commit message (Collapse)AuthorAgeFilesLines
* Don't quote {} in find -exec calls.Mathieu Arnold2016-12-011-6/+6
| | | | | | | | | | | Braces are not shell metacharacters, and they do not need to be quoted. By the time find parses its arguments and dicovers them, the quoting will have been removed by the shell anyway. Sponsored by: Absolight Notes: svn path=/head/; revision=427491
* - 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-1/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=415730
* Fix ports that confused the meaning of WRKDIR and WRKSRC.Mathieu Arnold2015-11-051-3/+1
| | | | | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735 Notes: svn path=/head/; revision=400848
* - Don't cat pkg-message from MakefilesDmitry Marakasov2015-05-271-3/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=387529
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* - Fix reporting files that should be removed manuallyDmitry Marakasov2014-12-293-21/+9
| | | | | | | - Drop @dirrm* from plist Notes: svn path=/head/; revision=375768
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361946
* Multiple ports: reset maintainersEitan Adler2014-05-261-1/+1
| | | | | | | | | | | | | | | | | Maintainers for these ports have been notified on 5 separate occasions over the course of several months about pending actions required. We really appreciate the time and effort you put in to maintain these ports. If you are still interested in helping to maintain these ports just reply to me or file a PR and I will happily assign the port to you again. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355274
* - Stage supportMartin Wilke2014-05-221-18/+18
| | | | | | | | | PR: 187865 Submitted by: Johannes Jost Meixner <xmj@chaot.net> Approved by: maintainer timeout Notes: svn path=/head/; revision=354795
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* - adopt optionsNG for gamesJason Helfman2013-05-312-15/+14
| | | | | | | | | | - trim historical headers and trim comments - some Makefile cleanup Approved by: portmgr (bapt) Notes: svn path=/head/; revision=319495
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* Welcome to the new linux ports infrastructure which allows usingBoris Samorodov2009-03-191-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Update to 1.4.2Jose Alonso Cardenas Marquez2007-09-094-6/+19
| | | | Notes: svn path=/head/; revision=199216
* - Remove ONLY_FOR_ARCHSJose Alonso Cardenas Marquez2006-11-081-1/+0
| | | | | | | | Suggested by: kris Noticed by: alepulver Notes: svn path=/head/; revision=176762
* - Update to 1.3Jose Alonso Cardenas Marquez2006-08-024-20/+31
| | | | | | | | | | | - Removed USE_X_PREFIX - Added NO_CDROM and NO_PACKAGE - Added linux- prefix to all quake* scripts Approved by: garga (mentor) Notes: svn path=/head/; revision=169495
* Change maintainer address to my @FreeBSD.org emailJose Alonso Cardenas Marquez2006-07-231-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=168518
* - Do not install standard libraries since they are now present inAlejandro Pulver2006-06-243-15/+0
| | | | | | | | | linux_base-fc4. Approved by: maintainer Notes: svn path=/head/; revision=166226
* - Update to 1.2.1Alejandro Pulver2006-06-034-55/+101
| | | | | | | | | | | | | | | | | - Added new options (SMP and GERMANY support) - This ports install libSDL-1.2.id.so.0 and libstdc++.so.6. It's neccesary for correct running of linux-quake4. - Other tiny modifications. - Install libraries in a private directory and not in global ones [1]. - Fix IDSOFTWARE mirror sub-directory [1]. - Keep PORTEPOCH [1]. PR: ports/96789 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) Reworked by: alepulver [1] Notes: svn path=/head/; revision=164305
* - Update to 1.1Pav Lucistnik2006-04-083-4/+15
| | | | | | | | PR: ports/95099 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) Notes: svn path=/head/; revision=159160
* [PATCH] bsd.sites.mk and relevant ports: add MASTER_SITE_IDSOFTWAREEdwin Groothuis2006-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=158918
* - Update to 1.0.6Pav Lucistnik2006-03-264-65/+34
| | | | | | | | | | | | | - Install into X11BASE - Cleanup - Take over maintainership PR: ports/92383 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> Approved by: Andrew Pantyukhin <infofarmer@gmail.com> (maintainer) Notes: svn path=/head/; revision=158211
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* - Update MASTER_SITESTim Bishop2006-01-161-4/+6
| | | | | | | | PR: 91889 Submitted by: infofarmer@gmail.com (maintainer) Notes: svn path=/head/; revision=153694
* maintainer-update games/linux-quake4Edwin Groothuis2005-11-221-1/+3
| | | | | | | | | | | | | | Make linux-quake4 fetchable. Reported by: Kris Kennaway Oh man, we need to support torrent links in bsd.port.mk. See also bin/89403 PR: ports/89299 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> Notes: svn path=/head/; revision=148994
* New maintainer: "Andrew P." <infofarmer@gmail.com>Edwin Groothuis2005-11-171-1/+1
| | | | | | | | | | | | | | | | | I'm not a gamer, and I don't own the game, but this is an important port and it would be a pity to see it orphaned. So I'm willing to take maintainership until someone more suitable steps forward.. BTW, Q4 runs great on FreeBSD. There are still a few tweaks to be made (e.g. q4 would be glad to see linprocfs), but overall it runs without any bugs, glitches or performance problems. We need to put some pressure on Ati guys to release either drivers or specs. Maybe we'll talk later about it at advocacy@. Notes: svn path=/head/; revision=148685
* update games/linux-quake4 to 1.0.5Edwin Groothuis2005-11-173-6/+8
| | | | | | | | | | | | | | o Update to 1.0.5 o Fix pkg-plist o Add SHA256 o Old savegames seem to be compatible PR: ports/89199 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> Approved by: Ed Schouten <ed@fxq.nl> Notes: svn path=/head/; revision=148677
* [New port] games/quake4Edwin Groothuis2005-11-176-0/+533
id Software has released Linux binaries for Quake 4! Hooray! They seem to work on FreeBSD as well (worked on my machine, about 5 FPS ;-)). There isn't a port for it at the moment, so I've made one. I don't feel like maintaining it, because I can't really test it on my machine. The port isn't complete; There isn't a switch to install dedicated only (wouldn't be hard though) and I guess we shouldn't be able to build packages from it. Have fun! :-) * Renamed it to games/linux-quake4 to stay consistent with other quake ports. PR: ports/87764 Submitted by: Ed Schouten <ed@fxq.nl> Notes: svn path=/head/; revision=148585