Commit Graph

12 Commits

Author SHA1 Message Date
bcallah
c783a97ebe Add a patch to remove all -Werror= flags. Those flags needlessly break the
build on (at least) sparc64.
Tested in a sparc64 bulk and ok kmos@
2019-12-16 15:10:43 +00:00
bcallah
80887b0846 Fix the build on arm64.
ok phessler@
2019-12-03 13:28:19 +00:00
sthen
310321ff24 BUILD_DEPENDS on devel/boost,-main, it is picked up during the build.
No LIB_DEPENDS because it only uses headers.
2019-09-01 19:28:32 +00:00
naddy
f7c917c5d4 remove empty files 2019-08-16 23:37:08 +00:00
thfr
8a0ae2e3c7 update dxx-rebirth to recent nightly and unbreak
remove base-clang from this C++14 port; found by kirby@

ok kirby@
2019-08-16 15:21:38 +00:00
naddy
7ab397505a Switch to PERMIT_PACKAGE. CDROM restrictions are no longer applicable. 2019-07-14 00:39:34 +00:00
sthen
89751d00e9 mark BROKEN on clang archs, pending update 2019-06-27 15:48:59 +00:00
thfr
5c1b359e87 bulk-update maintainer email, reminded of need to bump & ok phessler@ 2019-01-06 21:26:02 +00:00
bcallah
fbd6f77c6e Remove a configure-time check for /usr/bin/as -- the build doesn't use the
assembler at all so this check needlessly breaks the build on arm64.
Doesn't affect the build or resulting package in any way on other archs.
ok thfr@ (MAINTAINER)
2018-12-28 06:15:59 +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
bcallah
b9a8c82147 Import games/dxx-rebirth, a source port of the Descent and Descent 2 games.
Based on a submission by Thomas Frohwein <frohwein AT ymail DOT com>, who
takes MAINTAINER, thanks!
ok awolk@

DXX-Rebirth is a Source Port of the Descent and Descent 2 Engines,
offering OpenGL graphics and effects, advanced Multiplayer, many
improvements and new features.

Do you like getting disoriented flying through narrow corridors while
getting fired at from 6 degrees of freedom? Enjoy looking at confusing
maps that look like yarn after your cats played with it? Love blowing up                                                                        
reactors that shoot red balls at you, only to get lost trying to find
the exit afterwards and getting blown up with the entire mine? If this
sounds fun to you, you have probably played Descent 1 or 2.
2017-12-24 19:13:43 +00:00