aboutsummaryrefslogtreecommitdiff
path: root/games/vavoom
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* games: Add missing USES={gnome,gl,sdl,xorg}Tobias Kortkamp2019-11-081-1/+2
| | | | Notes: svn path=/head/; revision=517046
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508837
* Removed post-configure target to fix the build.Barbara Guida2018-12-261-8/+1
| | | | Notes: svn path=/head/; revision=488446
* Attempt to fix on HEAD.Barbara Guida2018-03-212-0/+22
| | | | Notes: svn path=/head/; revision=465152
* Attempt to fix on HEAD.Barbara Guida2018-03-181-2/+11
| | | | Notes: svn path=/head/; revision=464879
* Attempt to fix on HEAD.Barbara Guida2018-03-172-2/+22
| | | | Notes: svn path=/head/; revision=464760
* Attempt to fix on HEAD.Barbara Guida2018-03-151-0/+11
| | | | Notes: svn path=/head/; revision=464552
* Make ninja opt-out in cmake.mkTobias C. Berner2017-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Using ninja instead of make (1) can lead to significant speed ups while building. Therefore switch from having the ninja generator opt-in to having it opt-out. Previously cmake-ports that wanted to use ninja could set CMAKE_NINJA=yes now, ports that do not work with ninja can set cmake:<existing args>,noninja Note, that needing this should be an exception and most often points to a broken cmake of the port. The ports using cmake were modified * removed USES=gmake, if ninja is used * removed MAKE_ARGS, if ninja is used * added the cmake-argument noninja if necessary PR: 219629 PR: 213331 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D10748 Notes: svn path=/head/; revision=444324
* Apply some patches from OpenSUSE to fix some issues, including the build on ↵Barbara Guida2017-06-0415-16/+300
| | | | | | | | | recent compilers. PR: 216835, 219295 Notes: svn path=/head/; revision=442564
* 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
* Revert to r437875.Barbara Guida2017-04-173-10/+16
| | | | | | | | | Sorry...it turned out I did the test using my default make.conf, so it was building with default 10-STABLE clang (3.4.1). After testing again, still no luck with llvm40. Notes: svn path=/head/; revision=438687
* Build using LLVM because after r438668 it builds fine using llvm40.Barbara Guida2017-04-173-17/+11
| | | | | | | | This also allows to restore LAUNCHER option, because contrarily to default gcc version, llvm still produces working binary for vlaunch. Notes: svn path=/head/; revision=438686
* - USE_GCC because llvm (starting from llvm40) generates not working binary ↵Barbara Guida2017-04-064-62/+43
| | | | | | | | | | for vcc causing failure during the build - Remove the LAUNCHER option because current GCC generates not working binary for vlaunch - Modernize OPTIONS Notes: svn path=/head/; revision=437875
* 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
* Add some patches to properly declare dependencies between targets.Raphael Kubo da Costa2016-03-193-2/+28
| | | | | | | | | | | | The upcoming CMake 3.5.0 ends up generating Makefiles that cause much more problems in parallel builds when the dependencies are not declared correctly. This also allows us to get rid of MAKE_JOBS_UNSAFE. PR: 208033 Notes: svn path=/head/; revision=411404
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionBaptiste Daroussin2015-09-161-1/+1
| | | | | | | | | | | All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop Notes: svn path=/head/; revision=397077
* Enforce unicode version of wxGTKBaptiste Daroussin2015-09-131-5/+4
| | | | Notes: svn path=/head/; revision=396852
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+2
| | | | Notes: svn path=/head/; revision=390310
* - Drop @dirrm* from and add empty directories to plistsDmitry Marakasov2015-01-181-12/+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
* - Chase libmikmod upgradeSteve Wills2014-04-171-1/+1
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351482
* Use wx 2.8+Baptiste Daroussin2014-03-241-3/+2
| | | | Notes: svn path=/head/; revision=348980
* Chase libmad changesBaptiste Daroussin2014-02-051-1/+1
| | | | Notes: svn path=/head/; revision=342735
* - Support stage directoryBarbara Guida2014-01-122-38/+22
| | | | | | | | | | | | | | | | - Use new syntax for LIB_DEPENDS - Added LICENSE - Added MAKE_JOBS_UNSAFE=yes - Strip some binaries - Replace the broken fixunix.sh script with an equivalent DOS2UNIX_REGEX - Pet portlint - Remove ALLEGRO option - graphics/allegrogl is gone and there is no option to build devel/allegro with opengl extension Approved by: flo (mentor) Notes: svn path=/head/; revision=339530
* Convert the tree to USES=openalAntoine Brodin2013-12-251-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=337464
* 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
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - remove a missed shlib version from LIB_DEPENDSBarbara Guida2013-01-272-2/+80
| | | | | | | | | | - add a patch to make the content pane of the vlaunch window scrollable the patch has been sent upstream on 24 Dec., but there is still no feedback Approved by: flo (maintainer) Notes: svn path=/head/; revision=311053
* - Trim Makefile headerBarbara Guida2012-12-131-12/+8
| | | | | | | | | | - Remove ABI version from LIB_DEPENDS - Take maintainership Approved by: flo, rene (mentors) Notes: svn path=/head/; revision=308811
* Revert Chris Petrik's ports to the pool. Thank you for all your work so ↵Eitan Adler2012-12-101-1/+1
| | | | | | | | | | far, and should you desire to return just let us know. PR: ports/174309 Submitted by: Chris Petrik Notes: svn path=/head/; revision=308576
* Welcome back Chris Petrik <c.petrik.sosa@gmail.com>Eitan Adler2012-09-091-1/+1
| | | | | | | PR: ports/171481 Notes: svn path=/head/; revision=303952
* Fix typos in COMMENTCarlo Strub2012-07-281-1/+1
| | | | | | | Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301663
* Convert to new options frameworkBaptiste Daroussin2012-06-121-35/+25
| | | | Notes: svn path=/head/; revision=299119
* - 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-0/+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
* Return these ports to the pool.Mark Linimon2011-03-021-1/+1
| | | | | | | | PR: ports/155217 Submitted by: maintainer Notes: svn path=/head/; revision=270145
* Use canonical form for maintainer field.Mark Linimon2011-02-131-1/+1
| | | | | | | | Noticed by: portsmon Hat: portmgr Notes: svn path=/head/; revision=269030
* - Pass maintainership to submitterMartin Wilke2011-02-051-1/+1
| | | | | | | | | PR: 154478 Submitted by: chris petrik <c.petrik.sosa@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=268635
* - Update to 1.33Dennis Herrmann2011-01-082-3/+3
| | | | | | | | PR: ports/153724 Submitted by: Barbara <barbara.xxx1975@libero.it> Notes: svn path=/head/; revision=267529
* - Update to 1.32Wen Heping2010-11-152-13/+3
| | | | | | | | PR: ports/151870 Submitted by: Barbara <barbara.xxx1975@libero.it> Notes: svn path=/head/; revision=264580
* 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
* - fix build for png-1.4.1Dirk Meyer2010-03-291-0/+2
| | | | | | | | PR: 145128 Submitted by: Barbara Notes: svn path=/head/; revision=251674
* - 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/+2
| | | | Notes: svn path=/head/; revision=249285
* - Update devel/sdl12 to version 1.2.14.Marcus von Appen2010-01-301-1/+1
| | | | | | | | | | | | | | | - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=248835
* - Introduce USE_OPENAL variable for OpenAL consumersPav Lucistnik2010-01-251-1/+2
| | | | | | | | | | | | - Switch to openal-soft as a default OpenAL implementation PR: ports/142123 Submitted by: mva Tested by: pointyhat exp-run Approved by: portmgr (hat) Notes: svn path=/head/; revision=248567