21 Commits

Author SHA1 Message Date
fcambus
63b07857da Update ocp to 0.2.2. 2020-06-11 10:39:43 +00:00
sthen
81f275b5e1 broken on i386. 2019-12-28 13:13:12 +00:00
fcambus
7ca1b9882e Prevent bundled Timidity to pick archivers/libzip's zip.h header, issue
was caught by naddy@ in a bulk build.

While there, pass required LDFLAGS for iconv detection in CONFIGURE_ENV
instead of abusing CFLAGS for this.
2019-12-22 20:49:45 +00:00
fcambus
1a95127772 Update ocp to 0.2.1.
This version now uses SDL2.
2019-12-16 12:54:30 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
sthen
e40f996745 another batch of ncurses->curses WANTLIB updates, skipping any
that have gettext LIB/RUN_DEPENDS to avoid conflicts for naddy's
multipackaging work
2019-05-20 20:52:31 +00:00
naddy
33bea57aa6 again, bump users of audio/libmad after macro change in header file 2018-12-05 20:19:00 +00:00
naddy
62baafa1d6 bump users of audio/libmad after macro change in header file 2018-12-04 20:44:56 +00:00
jca
846fb1bf98 Don't hardcode gcc, should fix aarch64
ok fcambus@ (maintainer)
2018-11-27 19:11:35 +00:00
naddy
a79b99f5b8 fix fat-fingered diff 2018-11-23 21:08:39 +00:00
fcambus
64f451cc2c Patch configure to add support for newer versions of GCC. This will
allow building on architectures using ports-gcc to build the port once
we update lang/gcc.

OK naddy@
2018-11-22 18:57:52 +00:00
naddy
d9df9a6eba The included i386 assembly is a mix of PIC code, acknowledged non-PIC
code, and code that claims to be PIC but really isn't.  Disable all
of it and use the C code as on all other archs.  ok fcambus@
2018-11-22 15:39:43 +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
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
ebdf362d76 Mark as BROKEN on alpha, it triggers an internal compiler error.
arctar.c:384: internal compiler error: in extract_insn, at recog.c:2077
2017-02-06 15:33:15 +00:00
fcambus
099128d422 Make ocp compile against audio/adplug, which allows playing many OPL2/OPL3 audio formats.
OK landry@
2016-11-11 12:28:07 +00:00
fcambus
2992ca0183 Add missing BUILD_DEPENDS on desktop-file-utils.
OK naddy@ (who spotted the issue, thanks!)
2016-09-27 12:42:27 +00:00
fcambus
924d059283 Import audio/ocp
Open Cubic Player is a music player which plays a variety of sound formats.
It is derived from Cubic Player 2.0 which was developed by Niklas Beisert
of the legendary Cubic Team demogroup.

The following file formats are supported: MOD/NST/WOW, XM, S3M, DMF, MTM,
ULT, 669, OKT, PTM, AMS, MDL, IT, SID, YM, MPEG 1 audio layer 1/2/3, OGG,
FLAC, WAV.

OK juanfra@
2016-09-26 06:56:57 +00:00