Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.12.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.12.0 29 Mar 2022 18:06:21
    |
Tobias C. Berner (tcberner)  |
games/black-hole-solver: update to 1.12.0 |
1.10.1 01 May 2021 17:55:55
    |
Tobias Kortkamp (tobik)  |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
1.10.1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.10.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.10.1 29 Oct 2020 05:22:02
  |
tcberner  |
games/black-hole-solver: update to 1.10.1 |
1.8.0 26 Oct 2020 00:28:36
  |
pkubaj  |
games/black-hole-solver: fix build on powerpc64le
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 |
1.8.0 27 Jul 2020 11:36:14
  |
linimon  |
Add compiler:c11 to USES to fix build on GCC-based systems:
cc1: error: unrecognized command line option "-std=gnu11"
Approved by: portmgr (tier-2 blanket) |
1.8.0 26 Jul 2020 09:04:41
  |
tcberner  |
New port: games/black-hole-solver
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 |