[sysadmin/ci-images] freebsd150-qt610: FreeBSD CI: Adjust options of some ports to make them weigh less
Gleb Popov <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit fa14b4759349291c594add8a323a4c80c1a4b5c6 by Gleb Popov.
Committed on 01/08/2026 at 12:30.
Pushed by arrowdodger into branch 'master'.
FreeBSD CI: Adjust options of some ports to make them weigh less
M +8 -4 freebsd150-qt610/poudriere-make.conf
https://invent.kde.org/sysadmin/ci-images/-/commit/fa14b4759349291c594add8a323a4c80c1a4b5c6
diff --git a/freebsd150-qt610/poudriere-make.conf b/freebsd150-qt610/poudriere-make.conf
index c359bb8..361780d 100644
--- a/freebsd150-qt610/poudriere-make.conf
+++ b/freebsd150-qt610/poudriere-make.conf
@@ -4,15 +4,19 @@ SCCACHE_DIR= ${CCACHE_DIR}/sccache
DEFAULT_VERSIONS= mysql=11.8m
# Build mesa-libs and Co always with wayland support.
-OPTIONS_SET_FORCE= WAYLAND
+OPTIONS_SET_FORCE= WAYLAND
+OPTIONS_UNSET_FORCE= DOCS
-multimedia_vlc_UNSET= QT5
-math_octave_UNSET= QT5
+devel_llvm19_UNSET= POLLY LLDB PYCLANG
+lang_rust_SET= PORT_LLVM
+lang_rust_UNSET= SOURCES
+multimedia_vlc_UNSET= QT5 SKINS
+math_octave_UNSET= QT5
science_openbabel_UNSET=GUI
# Build Qt with debug flags
-.if ${.CURDIR:M*/qt6-*} && ! ${.CURDIR:M*www/qt6-webkit*} && ! ${.CURDIR:M*www/qt6-webengine*} && ! ${.CURDIR:M*x11-toolkits/qt6-declarative*}
+.if ${.CURDIR:M*/qt6-*} && ! ${.CURDIR:M*www/qt6-webengine*} && ! ${.CURDIR:M*x11-toolkits/qt6-declarative*}
WITH_DEBUG= yes
.endif