Date: Mon, 13 Feb 2023 13:04:41 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: c379da0002a9 - main - net-im/jabberd: Ignore with mysql 8.0 Message-ID: <202302131304.31DD4faT066640@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=c379da0002a9cd45fc5d05f930ed54423f549281 commit c379da0002a9cd45fc5d05f930ed54423f549281 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-02-13 12:49:19 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-02-13 13:04:32 +0000 net-im/jabberd: Ignore with mysql 8.0 PR: 269203 Reported by: exp-run --- net-im/jabberd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index 0519f617a9e3..13f766d673de 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -75,6 +75,7 @@ SQLITE_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 MYSQL_USES= mysql MYSQL_CONFIGURE_ENABLE= mysql +MYSQL_VARS= IGNORE_WITH_MYSQL=80 BDB_USES= bdb BDB_CONFIGURE_ENABLE= db
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302131304.31DD4faT066640>