git: 362c9e860637 - main - graphics/igt-gpu-tools: Disable DOCS option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 17:05:18 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=362c9e8606377442e20b33b3fdee20116b3b34c6
commit 362c9e8606377442e20b33b3fdee20116b3b34c6
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-01-10 19:10:27 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-01-12 17:05:01 +0000
graphics/igt-gpu-tools: Disable DOCS option
Fails to build with newer (stricter) versions of libxml2
PR: 275503
Approved by: portmgr (maintainer timeout, 1+ month)
---
graphics/igt-gpu-tools/Makefile | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/graphics/igt-gpu-tools/Makefile b/graphics/igt-gpu-tools/Makefile
index f517b9cf6ae0..627172dd53cc 100644
--- a/graphics/igt-gpu-tools/Makefile
+++ b/graphics/igt-gpu-tools/Makefile
@@ -1,5 +1,6 @@
PORTNAME= igt-gpu-tools
DISTVERSION= 1.26.1266
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= jfree@FreeBSD.org
@@ -29,10 +30,12 @@ USE_LDCONFIG= yes
USE_XORG= pixman
SHEBANG_FILES= scripts/code_cov_gather_on_test scripts/code_cov_parse_info
-MESON_ARGS= -Dvalgrind=disabled
+PLIST_SUB+= DOCS="@comment "
+MESON_ARGS= -Ddocs=disabled -Dvalgrind=disabled
-OPTIONS_DEFINE= CHAMELIUM DOCS RUNNER TEST
-OPTIONS_DEFAULT= DOCS RUNNER TEST
+#OPTIONS_DEFINE= CHAMELIUM DOCS RUNNER TEST
+OPTIONS_DEFINE= CHAMELIUM RUNNER TEST
+OPTIONS_DEFAULT= RUNNER TEST
OPTIONS_SUB= yes
@@ -46,9 +49,9 @@ CHAMELIUM_LIB_DEPENDS= libasound.so:audio/alsa-lib \
libxmlrpc.so:net/xmlrpc-c
CHAMELIUM_MESON_ENABLED= chamelium
-DOCS_IMPLIES= TEST
-DOCS_BUILD_DEPENDS= gtkdoc-mkhtml:textproc/gtk-doc
-DOCS_MESON_ENABLED= docs
+#DOCS_IMPLIES= TEST
+#DOCS_BUILD_DEPENDS= gtkdoc-mkhtml:textproc/gtk-doc
+#DOCS_MESON_ENABLED= docs
RUNNER_IMPLIES= TEST
RUNNER_LIB_DEPENDS= libjson-c.so:devel/json-c \