aboutsummaryrefslogtreecommitdiffstats
path: root/games/violetland
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on gcc-based archs by updating USES.Mark Linimon2018-09-221-2/+3
| | | | | | | | Tested on powerpc64 and amd64 (for no regression). While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-121-1/+1
| | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906
* devel/boost-*: update to 1.68.0Jan Beich2018-08-091-1/+1
| | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165
* - Fix build with clang 6.0Dmitry Marakasov2018-05-151-0/+2
|
* devel/boost-*: update to 1.67.0Jan Beich2018-04-181-1/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030
* devel/boost-*: update to 1.66.0Jan Beich2018-01-181-1/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279
* devel/boost-*: update to 1.65.1Jan Beich2017-09-251-1/+1
| | | | | | | | | Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
* devel/boost-*: enable C++11 featuresJan Beich2017-09-251-1/+1
| | | | | | | | PR: 218835 Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
* 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
* devel/boost-*: update to 1.64.0Jan Beich2017-05-021-1/+1
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472
* devel/boost-*: update to 1.63.0Jan Beich2017-01-061-1/+1
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-0/+1
| | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office)
* - Update to 0.5Dmitry Marakasov2016-11-135-57/+48
|
* Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'Alexey Dokuchaev2016-04-161-1/+0
| | | | | was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago, and fix some minor bogosities nearby.
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Install iconDmitry Marakasov2015-09-111-2/+4
|
* - Switch to new github homeDmitry Marakasov2015-08-313-9/+9
|
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-091-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)
* - Cleanup plistDmitry Marakasov2014-09-222-422/+3
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Convert USE_DOS2UNIX to USESDmitry Marakasov2014-05-081-2/+2
|
* Convert g* to USES=zipBaptiste Daroussin2014-03-101-2/+1
|
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-1/+1
| | | | While here convert some LIB_DEPENDS
* - Fix data file corruption due to excessive USE_DOS2UNIXDmitry Marakasov2013-11-181-2/+2
|
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | the mtree (games category) Approved by: portmgr (bdrewery)
* - Support stagingDmitry Marakasov2013-09-241-13/+8
| | | | - Use new LIB_DEPENDS syntax
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | games)
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | Approved by: portmgr (bapt)
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-231-1/+1
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Chase boost updateBaptiste Daroussin2013-01-312-1/+44
|
* - Update to 0.4.3Dmitry Marakasov2012-12-043-15/+20
| | | | | | | - Install documentation - Use upstream .desktop file Feature safe: yes
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
|
* - 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
* Remove CMAKE_USE_PTHREAD from the ports using it.Raphael Kubo da Costa2011-11-141-1/+0
| | | | | | | | This setting has not had any effect since r1.13 to bsd.cmake.mk, as it was only useful when we supported FreeBSD < 7. Approved by: avilla (mentor), portmgr (miwi) Feature safe: yes
* - Update to 0.4.1Dmitry Marakasov2011-06-162-3/+3
|
* - Update to 0.4.0Dmitry Marakasov2011-05-162-3/+5
|
* - Update to 0.3.2Dmitry Marakasov2011-04-163-4/+16
|
* - Update to 0.3.1Dmitry Marakasov2010-09-233-5/+10
|
* - Update graphics/sdl_ttf to version 2.0.10Marcus von Appen2010-08-111-0/+1
| | | | | - Bump portrevisions for all ports depending on graphics/sdl_ttf - Update Mk/bsd.sdl.mk for the new shared library version.
* - Update to 0.3.0Dmitry Marakasov2010-05-043-4/+9
|
* - Update to 0.2.9Dmitry Marakasov2010-04-143-30/+132
|
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
|
* - Update devel/sdl12 to version 1.2.14.Marcus von Appen2010-01-301-0/+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)
* - Update to 0.2.8Dmitry Marakasov2010-01-283-27/+81
|
* - Update to 0.2.7Dmitry Marakasov2010-01-263-108/+140
|
* - Update to 0.2.5Dmitry Marakasov2010-01-113-76/+112
|
* - Fix plistDmitry Marakasov2009-12-031-1/+2
| | | | Reported by: QAT
* - Update to 0.2.4Dmitry Marakasov2009-12-014-36/+31
|
* - Update to 0.2.2Dmitry Marakasov2009-11-074-6/+43
|
* - Update to 0.2.1Dmitry Marakasov2009-10-273-38/+4
|
* In this game the player should help a girl by name of Violet toDmitry Marakasov2009-10-265-0/+224
struggle with hordes of monsters. For this purpose the various weapon, and also the special abilities of the heroine which are opening with experience can be used. In game there are elements of RPG in the form of strength-agility-vitality and derivatives. Also there is an unique feature: dynamic change of day and night. WWW: http://code.google.com/p/violetland/