aboutsummaryrefslogtreecommitdiff
path: root/games/quake2max
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
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Force -fcommon build to appease modern compilers (should've been part ofAlexey Dokuchaev2020-09-231-6/+9
| | | | | | | | | | r548182); while at it, drop -O2 and unsupported optimization option from the CFLAGS. Reported by: pkg-fallout Notes: svn path=/head/; revision=549756
* Unbreak and undeprecate by providing working master sites.Alexey Dokuchaev2020-05-051-7/+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-2/+3
| | | | | | | | 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
* - Fix LICENSEDmitry Marakasov2019-02-051-4/+5
| | | | | | | | | | | - Add LICENSE_FILE - Add missing xorg depends - Convert USE_SDL=yes to USE_SDL=sdl Approved by: portmgr blanket Notes: svn path=/head/; revision=492244
* 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-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+2
| | | | Notes: svn path=/head/; revision=390310
* - Drop @dirrm* from and add empty directories to plistsDmitry Marakasov2015-01-181-2/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=377348
* 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
* 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
* - Fix the build by dropping now unsupported compiler optionsAlexey Dokuchaev2014-04-202-11/+10
| | | | | | | | | - While here: stagify, convert MASTER_SITE_SUBDIR and USE_BZIP2 Reported by: pkg-fallout Notes: svn path=/head/; revision=351622
* 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 the build against Clang (non-void function should return a value)Alexey Dokuchaev2013-09-052-1/+33
| | | | | | | | | | | - Sound file loader in the engine already converts the data to host-endian, therefore the device must be open in host-endian mode, too - Convert obsolete USE_GMAKE while here Reported by: pkg-fallout Notes: svn path=/head/; revision=326353
* - Unbreak the build with EYECANDY option (required libGLU and fixing famousAlexey Dokuchaev2013-08-091-5/+4
| | | | | | | | | | | | jpeg_mem_src() collision) [*] - Use new syntax when setting LIB_DEPENDS (per r322328) - Get rid of TGTDIR, cleanup Makefile a bit while here - Reduce the differences between games/quake2lnx and games/quake2max Reported by: tigerby on #bsdports [*] Notes: svn path=/head/; revision=324416
* - Provide working mirror in MASTER_SITESAlexey Dokuchaev2013-05-132-5/+6
| | | | | | | | - Mute additional extraction and patching commands output (as we always do) - Fix nasty crash due to `-funroll-loops' being passed to the compiler Notes: svn path=/head/; revision=318075
* - Convert to modern OPTIONS framework (courtesy of jgh@)Alexey Dokuchaev2013-04-283-57/+54
| | | | | | | | - Trim the header, drop shlib ABI versions, misc. cleanups - Cleanup port description, remove defunct web address Notes: svn path=/head/; revision=316698
* - update png to 1.5.10Dirk Meyer2012-06-012-2/+13
| | | | 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
* -remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276993
* Bring unmaintained Quake ports under my wing.Alexey Dokuchaev2011-03-141-1/+1
| | | | Notes: svn path=/head/; revision=270895
* - Reassign ports to heapThomas Abthorpe2011-02-271-1/+1
| | | | | | | Submitted by: alepulver Notes: svn path=/head/; revision=269863
* - 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/+7
| | | | Notes: svn path=/head/; revision=249285
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Add missing dependensMartin Wilke2008-03-271-0/+1
| | | | | | | | | - Bump PORTREVISION Submitted by: pointyhat via pav Notes: svn path=/head/; revision=209943
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* - 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 building with GCC 4.x.Alejandro Pulver2007-03-224-0/+75
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=187968
* - Update to version 0.45.Alejandro Pulver2006-12-306-45/+58
| | | | | | | | | - Remove PORTSCOUT for avoiding version 0.45. - Reduce too high default mouse sensivity in game. - Change USE_GCC from 3.2+ to 3.4+ because it is supported in more archs. Notes: svn path=/head/; revision=181093
* - Add PORTSCOUT variable.Alejandro Pulver2006-12-281-0/+3
| | | | Notes: svn path=/head/; revision=180905
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-0/+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
* - Fix building on FreeBSD 4.x.Alejandro Pulver2006-08-072-2/+12
| | | | Notes: svn path=/head/; revision=170030
* OpenGL only Quake II engine modification with the following features:Alejandro Pulver2006-07-288-0/+360
- Requires id Software's Quake II: Patched to v3.20. - OpenGL Only: No software mode; No 3dfx. - 32-bit color skin/texture support: .jpg; .tga; .png. - Texture Compression: For large textures/skins. - Particle Engine: Fast intuitive system; dynamically lit; custom special effects. - RScript Shaders: Spheremapping; detail textures; animated skins; vertex deformation, other custom functions. - Enhanced Menus: Mouse support in menus; menus scaled to fixed resolution; reorganized menus. - Client side 3-D Chase Camera: Accurate aiming system; adjustable viewing distance; adjustable viewing angle. - Miscellaneous Special Effects: Improved model lighting system; improved dynamic shadows system; overbright maps, entities and particles; transparent surface vertex lighting. - Miscellaneous Game play Enhancements: Decals for blood, bullet marks, and impact explosions; mouse FOV autosensitivity; "*.pak" pak loading; CVARlist filter parameter. - Backwards Compatible: With old mods. WWW: http://www.quake2max.net/ Notes: svn path=/head/; revision=169007