aboutsummaryrefslogtreecommitdiff
path: root/games/corsix-th/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.60Guido Falsi2016-05-301-5/+10
| | | | | | | | - Add workaround for what appears to be a gcc bug on 9.x. - Enable again MOVIES option by default, it does not crash anymore. Notes: svn path=/head/; revision=416180
* 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
* Cleanup GH_* and variables order.Mathieu Arnold2015-12-291-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=404743
* Fix build on FreeBSD 9.3.Guido Falsi2015-11-181-0/+1
| | | | Notes: svn path=/head/; revision=401871
* Disable MOVIES option by deafult due to core dumps.Guido Falsi2015-11-161-1/+2
| | | | | | | | PR: 204482 Submitted by: Ben Lavery <ben.lavery at hashbang0.com> Notes: svn path=/head/; revision=401757
* - Update to 0.50Guido Falsi2015-09-181-10/+8
| | | | | | | | | | | - Now depends on SDL2 - Remove LUAJIT option due to it causing crashes on startup - Disable newly added version check code, it causes errors and crashes - Allow any version of lua - Regenerate one patch file Notes: svn path=/head/; revision=397299
* Update ports in the games category to not use GH_COMMIT.Mathieu Arnold2015-05-061-4/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385523
* - Update to 0.40Guido Falsi2014-12-251-12/+11
| | | | | | | | - Add LuaJIT option, which is now default - Cleanup plist Notes: svn path=/head/; revision=375579
* 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
* 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
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+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
* - Update to 0.30Guido Falsi2014-01-021-7/+8
| | | | | | | | - Project moved to github - Convert to USES dos2unix Notes: svn path=/head/; revision=338447
* games/corsix-th: use ffmpeg instead of ffmpeg1William Grzybowski2013-10-211-2/+2
| | | | | | | | | - Use ffmpeg instead of ffmpeg1 Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=331152
* - Convert to USES=compilerGuido Falsi2013-10-091-10/+3
| | | | Notes: svn path=/head/; revision=329938
* - Support stagingGuido Falsi2013-09-291-11/+8
| | | | | | | | | - Convert to new LIB_DEPENDS format - Use options helpers - Don't check for ARCH in compiler conditional. Notes: svn path=/head/; revision=328676
* 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 build with libc++.Guido Falsi2013-09-181-1/+2
| | | | Notes: svn path=/head/; revision=327518
* - Add explicit dependency on pkgconfigGuido Falsi2013-09-051-2/+2
| | | | | | | - Convert to new LIB_DEPENDS format Notes: svn path=/head/; revision=326377
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-1/+1
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update multimedia/ffmpeg1 to 1.2.1Martin Matuska2013-06-251-0/+1
| | | | | | | | PR: ports/177145 Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com> Notes: svn path=/head/; revision=321725
* Update to 0.21Guido Falsi2013-05-051-1/+1
| | | | Notes: svn path=/head/; revision=317422
* Since the code which base gcc is unable to handle on i386 is in theGuido Falsi2013-03-251-4/+3
| | | | | | | | in game movie part of the source, force usage of alternative compilers only when the MOVIES option is selected. Notes: svn path=/head/; revision=315207
* - Update to 0.20Guido Falsi2013-03-251-2/+28
| | | | | | | | - Mark MAKE_JOBS_SAFE - Add option to disable in game movies support Notes: svn path=/head/; revision=315187
* - 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 explicit run dependency on timidity, it is pulled in byGuido Falsi2013-01-011-1/+1
| | | | | | | | | | | sdl_mixer [1] - bump PORTREVISION - While here update WWW line in pkg-descr and switch tab to space Submitted by: green dog <fiziologus@gmail.com> (via email) [1] Notes: svn path=/head/; revision=309776
* - Update to 0.11Guido Falsi2012-11-171-3/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307515
* - Update to 0.10Guido Falsi2012-09-251-8/+4
| | | | | | | | | | - Remove ABI version number from LIB_DEPENDS - Strip Makefile headers Approved by: crees, tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=304832
* Change to my FreeBSD.org email address.Guido Falsi2012-04-141-1/+1
| | | | | | | Approved by: crees (mentor) Notes: svn path=/head/; revision=294819
* - update to 0.1bRuslan Makhmatkhanov2012-03-261-1/+1
| | | | | | | | | PR: 166418 Submitted by: Guido Falsi <mad at madpilot dot net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=293860
* - update to 0.01Ruslan Makhmatkhanov2012-03-251-5/+5
| | | | | | | | | PR: 166394 Submitted by: Guido Falsi <mad at madpilot dot net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=293811
* - 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 Beta8Beat Gaetzi2011-10-041-1/+2
| | | | | | | | PR: ports/161099 Submitted by: Guido Falsi <mad AT madpilot.net> (maintainer) Notes: svn path=/head/; revision=282907
* Move PROJECTHOST knob back where it logically belongs. Portlint should beAlexey Dokuchaev2011-07-291-2/+1
| | | | | | | | | fixed to not advise this stupidity. Timeout from: miwi (24 days) Notes: svn path=/head/; revision=278533
* - Update to Beta7Martin Wilke2011-07-021-2/+3
| | | | | | | | PR: 158381 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=276910
* - Update to Beta6 [1]Alexey Dokuchaev2011-04-021-2/+2
| | | | | | | | | | - Transfer maintainership to submitter PR: ports/156113 [1] Submitted by: Guido Falsi Notes: svn path=/head/; revision=272115
* - Update to Beta5Alexey Dokuchaev2011-02-081-1/+3
| | | | | | | | | | | - Add LICENSE PR: ports/154576 Submitted by: Guido Falsi Feature safe: yes Notes: svn path=/head/; revision=268780
* Welcome CorsixTH, an open source clone of Theme Hospital.Alexey Dokuchaev2010-11-241-0/+37
WWW: http://th.corsix.org/ Notes: svn path=/head/; revision=265096