Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Feb 2024 09:32:29 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 026a0d471efc - 2024Q1 - graphics/libdrm: Remove @${PY_FLAVOR}
Message-ID:  <202402010932.4119WTpB074712@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=026a0d471efc91a952bd3a9693bd93b389b5c3d4

commit 026a0d471efc91a952bd3a9693bd93b389b5c3d4
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2024-01-27 19:01:40 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2024-02-01 09:31:47 +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
    
    (cherry picked from commit 30228b4054de23d900d39c6df1bd6dfcc4503929)
---
 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?202402010932.4119WTpB074712>