Skip to content

Commit

Permalink
sysutils/zabbix6-frontend: Fix plist and add PHP 8.2 support
Browse files Browse the repository at this point in the history
- Add locale HR (Croatia)
- Allow for building with PHP 8.2 as per release notes
  • Loading branch information
jurajlutter committed Mar 10, 2023
1 parent 3070a97 commit eb66efe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions net-mgmt/zabbix6-frontend/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
PORTNAME= zabbix6
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -frontend${PHP_PKGNAMESUFFIX}

USES+= php:web,flavors
USE_PHP= bcmath ctype gd gettext ldap mbstring session simplexml \
sockets xml xmlreader xmlwriter
IGNORE_WITH_PHP= 82

MASTERDIR= ${.CURDIR}/../${PORTNAME}-server
PATCHDIR=
Expand Down
2 changes: 2 additions & 0 deletions net-mgmt/zabbix6-server/pkg-plist.frontend
Original file line number Diff line number Diff line change
Expand Up @@ -1327,6 +1327,8 @@
%%WWWDIR%%/locale/fr/LC_MESSAGES/frontend.po
%%WWWDIR%%/locale/he/LC_MESSAGES/frontend.mo
%%WWWDIR%%/locale/he/LC_MESSAGES/frontend.po
%%WWWDIR%%/locale/hr/LC_MESSAGES/frontend.mo
%%WWWDIR%%/locale/hr/LC_MESSAGES/frontend.po
%%WWWDIR%%/locale/hu/LC_MESSAGES/frontend.mo
%%WWWDIR%%/locale/hu/LC_MESSAGES/frontend.po
%%WWWDIR%%/locale/id/LC_MESSAGES/frontend.mo
Expand Down

0 comments on commit eb66efe

Please sign in to comment.