aboutsummaryrefslogtreecommitdiff
path: root/games/divide-and-succeed
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Add USES=compiler:c++11-lang to fix build on GCC architecturesDmitry Marakasov2019-04-301-3/+1
| | | | | | | | | | - Add USES=gnome,sdl PR: 237382 Submitted by: pkubaj@FreeBSD.org Notes: svn path=/head/; revision=500504
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-221-0/+2
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441455
* Divide and succeed is a slicing cake game :-DDmitry Marakasov2017-02-225-0/+70
You have to cut a Polygon in a specific number of equal parts using a specific number of lines. Levels consists of a list of Polygons, a number of parts and a number of slices. Maximum width allowed for a level is 600, Maximum height is 400. There is no level editor at the moment, so it's text-editor style. WWW: http://projects.haxx.es/p/divide-and-succeed/ Notes: svn path=/head/; revision=434597