Date: Sat, 27 Jan 2024 19:03:28 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 30228b4054de - main - graphics/libdrm: Remove @${PY_FLAVOR} Message-ID: <202401271903.40RJ3SRT008431@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=30228b4054de23d900d39c6df1bd6dfcc4503929 commit 30228b4054de23d900d39c6df1bd6dfcc4503929 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2024-01-27 19:01:40 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-01-27 19:03:23 +0000 graphics/libdrm: Remove @${PY_FLAVOR} While it works fine when building directly the port poudriere complains : [00:00:06] Warning: (graphics/libdrm): Error: graphics/libdrm has dependency on textproc/py-docutils with invalid empty FLAVOR; Please contact maintainer of the port to fix this. portlint suggested this but this seems wrong. Fixes: 67c3a731efe7 ("graphics/libdrm: Always enable manpages") Sponsored by: Beckhoff Automation GmbH & Co. KG --- graphics/libdrm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile index 76f6ad230e00..bf580a280d89 100644 --- a/graphics/libdrm/Makefile +++ b/graphics/libdrm/Makefile @@ -11,7 +11,7 @@ WWW= https://dri.freedesktop.org/ LICENSE= MIT -BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} +BUILD_DEPENDS= rst2man:textproc/py-docutils LIB_DEPENDS= libpciaccess.so:devel/libpciaccess USES= gnome meson pkgconfig tar:xz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401271903.40RJ3SRT008431>