aboutsummaryrefslogtreecommitdiff
path: root/games/simutrans
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-062-3/+0
|
* games/simutrans: fix build on GCC architecturesPiotr Kubaj2019-12-181-1/+1
| | | | | | | | New compiler is necessary: gui/display_settings.h:39: error: expected ';' before 'override' Notes: svn path=/head/; revision=520382
* games/simutrans: Fix LICENSE_FILE_*Tobias Kortkamp2019-12-141-1/+1
| | | | Notes: svn path=/head/; revision=520091
* - Update games/simutrans to 121.0Dmitry Marakasov2019-12-1312-123/+111
| | | | | | | | - Take maintainership - Move graphic sets into separate ports Notes: svn path=/head/; revision=520073
* games: Add missing USES={gnome,gl,sdl,xorg}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517046
* Update WWWSunpoet Po-Chuan Hsieh2018-09-241-1/+1
| | | | Notes: svn path=/head/; revision=480596
* games/simutrans: Fix build with Clang 6Tobias Kortkamp2018-07-284-23/+53
| | | | | | | | | | | | | gui/simwin.cc:503:11: error: case value evaluates to -1, which cannot be narrowed to type 'uint32' (aka 'unsigned int') [-Wc++11-narrowing] case magic_none: return; ^ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/simutrans-120.2.2.log - While here apply dos2unix and fix patch line endings Notes: svn path=/head/; revision=475510
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-10-311-1/+1
| | | | Notes: svn path=/head/; revision=453238
* games/simutrans: regen patches via "make makepatch"Jan Beich2017-09-213-12/+11
| | | | Notes: svn path=/head/; revision=450310
* games/simutrans: unbreak with libc++ 5.0Jan Beich2017-09-211-0/+12
| | | | | | | | | | | | | | | | | | In file included from squirrel/squirrel/sqvm.cc:5: In file included from /usr/include/c++/v1/math.h:310: /usr/include/c++/v1/limits:233:91: error: member reference base type 'int' is not a structure or union _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type quiet_NaN() _NOEXCEPT {return type(0);} ^~~~~~~ squirrel/squirrel/sqobject.h:131:25: note: expanded from macro 'type' #define type(obj) ((obj)._type) ~~~~~^~~~~~ PR: 222402 Submitted by: chardon.frederic@gmail.com Reported by: pkg-fallout Notes: svn path=/head/; revision=450309
* Release maintainership.Tijl Coosemans2017-07-281-1/+1
| | | | Notes: svn path=/head/; revision=446851
* Update to 120.2.2Tijl Coosemans2017-05-162-12/+13
| | | | Notes: svn path=/head/; revision=441004
* Update to 120.1.3Tijl Coosemans2016-02-042-6/+6
| | | | Notes: svn path=/head/; revision=408028
* Update to 120.1.2Tijl Coosemans2016-02-012-15/+15
| | | | Notes: svn path=/head/; revision=407694
* Update to 120.1.1Tijl Coosemans2015-12-032-10/+10
| | | | Notes: svn path=/head/; revision=402876
* Update pak128 graphics data to 2.5.3. Another distfile has been repackagedTijl Coosemans2015-10-122-7/+7
| | | | | | | | as well, but the port only uses a few data files from it and they haven't been changed. Notes: svn path=/head/; revision=399117
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-0/+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 games/simutrans to 120.0.1Tijl Coosemans2014-11-182-20/+24
| | | | | | | | - Disable multi-threading because FreeBSD does not provide a static initializer for recursive mutexes Notes: svn path=/head/; revision=372746
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+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
* Convert g* to USES=zipBaptiste Daroussin2014-03-101-2/+1
| | | | Notes: svn path=/head/; revision=347760
* - USES=gmake.Tijl Coosemans2013-10-261-8/+7
| | | | | | | - Staging. Notes: svn path=/head/; revision=331672
* 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
* Include time.h to fix build with libc++.Tijl Coosemans2013-09-131-0/+10
| | | | Notes: svn path=/head/; revision=327177
* Simutrans 112.3Tijl Coosemans2013-06-093-21/+9
| | | | Notes: svn path=/head/; revision=320326
* Set MAINTAINER to my @FreeBSD.org address.Tijl Coosemans2013-04-241-1/+1
| | | | | | | Suggested by: crees Notes: svn path=/head/; revision=316410
* - Update to version 112.2Tijl Coosemans2013-03-255-38/+59
| | | | | | | | | | | | - Introduce option to install pak128 game data - Use DESKTOP_ENTRIES - Fix clang build - Update pkg-descr with changes from the new website Approved by: crees Notes: svn path=/head/; revision=315217
* Update to 112.0Max Brazhnikov2012-11-082-12/+8
| | | | | | | | | PR: ports/173330 Submitted by: Tijl Coosemans (maintainer) Feature safe: yes Notes: svn path=/head/; revision=307212
* - Update to version 111.3.1Guido Falsi2012-08-284-30/+13
| | | | | | | | | | | - Convert to OptionsNG PR: ports/171112 Submitted by: Tijl Coosemans <tijl@coosemans.org> (maintainer) Approved by: crees, tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=303278
* - Update to version 111.2.2Alex Kozlov2012-05-095-1558/+30
| | | | | | | | | | | | - Use PORTDATA instead of a long plist - Remove plist files PR: ports/167529 Submitted by: Tijl Coosemans <tijl@coosemans.org> Approved by: eadler (mentor) Notes: svn path=/head/; revision=296264
* - 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 111.0Pawel Pekala2011-11-044-59/+104
| | | | | | | | | | | - Make food add-on optional because servers usually don't support it - Move LICENSE section up to satisfy portlint PR: ports/162296 Submitted by: Tijl Coosemans <tijl@coosemans.org> (maintainer) Notes: svn path=/head/; revision=285055
* Update to 110.0.1, which includes a new online multiplayer modeMax Brazhnikov2011-04-034-46/+78
| | | | | | | | | | and lots of bug fixes. PR: ports/155790 Submitted by: tijl@ (maintainer) Notes: svn path=/head/; revision=272170
* - Update to 102.2.2Dmitry Marakasov2010-03-304-14/+50
| | | | | | | | PR: 145083 Submitted by: Tijl Coosemans <tijl@coosemans.org> (maintainer) Notes: svn path=/head/; revision=251845
* - 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 102.2.1Pav Lucistnik2009-12-146-30/+152
| | | | | | | | | | | | | - Support NOPORTDOCS - Add desktop entry - New pkg-descr - Add empty directories to package PR: ports/141461 Submitted by: Tijl Coosemans <tijl@coosemans.org> (maintainer) Notes: svn path=/head/; revision=245796
* - Update maintainer's emailDmitry Marakasov2009-12-131-1/+1
| | | | | | | | | | | | - Fix some pkg-descrs - Update some MASTER_SITES PR: 140966 Submitted by: Tijl Coosemans <tijl@coosemans.org> (maintainer from new email) Approved by: portmgr (miwi) Notes: svn path=/head/; revision=245728
* - 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 102.0Dennis Herrmann2009-03-283-21/+15
| | | | | | | | | PR: ports/133135 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) Approved by: miwi (mentor) Notes: svn path=/head/; revision=231181
* Choose one, out of the many thousands, of Simutrans lands. Then, putPhilip M. Gollucci2009-01-276-0/+1402
yourself in the shoes of a young entrepeneur with some money from your grandparents: eager to make them proud, with ambitions of establishing a successful transport company, your challenge now is to build a prospering enterprise. WWW: http://simutrans.sourceforge.net/ PR: ports/130952 Submitted by: Tijl Coosemans <tijl at ulyssis.org> Notes: svn path=/head/; revision=226983