summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2022-07-22 22:50:08 +0200
committerGuido Falsi <madpilot@FreeBSD.org>2022-07-22 22:54:22 +0200
commit41c237b70f3bc9fc19da62c7a87c0c08154ca591 (patch)
tree934b4ffcbd2dfc092a635d5e1b443fab2e6257e2 /x11
parentsecurity/boringssl: update to the recent commit (diff)
x11/xfce4-goodies: Enable BATTERY option only for supported archs
The xfce4-battery-plugin is available only for amd64 and i386. So enable the option only for those archs. Also add more unsupported archs to the OPTIONS_EXLUDE list. While here enable again the BSDCPUFREQ option. xfce4-bsdcpufreq-plugin has been fixed some time ago. PR: 265378
Diffstat (limited to 'x11')
-rw-r--r--x11/xfce4-goodies/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/x11/xfce4-goodies/Makefile b/x11/xfce4-goodies/Makefile
index 5774294122dd..c65eddb1df05 100644
--- a/x11/xfce4-goodies/Makefile
+++ b/x11/xfce4-goodies/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xfce4-goodies
PORTVERSION= 4.16
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= xfce@FreeBSD.org
@@ -7,20 +8,26 @@ COMMENT= Meta-port for software and artwork from the Xfce4 Goodies Project
USES= metaport
-OPTIONS_DEFAULT= ARCHIVE BATTERY CALCULATOR CLIPMAN CPUGRAPH DASHBOARD \
+OPTIONS_DEFAULT= ARCHIVE BSDCPUFREQ CALCULATOR CLIPMAN CPUGRAPH DASHBOARD \
DATETIME DICTIONARY DISKPERF FSGUARD GENMON GIGOLO \
MAILWATCH MEDIATAGS MENULIBRE MOUNT NETLOAD NOTES PAROLE \
POWERMANAGER RISTRETTO SCREENSAVER SCREENSHOOTER \
SMARTBOOKMARK STOPWATCH SYSTEMLOAD TASKMANAGER TERMINAL \
THEMES TIMEOUT TIMER VCS VERVE WAVELAN WEATHER WHISKERMENU \
XFBURN XKB
-# Removed from defaults due to ports being broken.
-# BSDCPUFREQ
+OPTIONS_DEFAULT_amd64= BATTERY
+OPTIONS_DEFAULT_i386= BATTERY
+
+OPTIONS_EXCLUDE_aarch64= BATTERY
+OPTIONS_EXCLUDE_armv6= BATTERY
+OPTIONS_EXCLUDE_armv7= BATTERY
OPTIONS_EXCLUDE_powerpc= BATTERY
OPTIONS_EXCLUDE_powerpc64= BATTERY
OPTIONS_EXCLUDE_powerpc64le= BATTERY
OPTIONS_EXCLUDE_powerpcspe= BATTERY
+OPTIONS_EXCLUDE_riscv64= BATTERY
+OPTIONS_EXCLUDE_riscv64sf= BATTERY
OPTIONS_GROUP= APPLICATIONS PANELPLUGINS THUNARPLUGINS UNOFFICIAL