IABSD.fr/ports/audio/mac

Branch :


Log

Author Commit Date CI Message
d23e76a5 2023-09-10 03:11:51 Update to Monkey's Audio Codec 10.20 This switches to using the upstream distfile, instead of what appears to be a Linux port of a quite old version (Monkey's Audio was previously Windows-only). The upstream distfile compiles without hanges. The shared library has changed from libmac to libMAC. The license has changed from a custom, non-open source license to a standard BSD-3-Clause license. All previous patches no longer necessary or apply. Add a couple new patches to the include files to make it easier to use the library.
7d8f57fc 2023-09-05 16:13:35 move to new sites format
b80841c8 2022-03-11 18:20:04 drop RCS Ids
c9a417c5 2021-04-25 10:40:13 also build on aarch64, passes regress
1991058d 2019-07-17 14:49:19 Remove unresponsive maintainers If somebody is removed who actually wants maintainer and either didn't receive the mail, or didn't bother to reply to it, they are free to send a diff to reinstate. ok sthen@, jca@
9fe1e38b 2019-07-12 20:43:27 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
25f0e460 2018-10-24 14:27:57 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.
5e964ab0 2017-07-26 22:45:14 bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports.
c114d705 2017-07-23 09:26:25 add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly.
8ac47fd9 2017-07-16 19:18:47 use COMPILER_LIBCXX where applicable