aboutsummaryrefslogtreecommitdiff
path: root/games/ioquake3
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* games/ioquake3: missing patch for powerpc64lePiotr Kubaj2021-03-101-39/+50
| | | | Notes: svn path=/head/; revision=568016
* games/ioquake3: fix build on powerpc64lePiotr Kubaj2021-02-152-3/+19
| | | | Notes: svn path=/head/; revision=565282
* games/ioquake3: fix build on powerpc64Piotr Kubaj2020-11-153-3/+20
| | | | | | | MFH: 2020Q4 (fix build blanket) Notes: svn path=/head/; revision=555161
* Clean up LLD_UNSAFE from openal-soft portsTobias Kortkamp2020-03-191-1/+1
| | | | | | | | | | | | | After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and can drop LLD_UNSAFE from openal-soft ports. LLD can link them fine now but some ports needs a little help on i386 (-Wl,-znotext). PR: 226980 Reviewed by: jbeich (earlier version) Differential Revision: https://reviews.freebsd.org/D23030 Notes: svn path=/head/; revision=528750
* games/{ioquake3,openarena}: Add missing USES=sdlTobias Kortkamp2019-11-091-0/+1
| | | | Notes: svn path=/head/; revision=517125
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-0/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508837
* games/ioquake3: add rc file and example server.cfg fileKurt Jaeger2019-07-213-3/+128
| | | | | | | | | | | | | | | | | | | The port games/ioquake3-server can be used to build a dedicated server for Quake 3 and derivative games. However, it doesn't come with an rc script to launch at system boot or on demand. This makes it a bit tricky to run the dedicated server. ioquake3-server is a "slave port" that depends on the master port games/ioquake3 to actually retrieve the source and build everything. This patch adds an rc script plus example server.cfg to the master port, which is installed when the slave port is installed. PR: 239180 Submitted by: kennedy.greg@gmail.com Notes: svn path=/head/; revision=507066
* Fix slyle for LLD_UNSAFE.Kirill Ponomarev2018-01-081-1/+1
| | | | | | | Reported by: jbeich Notes: svn path=/head/; revision=458405
* Set LLD_UNSAFE=yes that the port will continue to link with ld.bfdKirill Ponomarev2018-01-081-0/+1
| | | | | | | | | | | if /usr/bin/ld is lld, until the issue can be addressed. PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=458402
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-10-311-2/+2
| | | | Notes: svn path=/head/; revision=453238
* Reset maintainership on Dominic Fandrey's ports.Adam Weinberger2017-09-231-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=450473
* Reset kami's ports to his personal email address.Adam Weinberger2017-09-151-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=449918
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Fix the double PORTVERSION/DISTVERSION usage in the ioquake3 ports.Mathieu Arnold2017-04-121-1/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=438339
* games/ioquake3-devel: Update to snapshot 2904Dominic Fandrey2017-01-061-3/+10
| | | | | | | | | | | | - Update from 2808 to 2904 - Switch to USE_GITHUB for distifles Reviewed by: mat Approved by: mat Differential Revision: https://reviews.freebsd.org/D8695 Notes: svn path=/head/; revision=430722
* Update MAINTAINER: use @FreeBSD.orgSunpoet Po-Chuan Hsieh2016-12-311-1/+1
| | | | Notes: svn path=/head/; revision=430166
* Update and clean up the ioquake3 family of ports.Dominic Fandrey2016-04-2512-138/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | The following maintenance operations were performed: - Recreate all patches with `make makepatch` - Add LICENSE - Update MAINTAINER to kami@freebsd.org - games/ioquake3 - Replace a lot of `.if ${PORT_OPTIONS:MFOO}` with `bsd.options.mk` fu - Add support for slaves using different SDL versions - games/ioquake3-devel - Update to GIT revision 2808 - Use SDL2 - games/iourbanterror - Change treatment of patches so `make makepatch` doesn't screw the patches in ${MASTERDIR}/files over - Update 4.2.018 to 4.2.023 - games/urbanterror-data - Update 4.2.018 to 4.2.023 - Fix install without DOCS Reviewed by: cs Approved by: cs Differential Revision: https://reviews.freebsd.org/D5816 Notes: svn path=/head/; revision=414032
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Fix duplicate plist entry in ioquake3-develDmitry Marakasov2015-10-091-6/+1
| | | | | | | | | | | - Don't cat pkg-message from Makefile PR: 202974 Submitted by: amdmi3 Approved by: maintainer timeout (kamikaze@bsdforen.de, 1 month) Notes: svn path=/head/; revision=398930
* Fix build when system libspeex is installedRoman Bogorodskiy2015-09-301-2/+11
| | | | | | | | | | | | | | The build system uses incorrect include order and it picks system libspeex headers instead of bundled one so build fails because of the interface difference. Fix that by forcing including bundled libspeex. This also fixes build of iourbanterror build. PR: 201926 Notes: svn path=/head/; revision=398218
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-0/+1
| | | | Notes: svn path=/head/; revision=361946
* Add a global OPUS_DESCTijl Coosemans2014-07-111-1/+0
| | | | Notes: svn path=/head/; revision=361536
* games: ioquak3* iourbanterror* openarena*: Update and stage supportJohn Marino2014-06-012-7/+27
| | | | | | | | | | | | | | | The patch applied without incident. Tested on DragonFly poudriere, everything built fine. It include an i386 fix, which is why the previous commit was reverted. The only modification was to change EXTRACT_CMD to TAR in a couple of places. PR: ports/187859 submitted by; maintainer (Dominic Fandrey) Notes: svn path=/head/; revision=356137
* - Revert per maintainer's requestAlex Kozlov2014-05-302-24/+29
| | | | | | | | Requested by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Approved by: portmgr (NO_STAGE override) Notes: svn path=/head/; revision=355788
* - Fix build with clang on i386 arches [1]Alex Kozlov2014-05-232-29/+24
| | | | | | | | | - Support STAGEDIR Reported by: swills [1] Notes: svn path=/head/; revision=354909
* - Use /usr/bin/unzip for zip files extraction (part 1)Alex Kozlov2014-05-221-1/+2
| | | | | | | | | PR: ports/188419 Exp-run: bdrewery Approved by: portmgr (bapt) Notes: svn path=/head/; revision=354818
* Replace "${OPSYS:tl}" with "freebsd" on 4 portsJohn Marino2014-05-051-1/+1
| | | | | | | | | | | | | | | | | The following 4 ports will not build correctly if certain variables are not defined as "freebsd". Defining them as "${OPSYS:tl}" caused breakage on DragonFly for various reasons. Harding the variables are a no-op for FreeBSD but fixes the ports on DragonFly. * games/ioquake3 * graphics/opendx * science/cdf * security/john approved by: portmgr (bapt) Notes: svn path=/head/; revision=353023
* 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
* Convert g* to USES=zipBaptiste Daroussin2014-03-101-2/+1
| | | | Notes: svn path=/head/; revision=347760
* Convert the tree to USES=openalAntoine Brodin2013-12-251-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=337464
* games/ioquake3: respect CCWilliam Grzybowski2013-10-141-0/+1
| | | | | | | | | | - Respect CC PR: ports/182755 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Notes: svn path=/head/; revision=330312
* 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
* games/ioquake3 and slaves: Fix optionsJohn Marino2013-08-314-124/+106
| | | | | | | | | | | Every touched port was build-tested and passed. PR: ports/180675 Submitted by: Dominic Fandrey (maintainer) Tested on: FreeBSD 9.1/amd64 with poudriere Notes: svn path=/head/; revision=325812
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Convert to new options frameworkBaptiste Daroussin2013-06-061-38/+34
| | | | Notes: svn path=/head/; revision=320109
* Convert g* to USES=pkgconfigBaptiste Daroussin2013-04-231-6/+2
| | | | Notes: svn path=/head/; revision=316343
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-231-1/+1
| | | | Notes: svn path=/head/; revision=310871
* - Update DESKTOP_ENTRIES:Max Brazhnikov2013-01-221-2/+2
| | | | | | | | | | | | | * rephrase Comment field or use port ${COMMENT} if appropriate * adjust Icon field according to the Desktop Entry Specification * update Categories field: remove deprecated category Application; set main category if missing - Remove indefinite article from COMMENT Approved by: maintainers Notes: svn path=/head/; revision=310844
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - split out -server part from ioquake3-based ports:Ruslan Makhmatkhanov2012-05-184-33/+52
| | | | | | | | | | | | | | | | | | | - games/ioquake3-devel-server added - games/ioquake3-server added - games/iourbanterror-server - games/openarena-server added - update games/ioquake3-devel to svn revision 2244 - update games/openarena to 0.8.8 - update games/openarena-data to 0.8.8 Doing this in single commit since all this ports are tightly interconnected. PR: ports/165842 Submitted by: Dominic Fandrey <kamikaze at bsdforen dot de> (maintainer) Notes: svn path=/head/; revision=296922
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-1/+1
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* ioquake3:Chris Rees2011-12-126-66/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Allow slave ports to turn off some options - Add modular renderer support for slaves - Add WITH_DEBUG support - Always check against non-default options so that they can be overridden (e.g. for BATCH mode) - Add pkg-config build dependency ioquake3-devel, iourbanterror, openarena: - Fix CURL support - Link libraries instead of using dlopen ioquake3-devel, iourbanterror: - Update SVN snapshot r2064 to r2194 - Improved UDP download speed - New protocol version 71 - Reduced VOIP latency - Modular rendering system - Added r_mode -2 for using display resolution - Clang support openarena: - Switch from engine src dist 21 to 22 (both r1910 based) openarena-oax: - Update to B50 iourbanterror, openarena: - Clean up plist - Disable GAMELIBS option PR: ports/162301 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=287274
* games/ioquake3Pav Lucistnik2010-12-013-5/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add DESKTOP_ENTRIES if the client is installed - Get rid of MD5 distinfo - Backport fix for FreeBSD/i386 with PAE kernel, provided by Nerius Landys games/ioquake3-devel - Update to SVN snapshot 1803, contains a number of fixes including the PAE patch by Nerius Landis - Make the port capable of being a master port games/openarena - Update to the latest source release - Add PAE fix games/openarena-oax - Update to the latest release games/iourbanterror - Abandon urbanterror provided source for ioquake3 source, because the project has announced a switch to a closed source licensing model - Enslave to games/ioquake3-devel - Change versioning scheme to resemble official version numbers - Bump portepoch PR: ports/152637 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Notes: svn path=/head/; revision=265513