net-mgmt/zabbix5-frontend: Cleanup

- Requires php74 which was EOL on 2022-11-28

PR:		261634
Approved by:	otis
Sponsored by:	Bounce Experts
This commit is contained in:
Muhammad Moinur Rahman 2022-12-08 11:53:46 -06:00
parent f959b9a2d1
commit 9f72f354a1
5 changed files with 1 additions and 1247 deletions

1
MOVED
View File

@ -17631,3 +17631,4 @@ devel/pecl-jsmin||2022-12-05|Requires php74 which was EOL on 2022-11-28
security/py-certbot-dns-cloudxns||2022-12-06|The CloudXNS DNS service is defunct and upstream removed plugin for it
security/pam_krb5|security/pam_krb5@mit|2022-12-06|The pam_krb5 package is now the (default) mit flavor
devel/pecl-hrtime||2022-12-08|Requires php74 which was EOL on 2022-11-28
net-mgmt/zabbix5-frontend||2022-12-08|Requires php74 which was EOL on 2022-11-28

View File

@ -403,7 +403,6 @@
SUBDIR += zabbix4-proxy
SUBDIR += zabbix4-server
SUBDIR += zabbix5-agent
SUBDIR += zabbix5-frontend
SUBDIR += zabbix5-java
SUBDIR += zabbix5-proxy
SUBDIR += zabbix5-server

View File

@ -1,30 +0,0 @@
PORTNAME= zabbix5
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -frontend
USES+= php:web
USE_PHP= bcmath ctype dom fileinfo filter gd gettext hash json ldap \
mbstring pcre session simplexml snmp sockets xml xmlreader \
xmlwriter
IGNORE_WITH_PHP= 80 81 82
MASTERDIR= ${.CURDIR}/../zabbix5-server
PATCHDIR=
NO_ARCH= yes
NO_BUILD= yes
PLIST= ${PKGDIR}/pkg-plist.frontend
OPTIONS_DEFINE= MYSQLI ORACLE PGSQL
OPTIONS_DEFAULT= MYSQLI
MYSQLI_DESC= MySQLI backend
MYSQLI_USE= PHP=mysqli
ORACLE_CONFIGURE_WITH= oracle
PGSQL_USE= PHP=pgsql
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
(cd ${WRKSRC}/ui && \
${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
.include "${MASTERDIR}/Makefile"

View File

@ -19,7 +19,6 @@ CONFLICTS_INSTALL= zabbix[0-9][0-9]${PKGNAMESUFFIX} zabbix[0-46-9]${PKGNAMESUFFI
ZABBIX_BUILD= ${PKGNAMESUFFIX:S/^-//}
.if ${ZABBIX_BUILD} != "frontend" # frontend only needs the version/distribution settings
.if ${ZABBIX_BUILD} != "agent"
CONFIGURE_ARGS+= --with-libevent=${LOCALBASE} --cache-file=${WRKSRC}/config.cache
LIB_DEPENDS+= libevent.so:devel/libevent
@ -216,8 +215,4 @@ post-install:
${STAGEDIR}${LOCALBASE}/bin/zabbix_proxy_js
.endif
.else # frontend
.include <bsd.port.pre.mk>
.endif
.include <bsd.port.post.mk>

File diff suppressed because it is too large Load Diff