Date: Wed, 20 Nov 2024 10:28:57 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 64e9a1e53df0 - main - sysutils/hid-tools: pet portlint (+) Message-ID: <202411201028.4AKASvoF062193@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=64e9a1e53df01e73a1225c7fb7f1683b312571ab commit 64e9a1e53df01e73a1225c7fb7f1683b312571ab Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-11-20 10:25:00 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-11-20 10:28:42 +0000 sysutils/hid-tools: pet portlint (+) When building with all flavors, concurrent packages get override by same name without flafors suffix Set noflafors to build only default one Approved by: portmgr blanket (trivial packaging fix) Sponsored by: Future Crew, LLC --- sysutils/hid-tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/hid-tools/Makefile b/sysutils/hid-tools/Makefile index 782f52134707..ba68287fc2eb 100644 --- a/sysutils/hid-tools/Makefile +++ b/sysutils/hid-tools/Makefile @@ -20,7 +20,7 @@ USE_GITLAB= yes GL_SITE= https://gitlab.freedesktop.org/ GL_ACCOUNT= libevdev GL_TAGNAME= 0f71fd65d83b28b744a2fe0a6cc1e3139921c721 -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist noflavors distutils OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT= MANPAGES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411201028.4AKASvoF062193>