aboutsummaryrefslogtreecommitdiff
path: root/games/lincity-ng
Commit message (Collapse)AuthorAgeFilesLines
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-1/+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
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* - Update graphics/sdl_gfx to version 2.0.22Marcus von Appen2011-07-021-1/+1
| | | | | | | | - Update Mk/bsd.sdl.mk for the new shared lib version - Bump portrevisions for all ports depending on graphics/sdl_gfx Notes: svn path=/head/; revision=276935
* unbreak by adding -I${LOCALBASE}/include to the CFLAGSOliver Lehmann2011-03-101-0/+3
| | | | | | | Noted by: pav Notes: svn path=/head/; revision=270602
* Drop maintainershipAndrej Zverev2010-09-241-1/+1
| | | | Notes: svn path=/head/; revision=261760
* - Update graphics/sdl_ttf to version 2.0.10Marcus von Appen2010-08-111-1/+1
| | | | | | | | - Bump portrevisions for all ports depending on graphics/sdl_ttf - Update Mk/bsd.sdl.mk for the new shared library version. Notes: svn path=/head/; revision=259098
* - 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 to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - 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 version 2.0Andrej Zverev2009-09-093-6/+323
| | | | | | | | PR: ports/135543 Submitted by: Jonathan Chen <jonc@chen.org.nz> Notes: svn path=/head/; revision=241105
* Updated sdl_gfx to 2.0.19Marcus von Appen2009-08-021-1/+1
| | | | | | | | | Bumped PORTREVISION on dependent ports. Approved by: miwi (mentor) Notes: svn path=/head/; revision=238762
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* update devel/physfs to 2.0.0Oliver Lehmann2009-04-041-2/+2
| | | | | | | bump PORTREVISION on the affected ports Notes: svn path=/head/; revision=231579
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-053-34/+1
| | | | Notes: svn path=/head/; revision=225297
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Update to version 1.1.2Andrej Zverev2008-07-272-5/+5
| | | | Notes: svn path=/head/; revision=217669
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+0
| | | | Notes: svn path=/head/; revision=200772
* - Fix plistAndrej Zverev2007-08-222-1/+1
| | | | | | | | | - bump portrevision Pointed by: kris@ via pointyhat Notes: svn path=/head/; revision=198124
* - Update to version 1.1.1Andrej Zverev2007-08-213-7/+188
| | | | | | | PR: ports/115637 Notes: svn path=/head/; revision=198080
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-1/+2
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to version 1.1.0Andrej Zverev2007-02-233-11/+160
| | | | Notes: svn path=/head/; revision=185754
* - Respect X11BASERong-En Fan2006-12-091-1/+2
| | | | | | | Approved by: portmgr (linimon) Notes: svn path=/head/; revision=179257
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-0/+1
| | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=173460
* - Fix pkg-plistAndrej Zverev2006-09-012-5/+12
| | | | Notes: svn path=/head/; revision=171802
* BROKEN: Incorrect pkg-plistKris Kennaway2006-08-171-0/+2
| | | | Notes: svn path=/head/; revision=170900
* Update to version 1.0.3Andrej Zverev2006-04-293-5/+10
| | | | | | | | | | | - Show correct demolition costs for powerlines, substations and farms. - Quantizing tile-images saves about 12MB. - Fixed Mills. Now they work. - Tool-Menu now opens on left mousebutton. - Separate menus for loading and saving games. Notes: svn path=/head/; revision=160713
* - Remove deprecated USE_REINPLACEAndrej Zverev2006-02-221-1/+0
| | | | | | | - Remove no longer exist core.inec.ru from MASTER_SITES list - R.I.P Notes: svn path=/head/; revision=156650
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* - Update to version 1.0.2Andrej Zverev2005-11-233-5/+152
| | | | | | | | | | | | | | | Release Changelog: ------------------ Catalan translation Spanish translation French translation Swedish translation Fixed: unwanted double-clicks in file menu ------------------ Add SHA256 Notes: svn path=/head/; revision=149161
* - Change my e-mailAndrej Zverev2005-10-031-1/+1
| | | | | | | Approved by: sem (mentor) Notes: svn path=/head/; revision=144051
* update physfs to 1.0.1Oliver Lehmann2005-07-241-1/+2
| | | | | | | adjust LIB_DEPENDS from all affected ports and bump PORTREVISION there Notes: svn path=/head/; revision=140009
* - Add missing depend on libxml [1]Sergey Matveychuk2005-07-233-1/+37
| | | | | | | | | | - Fix build on < 5.4 (5.3, 4.x). Unbreak on 4.x Submitted by: maintainer Reported by: kris via pointyhat [1] Notes: svn path=/head/; revision=139964
* - Update to 1.0.1Sergey Matveychuk2005-07-223-3/+4
| | | | | | | | | | | | | | | | | Bugfix release and changes was: - Adjust volume in options - Load game on doubleclick - Fixed: Endgame evacuation causes termination of game. - Fixed: Hightech houses require tech 30, but the tooltip says 20. - Fixed: Suppressed doublicated tech-messages. - Fixed: Doublicated command line arguments. - Fixed: Crash when empty scenario is selected. PR: ports/83893 Submitted by: Andrej Zverev <az@inec.ru> Notes: svn path=/head/; revision=139874
* LinCity-NG is a City Simulation Game. It is a polished and improvedSergey Matveychuk2005-07-215-0/+939
version of the classic LinCity game. PR: ports/82776 Submitted by: Andrej Zverev <az@inec.ru> Notes: svn path=/head/; revision=139843