Date: Thu, 30 Mar 2023 02:12:56 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fad4bc49cbba - main - audio/fomp-lv2: unbreak with --auto-features=enabled Message-ID: <202303300212.32U2CujB062430@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=fad4bc49cbbae16a8165f7dfc6f2baf884cfcc4c commit fad4bc49cbbae16a8165f7dfc6f2baf884cfcc4c Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-03-30 01:13:54 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-03-30 02:11:55 +0000 audio/fomp-lv2: unbreak with --auto-features=enabled meson.build:67:2: ERROR: Program 'autoship' not found or not executable PR: 270361 Reported by: antoine (via exp-run) --- audio/fomp-lv2/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/fomp-lv2/Makefile b/audio/fomp-lv2/Makefile index 299ddf18a2be..77bc23380853 100644 --- a/audio/fomp-lv2/Makefile +++ b/audio/fomp-lv2/Makefile @@ -15,6 +15,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 \ lv2lint:audio/lv2lint USES= meson pkgconfig tar:xz +MESON_ARGS= -Dtests=disabled post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/fomp.lv2/*.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303300212.32U2CujB062430>