git: df0420805823 - main - databases/libgda5-mysql: Ignore with mysql 8.0

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 01 Feb 2023 10:54:31 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=df042080582344e032e7e10ce7424d544aec4cd1

commit df042080582344e032e7e10ce7424d544aec4cd1
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-02-01 10:52:06 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-02-01 10:52:06 +0000

    databases/libgda5-mysql: Ignore with mysql 8.0
    
    PR:             269203
    Reported by:    exp-run
---
 databases/libgda5/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile
index 2806108832da..2f26c34db2f4 100644
--- a/databases/libgda5/Makefile
+++ b/databases/libgda5/Makefile
@@ -69,6 +69,7 @@ CONFIGURE_ARGS+=	--without-ldap
 
 .if ${LIBGDA5_SLAVE}==mysql
 USES+=			mysql
+IGNORE_WITH_MYSQL=	80
 CONFIGURE_ARGS+=	--with-mysql=${LOCALBASE}
 .else
 CONFIGURE_ARGS+=	--without-mysql