git: 529bff549e85 - main - finance/frontaccounting24: Remove PERCONA option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Dec 2023 07:16:50 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=529bff549e8570bf54b36ba32016cb0c90273f52
commit 529bff549e8570bf54b36ba32016cb0c90273f52
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-29 20:25:46 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-30 07:16:40 +0000
finance/frontaccounting24: Remove PERCONA option
Percona has removed from the tree so remove the non-default OPTION.
Approved by: portmgr (blanket)
---
finance/frontaccounting24/Makefile | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/finance/frontaccounting24/Makefile b/finance/frontaccounting24/Makefile
index 7ae482596d59..2f905e5f006b 100644
--- a/finance/frontaccounting24/Makefile
+++ b/finance/frontaccounting24/Makefile
@@ -26,11 +26,10 @@ OPTIONS_DEFINE= APACHE LIGHTTPD NGINX NLS DOCS
OPTIONS_DEFAULT= APACHE MYSQL_SERVER
OPTIONS_RADIO= RG1
-OPTIONS_RADIO_RG1= MARIADB_CLIENT MYSQL_CLIENT MYSQL_SERVER PERCONA_CLIENT
+OPTIONS_RADIO_RG1= MARIADB_CLIENT MYSQL_CLIENT MYSQL_SERVER
RG1_DESC= Database Connectivity
MARIADB_CLIENT_DESC= MariaDB client connector support
-PERCONA_CLIENT_DESC= Percona client connector support
MYSQL_CLIENT_DESC= MySQL client connector support
MYSQL_SERVER_DESC= MySQL server support
NGINX_DESC= NGINX web server
@@ -43,7 +42,6 @@ NGINX_USES= php:web
MYSQL_SERVER_USES= mysql:server
MYSQL_CLIENT_USES= mysql:client
MARIADB_CLIENT_USES= mysql:106m
-PERCONA_CLIENT_USES= mysql:57p
NLS_USES= gettext
.include <bsd.port.options.mk>
@@ -52,7 +50,7 @@ NLS_USES= gettext
USES+= php:cgi php:cli
.endif
-.if ${PORT_OPTIONS:MMYSQL_SERVER} || ${PORT_OPTIONS:MMARIADB_CLIENT} || ${PORT_OPTIONS:MPERCONA_CLIENT}
+.if ${PORT_OPTIONS:MMYSQL_SERVER} || ${PORT_OPTIONS:MMARIADB_CLIENT}
USE_PHP+= mysqli
.endif