git: c379da0002a9 - main - net-im/jabberd: Ignore with mysql 8.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Feb 2023 13:04:41 UTC
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