Index: head/audio/libaudec/Makefile =================================================================== --- head/audio/libaudec/Makefile (revision 549088) +++ head/audio/libaudec/Makefile (revision 549089) @@ -1,29 +1,29 @@ # $FreeBSD$ PORTNAME= libaudec DISTVERSIONPREFIX= v DISTVERSION= 0.2.3 CATEGORIES= audio devel MAINTAINER= yuri@FreeBSD.org COMMENT= Wrapper library over ffmpeg, sndfile and libsamplerate LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile USES= compiler:c11 meson pkgconfig USE_GITHUB= yes GH_ACCOUNT= zrythm USE_LDCONFIG= yes -MESON_ARGS= -Dbuild-tests=false +MESON_ARGS= -Dtests=false PLIST_FILES= bin/audec \ include/audec/audec.h \ lib/libaudec.so \ libdata/pkgconfig/audec.pc .include Index: head/audio/libaudec/files/patch-meson.build =================================================================== --- head/audio/libaudec/files/patch-meson.build (revision 549088) +++ head/audio/libaudec/files/patch-meson.build (revision 549089) @@ -1,22 +1,11 @@ ---- meson.build.orig 2020-05-16 11:50:13 UTC +--- meson.build.orig 2020-08-15 13:40:04 UTC +++ meson.build -@@ -177,7 +177,7 @@ config_h_dep = declare_dependency ( +@@ -162,7 +162,7 @@ config_h_dep = declare_dependency ( ) audec_deps += config_h_dep -audec = static_library ( +audec = shared_library ( 'audec', sources: srcs, dependencies: [ -@@ -212,7 +212,9 @@ audec_exe = executable ( - install: not meson.is_subproject(), - ) - --subdir('tests') -+if get_variable('build-tests', true) -+ subdir('tests') -+endif - - summary = [ - '',