Date: Wed, 1 Feb 2023 10:54:31 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: df0420805823 - main - databases/libgda5-mysql: Ignore with mysql 8.0 Message-ID: <202302011054.311AsVK4088409@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302011054.311AsVK4088409>