git: 6e95a7c8512c - main - databases/mysql-connector-c++: Ignore with mysql 8.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Feb 2023 12:08:13 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e95a7c8512c00539eca57f8ab7d869016f8b9fe commit 6e95a7c8512c00539eca57f8ab7d869016f8b9fe Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-02-01 11:01:43 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-02-01 12:07:19 +0000 databases/mysql-connector-c++: Ignore with mysql 8.0 PR: 269203 Reported by: exp-run --- databases/mysql-connector-c++/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/databases/mysql-connector-c++/Makefile b/databases/mysql-connector-c++/Makefile index f3f50afcf2e6..370203ad1bb1 100644 --- a/databases/mysql-connector-c++/Makefile +++ b/databases/mysql-connector-c++/Makefile @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_regex.so:devel/boost-libs USES= cmake compiler:c++11-lang mysql ssl +IGNORE_WITH_MYSQL= 80 USE_LDCONFIG= yes CMAKE_ARGS= -DDOC_DESTINATION="${DOCSDIR}" -DCMAKE_ENABLE_C++11=ON