aboutsummaryrefslogtreecommitdiff
path: root/games/q2pro
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-311-0/+5
| | | | | | | | | | 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
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+2
| | | | | | | | 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
* Add -znotext to LDFLAGS on i386, for lldEd Maste2018-09-261-0/+1
| | | | | | | | | | | | | | These ports link some non-PIC code, which fails with lld as it defaults to disallowing relocations against read-only segments. For i386 we can just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's existing default. PR: 214864 Approved by: portmgr (lld blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=480747
* 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
* ${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
* - Fix run-time crash after png_set_gray_1_2_4_to_8() was renamed toAlexey Dokuchaev2016-04-283-12/+24
| | | | | | | | | | | | | | png_set_expand_gray_1_2_4_to_8() in the PNG library - Make sure that software renderer works in !i386 build mode - Remove bogus compile options from the CFLAGS; default CFLAGS are already being respected - Simplify OPTIONS: do not force users to select at least one of the client or server, it is not very useful and just complicate things - Report correct SVN revision number in the version string - Spell ``renderer'' correctly in the option descriptions Notes: svn path=/head/; revision=414186
* 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
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+2
| | | | Notes: svn path=/head/; revision=390310
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* 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
* archivers/nwreckdum: point to a new home on GitHubAlexey Dokuchaev2014-12-051-1/+1
| | | | | | | games/q2pro: reclaim maintainership Notes: svn path=/head/; revision=374000
* - Add LICENSEDmitry Marakasov2014-10-302-3/+4
| | | | | | | - Drop @dirrm* from plist Notes: svn path=/head/; revision=371742
* 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
* Stagify the port, use modern LIB_DEPENDS and MASTER_SITES syntax.Alexey Dokuchaev2014-07-081-14/+18
| | | | Notes: svn path=/head/; revision=361184
* 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 to USES=dos2unixBaptiste Daroussin2014-05-261-3/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=355288
* 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 agreementAlexey Dokuchaev2013-03-172-46/+44
| | | | | | | | | | | - 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 - Mute MKDIR's, generally cleanup Makefile - Reformat port description text while I am here Notes: svn path=/head/; revision=314459
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | 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
* -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
* - 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 unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - 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
* - 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
* - Avoid using (a few remaining) i386 assembly sources on other architectures.Alejandro Pulver2007-02-151-0/+19
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=185204
* - Update to SVN revision 142.Alejandro Pulver2007-02-0518-322/+156
| | | | | | | | | | - Add '-fPIC' compiler flag to a source file that is shared between both executables and libraries [1]. Reported by: pointyhat [1] Notes: svn path=/head/; revision=184239
* - Disable x86 assembly code on non-i386.Alejandro Pulver2007-01-202-4/+15
| | | | | | | | | - Add X86_ASM option. Reported by: pointyhat Notes: svn path=/head/; revision=182864
* - Fix building on amd64 (move -fPIC from LDFLAGS to CFLAGS).Alejandro Pulver2007-01-151-0/+14
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=182438
* - Add missing SDL and JPEG dependencies.Alejandro Pulver2007-01-131-1/+3
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=182272
* Q2PRO is a Quake2 engine modification. Client and server sides are bothAlejandro Pulver2006-12-2620-0/+788
compatible with original Quake2 v3.20 network architecture, as well as with modern R1Q2 network architecture. Q2PRO is designed to be secure, fast and doesn't provide any graphical enhancements that are contrary to the classic Quake2 look and feel. It provides some features yet unique to Quake2, notably server side Multi View Demos. Q2PRO has it's own software and OpenGL refresh libraries and runs under Win32 and GNU/Linux natively. Q2PRO supports the following network protocols: - 34, original Quake2 protocol. - 35, enhanced R1Q2 protocol. - 36, enhanced Q2PRO protocol, extension of R1Q2 protocol. - 37, special broadband MVD protocol. WWW: http://q2pro.sourceforge.net/ Notes: svn path=/head/; revision=180775