aboutsummaryrefslogtreecommitdiff
path: root/games/black-hole-solver
Commit message (Collapse)AuthorAgeFilesLines
* Clean up some thingsTobias Kortkamp2021-05-011-1/+1
| | | | | | | | | | - Fix typos - Remove duplicate variables - Remove nop variables - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* games/black-hole-solver: update to 1.10.1Tobias C. Berner2020-10-293-6/+8
| | | | Notes: svn path=/head/; revision=553585
* games/black-hole-solver: fix build on powerpc64lePiotr Kubaj2020-10-261-0/+14
| | | | | | | | | | Another namespace collision: In file included from /wrkdirs/usr/ports/games/black-hole-solver/work/black-hole-solver-1.8.0/xxHash-wrapper/xxHash-0.7.2/xxh3.h:162: /usr/lib/clang/11.0.0/include/altivec.h:55:19: error: unknown type name 'vector' static __inline__ vector bool char __ATTRS_o_ai Notes: svn path=/head/; revision=553303
* Add compiler:c11 to USES to fix build on GCC-based systems:Mark Linimon2020-07-271-1/+1
| | | | | | | | | cc1: error: unrecognized command line option "-std=gnu11" Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=543517
* New port: games/black-hole-solverTobias C. Berner2020-07-264-0/+38
Black Hole Solitaire Solver This is a solver, written in C, to solve Golf solitaire, the Solitaire variant called “Black Hole” and the one called “All in a Row”. It provides a portable C library, and a command line application that after being fed with a layout will emit the cards to move. https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/ This is an upcoming dependency in games/kpat Notes: svn path=/head/; revision=543457