Date: Thu, 30 Mar 2023 09:07:36 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: 00516180f357 - main - audio/patchage: unbreak with --auto-features=enabled Message-ID: <202303300907.32U97ac8037696@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=00516180f3573d89eaa1b39c6b63abed33760850 commit 00516180f3573d89eaa1b39c6b63abed33760850 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-03-30 08:14:09 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-03-30 09:07:17 +0000 audio/patchage: unbreak with --auto-features=enabled meson.build:148:0: ERROR: Dependency "jack" not found, tried pkgconfig PR: 270361 Reported by: antoine (via exp-run) --- audio/patchage/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/patchage/Makefile b/audio/patchage/Makefile index b09ab1921c77..053cb9489ebb 100644 --- a/audio/patchage/Makefile +++ b/audio/patchage/Makefile @@ -24,6 +24,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ USES= compiler:c++14-lang gettext gnome localbase meson pkgconfig python:build tar:xz USE_GNOME= atk cairo cairomm glib20 glibmm gdkpixbuf2 gtk20 gtkmm24 libsigc++20 pango pangomm +MESON_ARGS= -Djack=disabled post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303300907.32U97ac8037696>