Some frontend components have been renamed/moved in Zabbix 6.4.17: (This is an illustration, not a patch.) --- 6.4.16 +++ 6.4.17 @@ -847,9 +847,8 @@ ui/assets/styles/dark-theme.css ui/assets/styles/vendors/ ui/assets/styles/vendors/Leaflet/ -ui/assets/styles/vendors/Leaflet/Leaflet/ -ui/assets/styles/vendors/Leaflet/Leaflet/leaflet.css -ui/assets/styles/vendors/Leaflet/Leaflet/LICENSE +ui/assets/styles/vendors/Leaflet/leaflet.css +ui/assets/styles/vendors/Leaflet/LICENSE ui/assets/styles/blue-theme.css ui/assets/styles/hc-light.css ui/assets/fonts/ @@ -1698,14 +1697,18 @@ ui/js/class.dashboard.js ui/js/class.notifications.audio.js ui/js/vendors/ -ui/js/vendors/jquery.js +ui/js/vendors/jQuery/ +ui/js/vendors/jQuery/jquery.js +ui/js/vendors/jQuery/LICENSE +ui/js/vendors/jQueryUI/ +ui/js/vendors/jQueryUI/LICENSE +ui/js/vendors/jQueryUI/jquery-ui.js ui/js/vendors/Leaflet/ -ui/js/vendors/Leaflet/Leaflet/ -ui/js/vendors/Leaflet/Leaflet/LICENSE -ui/js/vendors/Leaflet/Leaflet/leaflet.js -ui/js/vendors/Leaflet/Leaflet.markercluster/ -ui/js/vendors/Leaflet/Leaflet.markercluster/leaflet.markercluster.js -ui/js/vendors/jquery-ui.js +ui/js/vendors/Leaflet/LICENSE +ui/js/vendors/Leaflet/leaflet.js +ui/js/vendors/Leaflet.markercluster/ +ui/js/vendors/Leaflet.markercluster/leaflet.markercluster.js +ui/js/vendors/Leaflet.markercluster/LICENSE ui/js/class.base-component.js ui/js/multiselect.js ui/js/hostinterfacemanager.js
Created attachment 252244 [details] Patch This satisfies poudriere testport, and it appears to work.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bb59fa7102b46e3845a33f302227ca36d79156d5 commit bb59fa7102b46e3845a33f302227ca36d79156d5 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2024-07-23 20:48:54 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2024-07-23 20:48:54 +0000 net-mgmt/zabbix64-frontend: Fix pkg-plist and thus build Fix pkg-plist for frontend. Reported by: Christian Ullrich <chris@chrullrich.net> PR: 280417 net-mgmt/zabbix64-server/pkg-plist.frontend | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-)
Committed, thanks. Somehow the zabbix64 testing slipped through my pipeline without any execution.