aboutsummaryrefslogtreecommitdiff
path: root/games/linux-doom3-demo
Commit message (Collapse)AuthorAgeFilesLines
* Remove NVIDIA option from Linux ports now that the nvidia-driver can beTijl Coosemans2016-11-031-7/+3
| | | | | | | installed later. Notes: svn path=/head/; revision=425274
* - In Uses/linux.mk use the loop variable directly when appending toTijl Coosemans2016-09-071-1/+1
| | | | | | | | | | | | *_DEPENDS. Helper variables derived from the loop variable aren't expanded causing *_DEPENDS to be incorrect. - Bump all ports with more than one value in USE_LINUX. PR: 211645 Reported by: jkim Notes: svn path=/head/; revision=421496
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withTijl Coosemans2016-09-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Add NVIDIA_GL description to Mk/bsd.options.desc.mkJohannes Jost Meixner2015-04-051-7/+2
| | | | | | | | | | | | | - Add NVIDIA_GL description to Mk/bsd.options.desc.mk - Remove NVIDIA_GL_DESC from all concerned ports - Use options helpers where adequate. Differential Revision: https://reviews.freebsd.org/D1759 Approved by: koobs (mentor) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=383259
* - Drop @dirrm* from plistDmitry Marakasov2014-12-181-3/+0
| | | | Notes: svn path=/head/; revision=374881
* multiple: sync LEGAL and 'make -VLEGAL'Eitan Adler2013-12-121-1/+1
| | | | | | | Do it right this time. Notes: svn path=/head/; revision=336242
* - Remove NO_PACKAGEDanilo Egea Gondolfo2013-11-171-19/+15
| | | | | | | | - Add stage support - Add DOCS and NVIDIA_GL options Notes: svn path=/head/; revision=334048
* 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
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* Add SHA256 for the last few still-valid ports that did not have themDoug Barton2010-08-081-0/+1
| | | | Notes: svn path=/head/; revision=258966
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* Convert ports which use RUN_DEPENDS+=.../graphics/linux_dri toBoris Samorodov2009-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=235361
* Welcome to the new linux ports infrastructure which allows usingBoris Samorodov2009-03-191-1/+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
* - fix plistIon-Mihai Tetcu2008-11-172-3/+3
| | | | | | | | | - bump PORTREVISION Prompted by: QAT QA run Notes: svn path=/head/; revision=222956
* Reset jylefort's port maintainerships. portmgr has taken his commit bitMark Linimon2008-04-291-1/+1
| | | | | | | into safekeeping due to inactivity. Notes: svn path=/head/; revision=212200
* - Remove support for xfree86-3Pav Lucistnik2007-02-021-4/+0
| | | | | | | | | PR: ports/106666 Submitted by: vd With hat: portmgr Notes: svn path=/head/; revision=183965
* [1]:Jean-Yves Lefort2006-10-312-15/+16
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION. - Rename directories and scripts adding the "linux-" prefix (IdSoftware always releases the source code of their engines). - Add IDSOFTWARE to MASTER_SITES. - Remove unneeded libraries (included in linux_base-fc4). - Use NO_CDROM instead of RESTRICTED since redistribution is allowed in electronic form (see games/linux-quake4, games/linux-quake4-demo and games/linux-doom3). Also: - Add amd64 to ONLY_FOR_ARCHS - Move to LOCALBASE - Grammar fix [1]: PR: ports/102916 Submitted by: alepulver Notes: svn path=/head/; revision=175825
* - Add a runtime dependency on libGLJean-Yves Lefort2005-09-042-12/+19
| | | | | | | | | | - Use USE_X_PREFIX, now that it supports USE_LINUX - STRIP=#empty is no longer needed - Use SUB_FILES - No need to mkdir ${PREFIX}/bin Notes: svn path=/head/; revision=141870
* Adds the DOOM III demo (Linux version).Jean-Yves Lefort2005-04-135-0/+97
PR: ports/79401 Submitted by: myself Approved by: adamw (mentor) Notes: svn path=/head/; revision=133276