aboutsummaryrefslogtreecommitdiff
path: root/games/stonesoup
Commit message (Collapse)AuthorAgeFilesLines
* Make fonts repecting XDGBaptiste Daroussin2015-03-212-4/+4
| | | | | | | | | | | | | Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports Notes: svn path=/head/; revision=381876
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-0/+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
* Allow building without /usr/bin/perl symlinkAntoine Brodin2014-11-291-1/+2
| | | | | | | PR: ports/195494 Notes: svn path=/head/; revision=373615
* - Update to 0.15.2Frederic Culot2014-10-313-54/+54
| | | | | | | | | Changes: http://crawl.develz.org/wordpress/0-15-2-bugfix-release PR: ports/194638 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer) Notes: svn path=/head/; revision=371829
* Update to version 0.15.1Pawel Pekala2014-09-202-4/+3
| | | | | | | | PR: ports/193753 Submitted by: maintainer Notes: svn path=/head/; revision=368678
* - Fix plistAlex Kozlov2014-09-012-1/+2
| | | | | | | | PR: 193203 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer) Notes: svn path=/head/; revision=366868
* games/stonesoup: update to 0.15.0William Grzybowski2014-08-308-89/+101
| | | | | | | | PR: 193126 Submitted by: maintainer Notes: svn path=/head/; revision=366666
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-041-0/+1
| | | | | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360588
* /you/have/to/check/what/makeplist/gives/youAntoine Brodin2014-06-011-6/+6
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=356178
* Replace lang/lua with the new lang/lua51Baptiste Daroussin2014-05-261-2/+1
| | | | | | | | | | | lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355360
* - Update to 0.14.1Alex Kozlov2014-05-0710-163/+137
| | | | | | | | | | | - Check for COMPILER_TYPE instead of OSVERSION - Pet portlint PR: ports/189400 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer) Notes: svn path=/head/; revision=353139
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Update to 0.13.1Frederic Culot2014-02-102-3/+3
| | | | | | | | PR: ports/186460 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer) Notes: svn path=/head/; revision=343603
* To prevent fallout of lowering __FreeBSD_version in releng/10.0 branch,Glen Barber2013-12-071-1/+1
| | | | | | | | | | adjust OSVERSION evaluation in ports that specifically use '100050N'. Approved by: affected maintainers (implicit) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=335824
* This port does not need to be root to be packagedBaptiste Daroussin2013-10-311-2/+0
| | | | Notes: svn path=/head/; revision=332212
* - Update to version 0.13.0Pawel Pekala2013-10-3015-249/+447
| | | | | | | | | | | - Allow staging - Fix build on CURRENT PR: ports/182913 Submitted by: maintainer Notes: svn path=/head/; revision=332182
* 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 to new perl frameworkBaptiste Daroussin2013-09-171-3/+2
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327451
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-1/+1
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* Convert g* to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316343
* This should not have been committed.Baptiste Daroussin2013-03-221-1/+0
| | | | Notes: svn path=/head/; revision=314964
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-03-221-1/+2
| | | | | | | Reported by: Nikolai Lifanov <lifanov@mail.lifanov.com> Notes: svn path=/head/; revision=314962
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-6/+2
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* Revert the future-import from bsd.compiler.mk part, as this may haveAkinori MUSHA2012-12-061-21/+1
| | | | | | | | | | broken INDEX. Pointed out by: cperciva Feature safe: yes Notes: svn path=/head/; revision=308368
* Update to 0.11.1.Akinori MUSHA2012-12-052-4/+24
| | | | | | | | Submitted by: MAINTAINER Feature safe: yes Notes: svn path=/head/; revision=308331
* Update to 0.11.0 cooperating with the MAINTAINER.Akinori MUSHA2012-11-1211-107/+477
| | | | | | | | | This port can now be built with Clang. Feature safe: yes Notes: svn path=/head/; revision=307325
* Update to 0.10.3.Akinori MUSHA2012-08-312-4/+3
| | | | | | | Approved by: MAINTAINER Notes: svn path=/head/; revision=303407
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* Convert to new options framework.Guido Falsi2012-06-121-10/+12
| | | | | | | | | PR: ports/168837 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer) Approved by: crees (mentor) Notes: svn path=/head/; revision=299153
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+2
| | | | Notes: svn path=/head/; revision=297915
* - Update to 0.10.2Alex Kozlov2012-04-176-156/+215
| | | | | | | | | | | | | | | | | | | | | | | | * New species: Octopodes, sentient land-capable octopuses. * Skill training system reworked. Dancing is really gone this time! * All polearms have reaching. * Constriction (nagas, octopodes, some snakes, tentacled monstrosities). * New version of the Abyss. * Lots of fixes for various crash cases * Grey draconians can't drown - we mean it this time * Slaying now works as expected for magical staves * Allies are not allowed to smite enemies through glass * Allies can now cast Orb of Destruction * Reaching with polearms is not allowed while trapped in a net/web * Description text updates to match 0.10 changes * plus many other small updates and fixes. - Unbreak clang builds PR: ports/166856 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer) Approved by: eadler (mentor) Notes: svn path=/head/; revision=294954
* - 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
* - Update to 0.9.1 [1]Ryan Steinmetz2011-11-227-167/+127
| | | | | | | | | | | | - Mark BROKEN when using clang - Add LICENSE PR: ports/161523 [1] Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer) [1] Feature safe: yes Notes: svn path=/head/; revision=286244
* Update to 0.8.1Julien Laffaye2011-06-162-3/+4
| | | | | | | | | | | Add USE_NCURSES PR: ports/157909 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer) Approved by: bapt (mentor) Notes: svn path=/head/; revision=275684
* Update to 0.8.0Julien Laffaye2011-06-097-178/+198
| | | | | | | | | PR: ports/157539 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer) Approved by: bapt (mentor) Notes: svn path=/head/; revision=275288
* - Update to 0.7.1Rene Ladan2010-08-087-170/+171
| | | | | | | | | | | | - Split off SDL version into games/stonesoup-sdl slave port - Note the new WWW site in pkg-descr PR: ports/147828 Submitted by: maintainer Approved by: tabthorpe (mentor, implicit) Notes: svn path=/head/; revision=258949
* - Added conflicts lines.Sylvio Cesar Teixeira2010-05-291-0/+2
| | | | | | | | PR: ports/147140 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer) Notes: svn path=/head/; revision=255272
* - Update to 0.6.0Dmitry Marakasov2010-05-1410-479/+354
| | | | | | | | PR: 145525 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer) Notes: svn path=/head/; revision=254316
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - 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) Notes: svn path=/head/; revision=248835
* - Update to 0.5.2 (20091009)Martin Wilke2009-10-1710-89/+141
| | | | | | | | PR: 139648 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer) Notes: svn path=/head/; revision=242969
* - 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
* Update to version 0.5.1Steven Kreuzer2009-08-115-30/+24
| | | | | | | | PR: ports/137481 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> Notes: svn path=/head/; revision=239349
* - Update to 0.5Dmitry Marakasov2009-06-2013-298/+273
| | | | | | | | PR: 135838 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer) Notes: svn path=/head/; revision=236364
* - Add a forgotten patch in previous update (0.4.5)Rong-En Fan2009-01-231-0/+17
| | | | | | | PR: ports/130860 Notes: svn path=/head/; revision=226703
* - Update to 0.4.5Rong-En Fan2009-01-233-11/+11
| | | | | | | | PR: ports/130860 Submitted by: Tobias Rehbein <tobias.rehbein at web.de> (maintainer) Notes: svn path=/head/; revision=226702
* - Update to 0.4.4Martin Wilke2008-12-222-4/+4
| | | | | | | | PR: 129865 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer) Notes: svn path=/head/; revision=224603
* - Update to 0.4.3Philippe Audeoud2008-08-042-4/+4
| | | | | | | | PR: ports/126236 Submitted by: maintainer (tobias.rehbein web.de) Notes: svn path=/head/; revision=218027