aboutsummaryrefslogtreecommitdiff
path: root/games/nexuiz
Commit message (Collapse)AuthorAgeFilesLines
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-0/+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
* 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
* While having a distfile of 400MB 10 years ago was big, it is not aMathieu Arnold2016-05-231-2/+0
| | | | | | | | | | | problem any more. With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6512 Notes: svn path=/head/; revision=415728
* 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
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+2
| | | | Notes: svn path=/head/; revision=390310
* - Fix shebangsDmitry Marakasov2015-05-271-13/+15
| | | | | | | - Improve WRKSRC handling Notes: svn path=/head/; revision=387534
* - Update WWWDmitry Marakasov2015-04-132-2/+3
| | | | | | | | - Add LICENSE_FILE - Clarify package hugeness Notes: svn path=/head/; revision=383948
* 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
* 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 whitespaceDmitry Marakasov2014-08-021-1/+0
| | | | Notes: svn path=/head/; revision=363794
* - Fix extractDmitry Marakasov2014-08-021-4/+4
| | | | Notes: svn path=/head/; revision=363793
* - Fix extractDmitry Marakasov2014-04-281-2/+3
| | | | | | | | PR: 189045 Submitted by: Alexander Panyushkin <vsityz@gmail.com> Notes: svn path=/head/; revision=352505
* - Fix fetchDmitry Marakasov2014-04-271-1/+1
| | | | | | | | | PR: 189045 Submitted by: Alexander Panyushkin <vsityz@gmail.com> Pointyhat to: bapt Notes: svn path=/head/; revision=352416
* 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 g* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347760
* - Support stagingDmitry Marakasov2013-10-172-117/+59
| | | | | | | | | - Rework OPTIONS - Use new LIB_DEPENDS syntax - Add DESKTOP_ENTRIES Notes: svn path=/head/; revision=330593
* 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
* - Fix optionsDmitry Marakasov2013-07-221-1/+1
| | | | Notes: svn path=/head/; revision=323504
* - Trim Makefile headersDmitry Marakasov2013-07-121-3/+3
| | | | | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files Notes: svn path=/head/; revision=322840
* - 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
* - adopt optionsNG for gamesJason Helfman2013-05-311-22/+20
| | | | | | | | | | - trim historical headers and trim comments - some Makefile cleanup Approved by: portmgr (bapt) Notes: svn path=/head/; revision=319495
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area. Notes: svn path=/head/; revision=302037
* 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
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* - Respect STRIP in games using darkplaces engineDmitry Marakasov2012-05-121-6/+7
| | | | | | | | | | - While here, minor cleanup in nexuiz port PR: ports/167817 Submitted by: Jan Beich <jbeich@tormail.org> Notes: svn path=/head/; revision=296481
* - 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
* - Kill stray empty lineAlexey Dokuchaev2011-09-141-2/+1
| | | | | | | | | - Transfer maintainership Approved by: amdmi3 Notes: svn path=/head/; revision=281754
* Adjust WWW address and fix a small typo.Alexey Dokuchaev2011-08-311-2/+2
| | | | Notes: svn path=/head/; revision=280856
* Drop MD5 sums. Normally this no-op change would not occur, but consideringAlexey Dokuchaev2011-02-071-2/+0
| | | | | | | | | | the size of the distfiles, rehashing almost a gigabyte of data seems like a nuisance for our users. Feature safe: yes Notes: svn path=/head/; revision=268750
* - Fix fetching of map pack fileAlexey Dokuchaev2010-12-021-2/+6
| | | | | | | | | - Add LICENSE (GPLv2) while here Reported by: itetcu Notes: svn path=/head/; revision=265548
* Change WWW: line; old one is now dedicated to the console version of Nexuiz.Alexey Dokuchaev2010-12-021-1/+1
| | | | Notes: svn path=/head/; revision=265547
* 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 audio/libmodplug updateEmanuel Haupt2010-05-281-2/+2
| | | | Notes: svn path=/head/; revision=255227
* Fix the build when dedicated server only is selected.Alexey Dokuchaev2010-05-271-2/+2
| | | | | | | | PR: ports/147074 Submitted by: Emil Smolenski Notes: svn path=/head/; revision=255165
* Fix function signature to match that of libpng 1.4. While the game seems toAlexey Dokuchaev2010-05-231-1/+4
| | | | | | | | | | be playable without this change, bump PORTREVISION just to be safe. Package is not built by default anyways. PR: ports/146150 Notes: svn path=/head/; revision=254885
* Chase audio/libmodplug update.Emanuel Haupt2010-04-241-1/+1
| | | | Notes: svn path=/head/; revision=253157
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-2/+2
| | | | Notes: svn path=/head/; revision=252125
* - 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-1/+2
| | | | Notes: svn path=/head/; revision=249285
* Drop the patch that changed DarkPlaces' jpeg.h definitions to jpeg7's --Alexey Dokuchaev2009-10-082-59/+2
| | | | | | | | | | | | | there is a knob (DP_LINK_TO_LIBJPEG) to disable offending code automatically. This allows to link against system-provided libjpeg, whether it is jpeg62 or jpeg7. That way it will continue to work, even if e.g. a new libjpeg71 with incompatible ABI comes out. Submitted by: Rudolf Polzer, one of the developers of Nexuiz Notes: svn path=/head/; revision=242584
* Update to version 2.5.2.Alexey Dokuchaev2009-10-043-9/+19
| | | | Notes: svn path=/head/; revision=242457
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* - Belatedly update to version 2.5.1Alexey Dokuchaev2009-08-104-27/+106
| | | | | | | | | - Remove superfluous home-rolled `do-build' target - Link to dependent libraries instead of loading them at run-time - Install server-related files and scripts (can be useful for admin) Notes: svn path=/head/; revision=239289
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-1/+1
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-1/+1
| | | | | | | | | 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
* - Fix buildPietro Cerutti2008-09-101-1/+2
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=220324
* - Make Nexuiz' lhnetaddress structure really compatible with FreeBSD'sAlexey Dokuchaev2008-08-131-0/+6
| | | | | | | | | | | | | sockaddr_in (as claimed) - Fix value for LHNETADDRESSTYPE_INET6_FAMILY along the way This should fix network-related issues (broken server browsing, etc.) reported by number of users. Submitted by: Alexander Drozdov Notes: svn path=/head/; revision=218504
* - Better separate extracting and patchingAlexey Dokuchaev2008-06-181-2/+4
| | | | | | | - Minor textual nit in comment Notes: svn path=/head/; revision=215111
* - Update to version 2.4.2Alexey Dokuchaev2008-06-183-14/+12
| | | | | | | | - Switch back to using BSD make(1) - Stop patching things at extract phase Notes: svn path=/head/; revision=215108