Date: Fri, 22 Jul 2022 11:33:25 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 265378] x11/xfce4-goodies can depend on sysutils/xfce4-battery-plugin when battery-plugin is unbuildable Message-ID: <bug-265378-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265378 Bug ID: 265378 Summary: x11/xfce4-goodies can depend on sysutils/xfce4-battery-plugin when battery-plugin is unbuildable Product: Ports & Packages Version: Latest Hardware: arm64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: xfce@FreeBSD.org Reporter: mike@urgle.com Flags: maintainer-feedback?(xfce@FreeBSD.org) Assignee: xfce@FreeBSD.org 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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265378-7788>