aboutsummaryrefslogtreecommitdiff
path: root/games/evq3
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* games: Add missing USES={gnome,gl,sdl,xorg}Tobias Kortkamp2019-11-081-1/+2
| | | | Notes: svn path=/head/; revision=517046
* - Fix the way port.mk is included in preparation for USES=sdlDmitry Marakasov2019-02-081-2/+2
| | | | Notes: svn path=/head/; revision=492471
* ${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
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+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 Notes: svn path=/head/; revision=386312
* games category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-1/+1
| | | | | | | approved by: PTHREAD blanket Notes: svn path=/head/; revision=382275
* 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
* - Fix build on i386 (2 separate problems)Dmitry Marakasov2014-11-293-8/+15
| | | | | | | | | - Drop @dirrm* from plist MFH: 2014Q4 Notes: svn path=/head/; revision=373589
* 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
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=362015
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Convert the tree to USES=openalAntoine Brodin2013-12-251-1/+3
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=337464
* - Convert LIB_DEPENDS to new syntaxDanilo Egea Gondolfo2013-11-201-16/+13
| | | | | | | | - Improve COMMENT - Add stage support Notes: svn path=/head/; revision=334367
* - Convert to dos2unix.mkMathieu Arnold2013-11-191-2/+1
| | | | | | | - While at it convert to gmake.mk ports that still USE_GMAKE. Notes: svn path=/head/; revision=334361
* 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
* - 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
* Fix some OptionsNG conversion typos.Raphael Kubo da Costa2012-08-241-2/+2
| | | | | | | | PR: ports/170811 Submitted by: Artis Caune <Artis.Caune@gmail.com> Notes: svn path=/head/; revision=303051
* 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
* Convert to new options frameworkBaptiste Daroussin2012-06-121-30/+26
| | | | Notes: svn path=/head/; revision=299119
* - 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
* Remove powerpc stanza: fails to compile.Mark Linimon2011-11-111-1/+1
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=285494
* -remove MD5Olli Hauer2011-07-031-3/+0
| | | | Notes: svn path=/head/; revision=276993
* - Reassign ports to heapThomas Abthorpe2011-02-271-1/+1
| | | | | | | Submitted by: alepulver Notes: svn path=/head/; revision=269863
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-1/+1
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-2/+2
| | | | Notes: svn path=/head/; revision=252125
* - Introduce USE_OPENAL variable for OpenAL consumersPav Lucistnik2010-01-252-2/+13
| | | | | | | | | | | | - Switch to openal-soft as a default OpenAL implementation PR: ports/142123 Submitted by: mva Tested by: pointyhat exp-run Approved by: portmgr (hat) Notes: svn path=/head/; revision=248567
* - Remove unconditional vorbis dependency (now it is only enabled whenAlejandro Pulver2009-07-281-2/+1
| | | | | | | VORBIS option is selected). Notes: svn path=/head/; revision=238555
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-1/+1
| | | | Notes: svn path=/head/; revision=237283
* - Mirrored missing distfile and updated MASTER_SITES.Alejandro Pulver2009-02-081-5/+4
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=227795
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-1/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* - Enable mmap in x86 VM, and fix amd64 VM.Alejandro Pulver2008-08-181-0/+4
| | | | Notes: svn path=/head/; revision=218777
* - Make fetchable.Alejandro Pulver2008-08-141-2/+1
| | | | Notes: svn path=/head/; revision=218518
* - Update to version 1.3.20080810.Alejandro Pulver2008-08-1032-753/+513
| | | | Notes: svn path=/head/; revision=218363
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-221-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209583
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* - Fix MASTER_SITES.Alejandro Pulver2008-03-041-1/+1
| | | | | | | Reported by: pointyhat (erwin) Notes: svn path=/head/; revision=208428
* - Add USE_XLIB when needed since USE_GL does not imply it anymore.Alejandro Pulver2007-10-191-0/+1
| | | | | | | Reported by: pointyhat (via erwin) Notes: svn path=/head/; revision=201653
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* - Change the definition DLL_ONLY -> NO_VM_COMPILED for architectures which doAlejandro Pulver2007-06-052-6/+8
| | | | | | | | | | not have a VM compiler in SCons files to match sources. This should fix compilation on these architectures (others than i386, amd64 and powerpc). Reported by: pointyhat Notes: svn path=/head/; revision=192789
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix SConscript to avoid building VM on unsupported architectures.Alejandro Pulver2007-05-021-9/+10
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=191368
* - Fix building on non i386 (because of a wrong #error directive).Alejandro Pulver2007-04-221-0/+18
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=190654
* - Update to version 1.0a.Alejandro Pulver2007-04-2132-371/+657
| | | | Notes: svn path=/head/; revision=190521
* The Marriage of XreaL and Icculus.org Q3 w/ Improvements!Alejandro Pulver2007-02-2512-0/+518
Evolution Q3 uses the advanced XreaL OpenGL 2.0 renderer for advanced GLSL powered effects. WWW: http://evolution.quakedev.com/ Notes: svn path=/head/; revision=185939