Date: Fri, 22 Jul 2022 11:33:25 +0000 From: bugzilla-noreply@freebsd.org To: xfce@FreeBSD.org Subject: maintainer-feedback requested: [Bug 265378] x11/xfce4-goodies can depend on sysutils/xfce4-battery-plugin when battery-plugin is unbuildable Message-ID: <bug-265378-28711-XLJWNmqKJz@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-265378-28711@https.bugs.freebsd.org/bugzilla/> References: <bug-265378-28711@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-xfce (Nobody) <xfce@FreeBSD.org> for maintainer-feedback: Bug 265378: x11/xfce4-goodies can depend on sysutils/xfce4-battery-plugin w= hen battery-plugin is unbuildable https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265378 --- Description --- Hi, x11/xfce4-goodies can depend on sysutils/xfce4-battery-plugin, and does so = by default. sysutils/xfce4-battery-plugin is 'ONLY_FOR_ARCHS=3D amd64 i386'. This means that building x11/xfce4-goodies on aarch64 (and probably others) fails without some fiddling. I think you can be cunning with various OPTIONS_ settings to make it so that the BATTERY option is only available on amd64 and i386, and only set by def= ault on those arches... but the following patch follows the powerpc example for = the arch I found the problem on (it misses out armv6, armv7, risc64, and risc64= sf and possibly more).=20 index fb2e9437b7b5..840c34cb8510 100644 --- a/x11/xfce4-goodies/Makefile +++ b/x11/xfce4-goodies/Makefile @@ -23,6 +23,7 @@ OPTIONS_EXCLUDE_powerpc=3D BATTERY OPTIONS_EXCLUDE_powerpc64=3D BATTERY OPTIONS_EXCLUDE_powerpc64le=3D BATTERY OPTIONS_EXCLUDE_powerpcspe=3D BATTERY +OPTIONS_EXCLUDE_aarch64=3D BATTERY OPTIONS_GROUP=3D APPLICATIONS PANELPLUGINS THUNARPLUGINS UNOFFICIAL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265378-28711-XLJWNmqKJz>