aboutsummaryrefslogtreecommitdiffstats
path: root/games/openttd
Commit message (Collapse)AuthorAgeFilesLines
* - update png to 1.5.10dinoex2012-06-011-2/+2
|
* - Update devel/sdl12 to 1.2.15mva2012-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
* Update OpenTTD to version 1.1.5, bringing few fixes which affect multiplayerdanfe2012-01-162-3/+3
| | | | | | (cf. CVE-2012-0049). All server owners are advised to update. Reported by: Ilya Arkhipov
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* Update to version 1.1.4, which brings again less crashes, fixes nasty memorydanfe2011-12-282-3/+3
| | | | | | bug, and improves handling of ships near locks. Reported by: Ilya Arkhipov
* - Do not install icons and define INSTALLS_ICONS knob when building dedicateddanfe2011-11-282-20/+26
| | | | | | | | | | | | | | | | server only and thus greatly reduce number of dependencies: X11 bits might not be installed on typical server, and those icons are not essential type of data anyway [1] - Remove one dead distfile mirror site (cz.binaries.openttd.org) - Rearrange things in a more logical way within the Makefile; add few blank lines to improve readability when dealing with WITH_* knobs - Drop redundant DISTVERSIONSUFFIX - Turn @dirrm into @dirrmtry statements for directories which are shared with libre game media files [2] PR: ports/161545 [1, 2] Submitted by: Ilya Arkhipov Feature safe: yes
* - Add new knob, WITH_OPEN_GAME_FILES, to register run-time dependencies ondanfe2011-10-171-3/+11
| | | | | | | | libre graphics, music, and sound ports - While I'm here, find a better way to suppress vendor CFLAGS with sed(1): instead of anchoring line numbers, look for specific text string PR: ports/157355
* Update to version 1.1.3 which brings three important bug fixes for situationsdanfe2011-10-132-3/+3
| | | | | | that could crash the game. PR: ports/161488
* Update to version 1.1.2, minor bugfix release.danfe2011-08-302-3/+3
| | | | PR: ports/159797
* Update to version 1.1.1.danfe2011-06-222-3/+3
| | | | PR: ports/157598, ports/157599
* - Once again, remove vendor-provided CFLAGS (broken in rev. 1.34), add adanfe2011-05-191-9/+12
| | | | | | | | | | | reminder in hope that people will properly update sed(1) code next time - Set CXXFLAGS to empty value: OpenTTD treats them specially as options, used in addition to CFLAGS for C++ code. Since normally one's CXXFLAGS match CFLAGS, they will appear twice in the build log without this change - Unbreak the build for dedicated server (again, broken in rev. 1.34) by registering explicit dependency on pkg-config - Make the build verbose so it's easier to see what's wrong from the logs - Fix some typos in comments and clean up Makefile a bit
* s/LIB_DEPEND/LIB_DEPENDS/ to fix the build on 8.0 and 7.xkwm2011-05-181-1/+1
| | | | Submitted by: pointyhat via pav
* Update to 1.1.0.kwm2011-05-174-16/+44
| | | | | | | | | | Update mirrors. Use USE_XZ liblzma check, only works with the pkgconfig file. Add workaround for systems where liblzma is in base. PR: ports/156114 Submitted by: myself Approved by: maintainer timeout (45 days)
* - Really fix strndup(3) issue by including of <sys/param.h>danfe2010-11-241-0/+2
| | | | | | - Add one more mirror site Submitted by: Ilya Arhipov
* - Long awaited update to version 1.0.5 [1]danfe2010-11-244-10/+48
| | | | | | | | | | | | - Add rc.d script [2] - Fix compilation warnings and improve LOCALBASE safeness [3] - Add LICENSE (GPLv2) - Clean up Makefile, utilize PORTNAME where appropriate Security: VuXML 373e412e-f748-11df-96cd-0015f2db7bde [1] Reviewed by: dougb [2] PR: ports/151090 [3], ports/151915 [1,2], ports/152529 [1,3] Submitted by: Thomas Rasmussen, swell.k@gmail.com, Ilya Arhipov, kwm, wen
* Add instructions on how to use original music files, and mention thedanfe2010-11-051-0/+9
| | | | availability of free game data ports.
* Update to 1.0.3.kwm2010-08-223-4/+5
| | | | Approved by: danfe@ (maintainer)
* Update to long-anticipated version 1.0.1.danfe2010-05-133-15/+32
|
* - update to 1.4.1dinoex2010-03-281-1/+2
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Correct dependencies when building dedicated server only.danfe2010-02-171-3/+3
| | | | Feature safe: yes
* - Update to version 0.7.5danfe2010-02-163-26/+11
| | | | | | | | | - Disable SF mirror since it does not carry new distfile - Utilize PORTDOCS macro and offload pkg-plist - Optimize away `.for .. .endfor' loop in Makefile Reminded by: pav Feature safe: yes
* Update to version 0.7.3.danfe2009-10-192-5/+6
| | | | | PR: ports/139757 Submitted by: tdb
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with G
* Provide alternative download site until we deal with SF mirrors.danfe2009-08-131-1/+1
| | | | PR: ports/137597
* Update from 0.7.1 to 0.7.2.osa2009-08-023-5/+6
| | | | Approved by: danfe (maintainer)
* Update from 0.7.0 to latest bugfix release 0.7.1.osa2009-06-152-5/+5
| | | | Approved by: maintainer (danfe)
* Update from 0.6.3 to 0.7.0.osa2009-04-034-13/+17
| | | | | | Enable MAKE_JOBS_SAFE. Approved by: danfe (maintainer)
* Update from 0.6.1 to 0.6.3.osa2008-12-292-5/+5
| | | | | Approved by: danfe (maintainer) PR for close: 129476
* - Update to version 0.6.1danfe2008-06-195-68/+84
| | | | | | | | | | | | | | - Use SF macro - Add new knob, WITH_MIDI_PLAYER_ARGS - Use FreeType for font rendering instead of sprites. This brings full unicode support (input, rendering, file I/O) and greatly enhances internationalization for non-latin languages - Install default set of icons - Improve desktop entry description - Add a piece of advice to pkg-message, kill superfluous article Based on PR: ports/122550 Submitted by: Artem Naluzhnyy
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
|
* - Fix "Bad system call" error with SDL sound driverdanfe2007-10-182-1/+11
| | | | | | - Add a short note about fonts for non-latin languages PR: ports/117018
* Update to version 0.5.3.danfe2007-10-153-4/+5
|
* - Update to version 0.5.2 [1]danfe2007-08-152-7/+8
| | | | | | | - Use PTHREAD_LIBS building dedicated server as well Based on PR: ports/114927 [1] Submitted by: Jan-Olof Lindqvist [1]
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update to new shiny version 0.5.0.danfe2007-03-015-34/+38
| | | | | | | | | | | We have a new fast, robust and flexible pathfinder, a brandnew terrain generator, full UNICODE support and better multiplayer. NewGRF compatibility (modding) has been greatly enhanced with support for changing stations, adding sounds, more vehicle sets, etc. The smaller feature- and buglist goes on and on, but we'll let the user explore this. All users of 0.4.8 are encouraged to update to this new release. Enjoy!
* - Fix WITH_MIDI_PLAYER option (mixing of variable assignments and targets)pav2006-11-302-18/+23
| | | | | | | | | | | | | | PR: ports/100928 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: maintainer timeout (4 months) - Add desktop entry PR: ports/104069 Submitted by: Pawel Pekala <c0rn@o2.pl> Approved by: maintainer timeout (1,5 month) - Modernize pkg-message handling, style
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-202-0/+15
| | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
* Update to version 0.4.8.danfe2006-08-312-4/+4
|
* Fix the build on 4.X, respect CFLAGS.danfe2006-06-162-2/+29
| | | | Reported by: krismail
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
|
* Update to version 0.4.7.danfe2006-03-272-4/+4
|
* Update to 0.4.5.osa2006-02-073-10/+12
| | | | Approved by: danfe (maintainer)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Update to 0.4.0.1, a bugfix release.danfe2005-05-262-4/+4
| | | | | PR: ports/81503 Submitted by: Vsevolod Stakhov <vsevolod(at)highsecure.ru>
* Update to 0.4.0.osa2005-05-164-51/+8
| | | | | | | Add new language-files to package list, remove needless patch for Makefile. Approved by: danfe (maintainer)
* Update to latest release: 0.3.6.osa2005-01-273-6/+4
| | | | | | | | A ton of fixes and new features, so enjoy! Remove unfinished language-files (latvian, russian, turkish). Approved by: danfe (maintainer)
* Update to most recent version 0.3.5.danfe2005-01-144-20/+79
| | | | | | | | | | | | | | | | | | | Some of the features introduced in this version: - [Network] New network, very stable, a lot of new features - [Network] Ingame Serverlist (with online game-servers to join) - [Network] Webbased Serverlist: http://servers.openttd.org/ - [Network] Added dedicated server support - [Network] Cheat protection in MultiPlayer - [Network] Patch settings are also synced with the server - [Network] Chat - Custom currency settings - Per-station vehicle lists - More realistically sized catchment areas - Sticky windows - Even better support for newgrf-files - Implement improved vehicle loading algorithm - Even more advanced console - Many more new things...
* An open source clone of the Microprose game "Transport Tycoon Deluxe".danfe2004-12-175-0/+123