Commit Graph

8 Commits

Author SHA1 Message Date
sthen
9356d2ac79 remove some extraneous DISTNAME setting from GH_TAGNAME ports,
move GH_* up in a few cases where it's halfway through the Makefile
2020-02-14 11:11:32 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
bentley
aa2227b0ba Fix with clang 6. 2018-04-09 05:56:50 +00:00
bentley
ce58c3ce51 Update to koboredux-0.7.5.1.
Release notes: https://github.com/olofson/koboredux/releases
2018-02-14 08:59:17 +00:00
bentley
108bdb9941 Import koboredux-0.7.4.
Kobo Redux is a frantic '80s style 2D shooter with the look and feel a
'90s arcade cabinet, the smoothness of current technology, and a matching
soundtrack. The gameplay is fast, intense and unforgiving, while trying to
tone down the frustrating quirkiness of the actual games of the '80s. A true
challenge in the spirit of the arcade era!

The full game, which provides improved graphics and music, can be purchased
from: https://olofson.itch.io/kobo-redux

tweaks + ok bcallah@
2017-08-08 06:35:22 +00:00