14 Commits

Author SHA1 Message Date
naddy
9433d2a35f drop RCS Ids 2022-03-11 19:04:03 +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
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
bcallah
d04c5e513d Change these to my openbsd email address and bump.
ok giovanni@
2018-01-01 18:11:46 +00:00
espie
dd1a06b9bb FIX_EXTRACT_PERMISSIONS 2017-12-07 13:12:44 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
benoit
154829956d Update to brumbrumrally-0.7.
from Brian Callahan (new maintainer)
2017-06-07 14:50:17 +00:00
espie
a6438d1b37 fixes for clang. 2017-05-04 21:23:30 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
bentley
35c52d4313 Mark broken on alpha, yet another hqx OOM failure... 2017-01-06 17:28:43 +00:00
ajacoutot
dc2004bbbb Update to brumbrumrally-0.6. 2016-04-27 21:06:27 +00:00
bentley
087177e878 Import brumbrumrally-0.5.
Brum Brum Rally is a simple 2D racing game with autogenerated tracks so
that you don't have to play the same tracks over and over again.

It's possible to play single races or tournaments with up to eight
players at the same time. You can play with your friends on the same
computer and/or with other people over a network (Internet or LAN).

It's also possible play alone against the computer, or against the clock
by trying to finish a race as fast as possible in the time trial mode.

ok landry@
2015-12-05 13:01:35 +00:00