aboutsummaryrefslogtreecommitdiff
path: root/games/r1q2
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Ensure that there is only one variable definition per each object, asAlexey Dokuchaev2020-08-312-0/+21
| | | | | | | | | | the C (and C++) standards mandated for years and compilers started to enforce as of recently (Clang 11, GCC 10). Reported by: pkg-fallout Notes: svn path=/head/; revision=547148
* Unbreak and undeprecate by providing working master sites.Alexey Dokuchaev2020-05-051-5/+2
| | | | Notes: svn path=/head/; revision=534082
* Deprecate ports broken for more than 6 monthsAntoine Brodin2020-04-041-0/+2
| | | | Notes: svn path=/head/; revision=530719
* Mark a few ports BROKEN, unfetchableAntoine Brodin2019-11-061-0/+2
| | | | Notes: svn path=/head/; revision=516880
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+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
* Remove USES=execinfo.Mathieu Arnold2017-09-221-1/+1
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450351
* 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-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Switch to USES=execinfoPawel Pekala2016-01-031-5/+1
| | | | | | | | | PR: 205296 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=405121
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+2
| | | | Notes: svn path=/head/; revision=390310
* games category: Remove $PTHREAD_LIBSJohn Marino2015-03-252-2/+2
| | | | | | | approved by: PTHREAD blanket Notes: svn path=/head/; revision=382275
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Properly support png 1.5Baptiste Daroussin2014-12-253-39/+86
| | | | Notes: svn path=/head/; revision=375557
* 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
* Simplify plistBaptiste Daroussin2014-10-311-4/+1
| | | | Notes: svn path=/head/; revision=371914
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+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
* - Update to build 8012 (the latest official release to date)Alexey Dokuchaev2014-07-084-28/+36
| | | | | | | | | | | - Modernize LIB_DEPENDS; guard dependency on `devel/libexecinfo' with !exists(/usr/include/execinfo.h) - Add missing FLAVOR_DESC knob; stagify and reclaim the port - Remove BROKEN statement on sparc64, let's give it another try - Update MASTER_SITES and WWW line in the port description text Notes: svn path=/head/; revision=361198
* Resetting maintainership on ports that have not been staged and without anyAntoine Brodin2014-07-021-1/+1
| | | | | | | | | pending PR With hat: portmgr Notes: svn path=/head/; revision=360239
* Convert g* to USES=zipBaptiste Daroussin2014-03-101-3/+1
| | | | Notes: svn path=/head/; revision=347760
* 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
* - Trim old-school Makefile header per recent agreementsAlexey Dokuchaev2013-03-171-1/+1
| | | | | | | | | | | - Convert to modern OPTIONS framework (courtesy of jgh@) - Use more explicit "gl" or "glu" to simple "yes" in USE_GL - Drop shlib ABI versions from LIB_DEPENDS - Mute MKDIR's, generally cleanup Makefiles - Synchronize GAME_DESC description text between ports Notes: svn path=/head/; revision=314463
* - Trim old-school Makefile header per recent agreementAlexey Dokuchaev2013-03-171-33/+29
| | | | | | | | | - Convert to modern OPTIONS framework (courtesy of jgh@) - Prefer more explicit "gl" to simple "yes" in USE_GL - Drop shlib ABI versions from LIB_DEPENDS while here Notes: svn path=/head/; revision=314453
* - update png to 1.5.10Dirk Meyer2012-06-012-5/+31
| | | | Notes: svn path=/head/; revision=297915
* - 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
* Grab remaining Quake2 ports; expand alepulver's name in Makefile header.Alexey Dokuchaev2011-08-311-2/+2
| | | | Notes: svn path=/head/; revision=280861
* Correct typo in COMMENT fieldSteven Kreuzer2011-08-301-1/+1
| | | | Notes: svn path=/head/; revision=280764
* -remove MD5Olli Hauer2011-07-031-1/+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
* - Add ONLY_FOR_ARCHS, as it uses a bit of FPU specific i386/amd64 code.Alejandro Pulver2010-10-111-0/+2
| | | | Notes: svn path=/head/; revision=262795
* - 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
* - update to jpeg7Dirk Meyer2009-07-181-1/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Update to version 7904.Alejandro Pulver2009-02-062-4/+4
| | | | Notes: svn path=/head/; revision=227732
* Mark as broken on sparc64.Mark Linimon2008-12-101-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=224062
* - Update to version 7736.Alejandro Pulver2008-06-032-5/+4
| | | | Notes: svn path=/head/; revision=214276
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-0/+1
| | | | Notes: svn path=/head/; revision=208952
* - Update to version 7587.Alejandro Pulver2008-01-292-4/+4
| | | | Notes: svn path=/head/; revision=206349
* - Update to version 7431.Alejandro Pulver2007-12-123-6/+16
| | | | Notes: svn path=/head/; revision=203171
* - Update to version 7392.Alejandro Pulver2007-09-294-37/+14
| | | | | | | Reported by: Steve Crowder <steve@crowders.org> Notes: svn path=/head/; revision=200301
* - 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
* - Update to version 7187 [1].Alejandro Pulver2007-04-233-9/+18
| | | | | | | | | - Remove FreeBSD 4.x support. Reported by: Steve Crowder <steve@crowders.org> Notes: svn path=/head/; revision=190764
* - Update to version 7187.Alejandro Pulver2007-02-163-14/+4
| | | | | | | Reported by: Steve Crowder <steve@crowders.org> Notes: svn path=/head/; revision=185279
* - Update to version 6990.Alejandro Pulver2007-01-143-12/+20
| | | | | | | | | | - Fix wrong error message in net_udp.c (accidentaly introduced by me when disabling the Linux code). Reported by: Steve Crowder <steve@crowders.org> Notes: svn path=/head/; revision=182379
* - Update to version 6974.Alejandro Pulver2007-01-133-23/+27
| | | | | | | | | | | - Fix security vulnerability in the new icmp error handling code (does not affect FreeBSD since that code is Linux specific and was disabled) [1]. Reported by: Steve Crowder <steve@crowders.org> Security: http://www.r1ch.net/forum/index.php?topic=106.msg6601#msg6601 [1] Notes: svn path=/head/; revision=182271
* - Fix building on sparc64 (and probably !i386).Alejandro Pulver2007-01-101-2/+12
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=182030
* - Update to version 6964.Alejandro Pulver2006-12-293-4/+53
| | | | Notes: svn path=/head/; revision=180992
* - Update to version 6908.Alejandro Pulver2006-12-2225-918/+410
| | | | Notes: svn path=/head/; revision=180456
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-131-2/+2
| | | | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports Notes: svn path=/head/; revision=179653
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-1/+1
| | | | | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173460