aboutsummaryrefslogtreecommitdiff
path: root/games/7kaa
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless Created by: headers mentioning meDmitry Marakasov2021-04-071-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to 2.15.4p1Dmitry Marakasov2021-01-253-4/+5
| | | | Notes: svn path=/head/; revision=562598
* - Update to 2.15.3Dmitry Marakasov2019-12-242-5/+5
| | | | Notes: svn path=/head/; revision=520812
* - Add missing USES=iconvDmitry Marakasov2019-08-021-1/+1
| | | | | | | | PR: 239041 Reported by: pkubaj@FreeBSD.org Notes: svn path=/head/; revision=507881
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* games/7kaa: fix build on GCC architecturesPiotr Kubaj2019-07-101-1/+2
| | | | | | | | | | Add USES=compiler:c++11-lang to fix: configure: error: *** A compiler with support for C++11 language features is required. Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=506347
* - Update to 2.15.2Dmitry Marakasov2019-07-034-18/+23
| | | | | | | | | - Unbreak on arm - Move to GitHub - Optionize NLS Notes: svn path=/head/; revision=505718
* These ports now build on aarch64.Mark Linimon2019-05-031-1/+0
| | | | | | | | | | Where necessary, pet portlint. Approved by: portmgr Obtained from: aarch64 TRYBROKEN run Notes: svn path=/head/; revision=500752
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Remove CXXFLAGS_clang declaration, which was a relic of an earlier versionMark Linimon2018-12-061-1/+0
| | | | | | | | | of a committed patch. Reported by: jbeich Notes: svn path=/head/; revision=486756
* -Wno-error=narrowing is also supported by Clang, so make it unconditional.Mark Linimon2018-11-271-2/+1
| | | | | | | | Reported by: jbeich Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=486059
* Fix build on powerpc64.Mark Linimon2018-11-011-1/+2
| | | | | | | | | PR: 231954 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483636
* Conditionalize the addition of -Wno-c++11-narrowing to fix clang6 errorsMark Linimon2018-09-181-3/+5
| | | | | | | | | in CFLAGS to affect clang-based archs. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=479998
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Set LLD_UNSAFE=yes that the port will continue to link with ld.bfdKirill Ponomarev2018-01-071-0/+1
| | | | | | | | | | | if /usr/bin/ld is lld, until the issue can be addressed. PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=458382
* Mark some older failing ports broken on aarch64.Mark Linimon2017-12-191-0/+4
| | | | | | | | | While here, pet portlint and reformat some other BROKEN statements. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=456723
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-0/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* - Update to 2.14.7Dmitry Marakasov2017-06-156-55/+17
| | | | | | | - Add .desktop entry Notes: svn path=/head/; revision=443633
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* - Fix segfault on exit [1]Dmitry Marakasov2016-10-125-1/+49
| | | | | | | | | | - Fix license PR: 212866 [1] Submitted by: kdrakehp@zoho.com [1] Notes: svn path=/head/; revision=423836
* - Update to 2.14.6Dmitry Marakasov2016-10-043-33/+6
| | | | | | | - Switch to USES=localbase Notes: svn path=/head/; revision=423231
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534 Notes: svn path=/head/; revision=421635
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* This is a GPL release of the Seven Kingdoms: Ancient AdversariesDmitry Marakasov2015-05-214-0/+70
thanks to Enlight Software which granted the ability to license the game under a free and open source license in 2009. See the file "COPYING" for the details of the license. We are indebted to Enlight for making the 7kfans project possible and giving a new chance to build a community for fans of the game. WWW: http://7kfans.com/ Notes: svn path=/head/; revision=386930