14 Commits

Author SHA1 Message Date
fcambus
7308e01350 Drop maintainership. 2021-01-16 13:43:21 +00:00
fcambus
7f91f476bd Update adplay to 1.8.1. 2020-05-25 10:36:53 +00:00
fcambus
4675531817 Fix build with adplug 2.3.2.
Thanks to ajacoutot@ and naddy@ for reporting the issue.
2020-05-17 16:42:38 +00:00
ajacoutot
059e20e3cf BROKEN after the recent update to adplug.
ok sthen@
2020-05-17 13:37:47 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +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
fcambus
d48d94851f Switch to using SDL2. 2018-05-11 16:16:23 +00:00
fcambus
bfa4b742a1 Update adplay to 1.8. 2018-04-26 10:16:46 +00:00
fcambus
a9f4004d70 Fix build with Clang 6, from upstream. 2018-04-08 16:14:13 +00:00
jca
521a18edda Stop hardcoding -lstdc++
libstdc++ is not available on aarch64, but the configure script thinks
it is since clang automatically translates it to -lc++...  Just stop
linking explicitely against libstdc++ and let the c++ compiler choose.

ok fcambus@ (maintainer)
2017-12-28 16:37:46 +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
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
fcambus
6068e19ddd Import audio/adplay.
AdPlay/UNIX is AdPlug's UNIX console-based frontend. AdPlug is a free,
universal OPL2 audio playback library. AdPlay/UNIX supports the full range
of AdPlug's file format playback features.

OK abieber@
2016-11-08 23:24:53 +00:00