mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
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
This commit is contained in:
parent
2b896982c7
commit
41c237b70f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user