Date: Mon, 20 Mar 2023 22:19:07 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: 1f69dde2dd19 - main - x11-wm/phoc: unbreak with --auto-features=enabled Message-ID: <202303202219.32KMJ7EO031664@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=1f69dde2dd19e83c636fe806fbf42fbc981f29ab commit 1f69dde2dd19e83c636fe806fbf42fbc981f29ab Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-03-20 21:36:15 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-03-20 22:18:39 +0000 x11-wm/phoc: unbreak with --auto-features=enabled meson.build:59:8: ERROR: Problem encountered: Wlroots subproject not found but enabled PR: 270361 --- x11-wm/phoc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-wm/phoc/Makefile b/x11-wm/phoc/Makefile index 918bb51026eb..59748baaae5b 100644 --- a/x11-wm/phoc/Makefile +++ b/x11-wm/phoc/Makefile @@ -30,6 +30,7 @@ GL_ACCOUNT= World/Phosh GL_COMMIT= 3aee71bf5197694ee6125d6f4d06c2afc4c2a4e2 GL_TUPLE= https://gitlab.gnome.org:guidog:gmobile:ff854988bff80f2d4c1181ccf3c94b032603b6f9:gmobile/subprojects/gmobile SHEBANG_FILES= build-aux/post_install.py +MESON_ARGS= -Dembed-wlroots=disabled CFLAGS+= -Wno-error=format-nonliteral # clang PLIST_FILES= bin/${PORTNAME} GLIB_SCHEMAS= sm.puri.phoc.gschema.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303202219.32KMJ7EO031664>