pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/zabbix50-frontend
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jan 23 20:46:17 UTC 2025
Modified Files:
pkgsrc/sysutils/zabbix50-frontend: Makefile PLIST
Log Message:
zabbix50-frontend: fix build
Some pkglint and general cleanup while here.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/zabbix50-frontend/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/zabbix50-frontend/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/zabbix50-frontend/Makefile
diff -u pkgsrc/sysutils/zabbix50-frontend/Makefile:1.11 pkgsrc/sysutils/zabbix50-frontend/Makefile:1.12
--- pkgsrc/sysutils/zabbix50-frontend/Makefile:1.11 Mon Jan 13 17:20:48 2025
+++ pkgsrc/sysutils/zabbix50-frontend/Makefile Thu Jan 23 20:46:17 2025
@@ -1,22 +1,23 @@
-# $NetBSD: Makefile,v 1.11 2025/01/13 17:20:48 taca Exp $
+# $NetBSD: Makefile,v 1.12 2025/01/23 20:46:17 wiz Exp $
+
+PKGREVISION= 1
+
+PHP_VERSIONS_ACCEPTED= 74
-PKGREVISION= 1
.include "../../sysutils/zabbix50-server/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-frontend-${ZABBIX_DB_TYPE}-/}
COMMENT= Zabbix PHP 7.4 frontend
DISTINFO_FILE= ${.CURDIR}/../../sysutils/zabbix50-server/distinfo
+PATCHDIR= ${.CURDIR}/../../sysutils/zabbix50-server/patches
CONFLICTS+= zabbix-frontend-[0-9]*
-PHP_VERSIONS_ACCEPTED= 74
-
EGDIR= share/examples/${PKGBASE}
USE_TOOLS+= pax
NO_BUILD= yes
-NO_CONFIGURE= yes
REPLACE_SH+= ui/locale/*.sh
@@ -43,7 +44,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-sysvsem>=7.2
INSTALLATION_DIRS+= ${EGDIR} share/zabbix
-post-patch: replace-interpreter
+do-configure:
do-install:
rm -f ${WRKSRC}/ui/locale/*.orig
Index: pkgsrc/sysutils/zabbix50-frontend/PLIST
diff -u pkgsrc/sysutils/zabbix50-frontend/PLIST:1.5 pkgsrc/sysutils/zabbix50-frontend/PLIST:1.6
--- pkgsrc/sysutils/zabbix50-frontend/PLIST:1.5 Mon Jul 10 11:24:08 2023
+++ pkgsrc/sysutils/zabbix50-frontend/PLIST Thu Jan 23 20:46:17 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2023/07/10 11:24:08 otis Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/01/23 20:46:17 wiz Exp $
share/examples/${PKGBASE}/httpd-zabbix.conf
share/examples/${PKGBASE}/php-fpm-zabbix.conf
share/zabbix/actionconf.php
@@ -1047,12 +1047,12 @@ share/zabbix/js/multilineinput.js
share/zabbix/js/multiselect.js
share/zabbix/js/pages/items.js
share/zabbix/js/pages/monitoring.overview.js
-share/zabbix/js/pages/report2.js
-share/zabbix/js/pages/report4.js
-share/zabbix/js/pages/srv_status.js
share/zabbix/js/pages/popup.condition.common.js
share/zabbix/js/pages/popup.operation.common.js
+share/zabbix/js/pages/report2.js
+share/zabbix/js/pages/report4.js
share/zabbix/js/pages/setup.js
+share/zabbix/js/pages/srv_status.js
share/zabbix/js/servercheck.js
share/zabbix/js/textareaflexible.js
share/zabbix/js/vector/class.svg.canvas.js
Home |
Main Index |
Thread Index |
Old Index