aboutsummaryrefslogtreecommitdiff
path: root/games/ezquake
Commit message (Collapse)AuthorAgeFilesLines
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-1/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* games/ezquake: fix build on powerpcPiotr Kubaj2021-06-191-2/+2
| | | | Same issue as on powerpc64.
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* games/ezquake: Update to 3.2.3Neel Chauhan2021-02-102-6/+6
| | | | | | | | | | Changes: https://github.com/ezQuake/ezquake-source/releases/tag/3.2.3 PR: 253403 Submitted by: vvd AT unislabs DOT com (maintainer) Notes: svn path=/head/; revision=564870
* games/ezquake: do not force -fcommon, it was a false positive on -current buildDima Panov2020-12-151-1/+0
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=558150
* games/ezquake: fix build on powerpc64Piotr Kubaj2020-11-271-2/+22
| | | | | | | rdtsc is not available on powerpc64. Notes: svn path=/head/; revision=556448
* games/ezquake: unbreak build with gcc10/clang11 by use -fcommonDima Panov2020-11-161-1/+2
| | | | | | | | | | add missed USE=pkgconfig PR: 251176 Reported by: poudriere error Notes: svn path=/head/; revision=555451
* games/ezquake: update to 3.2.2 releaseDima Panov2020-11-1612-750/+150
| | | | | | | | | | | | pass maintainership to submitter Release notes: https://github.com/ezQuake/ezquake-source/releases/tag/3.2.2 PR: 251176 Submitted by: vvd@unislabs.com Notes: svn path=/head/; revision=555450
* Extend expiration of ports broken with -fno-commonNiclas Zeising2020-08-301-3/+3
| | | | | | | | | | | | | | | | | Extend the expiration of unmaintained leaf ports that are broken with -fno-common and previously had a short expiration date. The new date is set to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people until 2021-06-30 (10 months from now) to fix issues. Improve the wording of the deprecation message, mentioning both llvm 11 and -fno-common. Bump portrevision to force reinstall. This way the warning message about deprecation will be displayed to users installing or reinstalling the software. MFH: 2020Q3 (maybe) Notes: svn path=/head/; revision=547044
* games/ezquake: fix build on current and deprecataeTobias C. Berner2020-08-281-0/+6
| | | | | | | | - upstream has recently released 3.2.1 - if someone cares about this port, update and maintain it Notes: svn path=/head/; revision=546833
* Sprinkle more USES=xorgNiclas Zeising2019-11-071-1/+2
| | | | Notes: svn path=/head/; revision=517008
* 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
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Convert to USES=jpegAntoine Brodin2015-06-221-1/+1
| | | | Notes: svn path=/head/; revision=390310
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* - Pet portlintDmitry Marakasov2014-12-122-19/+0
| | | | | | | - Drop @dirrm* from plist Notes: svn path=/head/; revision=374582
* 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 staging supportPawel Pekala2014-04-133-26/+27
| | | | | | | | | | | - Convert to new LIB_DEPENDS format - Use options helpers, subs - Fix linking with clang (fixes build on 10+) MFH: 2014Q2 Notes: svn path=/head/; revision=351214
* - Convert to USES=dos2unix gmake tclPietro Cerutti2013-11-191-4/+3
| | | | Notes: svn path=/head/; revision=334322
* 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
* - Unbreak buildMartin Wilke2013-02-281-6/+2
| | | | | | | - Trim header Notes: svn path=/head/; revision=313099
* Update PCRE to 8.32Martin Matuska2012-12-101-2/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Add USE_CSTD=gnu89 to fix linking when building with clangPawel Pekala2012-07-051-0/+1
| | | | Notes: svn path=/head/; revision=300524
* Convert to new options frameworkBaptiste Daroussin2012-06-121-12/+9
| | | | Notes: svn path=/head/; revision=299119
* - update png to 1.5.10Dirk Meyer2012-06-012-6/+121
| | | | Notes: svn path=/head/; revision=297915
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-2/+2
| | | | Notes: svn path=/head/; revision=291338
* Mark as broken on powerpc: fails to install with signal 2.Mark Linimon2011-12-281-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=288136
* - Fix MASTER_SITESMartin Wilke2011-11-251-3/+1
| | | | | | | | | PR: 162863 Submitted by: Jan Beich <jbeich@tormail.net> Feature safe: yes Notes: svn path=/head/; revision=286435
* Mark broken: does not fetchBaptiste Daroussin2011-08-011-0/+2
| | | | Notes: svn path=/head/; revision=278705
* -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
* - fix build for png-1.4.1Dirk Meyer2010-03-301-1/+2
| | | | Notes: svn path=/head/; revision=251807
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-2/+5
| | | | Notes: svn path=/head/; revision=249285
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+2
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* - update to jpeg7Dirk Meyer2009-07-181-1/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Change default Tcl/Tk version to 8.5Martin Matuska2009-02-231-1/+1
| | | | | | | | | - Bump PORTVERSION of ports affected Tested by: pointyhat (pav) Notes: svn path=/head/; revision=228909
* - Add missing EXTRACT_DEPENDS.Alejandro Pulver2008-05-181-0/+2
| | | | Notes: svn path=/head/; revision=213284
* - Update to version 1.9.Alejandro Pulver2008-05-0613-515/+585
| | | | Notes: svn path=/head/; revision=212764
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - 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-1/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209583
* - Update to version 1.8.3.Alejandro Pulver2008-01-292-8/+8
| | | | Notes: svn path=/head/; revision=206352
* - Update to version 1.8.2.Alejandro Pulver2008-01-0420-2438/+165
| | | | | | | | - Bump PORTEPOCH. - Remove many upstream already integrated patches. Notes: svn path=/head/; revision=205006
* - Fix linking and remove BROKEN.Alejandro Pulver2007-07-135-8/+65
| | | | | | | | | | | Since the modular xorg update it has been broken because the new libGL doesn't allow direct linking to glXGetVideoSyncSGI and glXWaitVideoSyncSGI, so they have to be accessed through glXGetProcAddressARB (at run-time). This doesn't happen with NVidia's libGL though, so it was harder to track. Notes: svn path=/head/; revision=195508
* - Mark BROKEN: does not compile.Pav Lucistnik2007-06-301-0/+2
| | | | Notes: svn path=/head/; revision=194531
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Remove pkg-message (in the latest version the workaround is not needed).Alejandro Pulver2006-12-224-22/+12
| | | | | | | | - Use "/dev/dsp" as the default sound device instead of the invalid "default". - Bump PORTREVISION. Notes: svn path=/head/; revision=180457
* - Update to version 1754.Alejandro Pulver2006-12-2123-814/+847
| | | | Notes: svn path=/head/; revision=180327
* - Respect X11BASE.Alejandro Pulver2006-11-241-3/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=177968