aboutsummaryrefslogtreecommitdiff
path: root/games/unknown-horizons
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert the tree to use PY_PILLOWAntoine Brodin2020-03-241-1/+1
| | | | | | | | With hat: portmgr Originally submitted by: kai Notes: svn path=/head/; revision=529063
* - Remove duplicate LICENSEDmitry Marakasov2020-01-141-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=523063
* games/unknown-horizons: update to 2019.1Piotr Kubaj2020-01-144-6807/+75
| | | | | | | | | PR: 216459 Submitted by: amdmi3 Approved by: fiziologus@gmail.com (maintainer timeout) Notes: svn path=/head/; revision=523026
* Deprecate a few broken portsAntoine Brodin2020-01-141-0/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=523007
* games: Add missing USES={gnome,gl,sdl,xorg}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517046
* Mark a few ports BROKEN, unfetchableAntoine Brodin2019-11-061-0/+2
| | | | Notes: svn path=/head/; revision=516880
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-4/+4
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* games/unknown-horizons: UnbreakYuri Victorovich2018-03-181-4/+4
| | | | | | | Add shebangfix fix. Notes: svn path=/head/; revision=464860
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-2/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* - Add LICENSEDmitry Marakasov2017-04-081-3/+4
| | | | | | | | | - Fix library installation Approved by: portmgr blanket Notes: svn path=/head/; revision=438030
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.Mathieu Arnold2016-03-081-2/+2
| | | | | | | | | | | | | | | Fix distinfo for the offending ports. lang/yorick's tag was moved, and the added patch was no longer needed. PR: 207644 Submitted by: mat Exp-run by by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4268 Notes: svn path=/head/; revision=410613
* Update ports in the games category to not use GH_COMMIT.Mathieu Arnold2015-05-062-6/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385523
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr Notes: svn path=/head/; revision=381618
* - Drop @dirrm* from plistDmitry Marakasov2015-01-271-1997/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=378012
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=373636
* - Convert to USES=pythonMarcus von Appen2014-09-281-4/+3
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=369488
* 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
* - Update to 2013.3Rene Ladan2014-07-223-322/+5984
| | | | | | | | | | - Swith from Sourceforge to GitHub PR: 190463 Submitted by: <fizologus@gmail.com> (maintainer) Notes: svn path=/head/; revision=362566
* 1: Stagify.Vanilla I. Shu2014-07-162-25/+23
| | | | | | | | | 2: add INSTALLS_EGGINFO, bump version. Approved by: portmgr@ (blanket) Notes: svn path=/head/; revision=362043
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (games category) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331269
* 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
* Update to version 2013.2Pawel Pekala2013-05-083-35/+60
| | | | | | | | PR: ports/178214 Submitted by: Green Dog <fiziologus@gmail.com> (maintainer) Notes: svn path=/head/; revision=317704
* - Convert USE_GETTEXT to USES (part 2)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316434
* - Remove unneeded filesBeech Rintoul2013-03-082-0/+0
| | | | | | | Submitted by: Green Dog <fiziologus@gmail.com> (maintainer) Notes: svn path=/head/; revision=313617
* - Update to 2013.1Beech Rintoul2013-03-075-1090/+1349
| | | | | | | | PR: ports/176644 Submitted by: Green Dog <fiziologus@gmail.com> (maintainer) Notes: svn path=/head/; revision=313567
* - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocationLi-Wen Hsu2013-03-041-6/+3
| | | | Notes: svn path=/head/; revision=313402
* - strict python version 2.xRuslan Makhmatkhanov2012-08-181-5/+5
| | | | | | | | | | - fix portling warnings (missing tabs), while here PR: 170711 Submitted by: Green Dog <fiziologus at gmail dot com> (maintainer) Notes: svn path=/head/; revision=302719
* Unknown Horizons is a 2D realtime strategy simulation with an emphasisArmin Pirkovitsch2012-06-026-0/+2886
on economy and city building. Expand your small settlement to a strong and wealthy colony, collect taxes and supply your inhabitants with valuable goods. Increase your power with a well balanced economy and with strategic trade and diplomacy. WWW: http://www.unknown-horizons.org/ PR: ports/168409 Submitted by: Green Dog <fiziologus _at_ gmail.com> (maintainer) Approved by: decke (mentor) Notes: svn path=/head/; revision=298008