git: fd6dec6a19b2 - main - databases/mysql-connector-c++: Ignore with MariaDB 10.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Dec 2023 06:53:04 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=fd6dec6a19b20c7aad6f8737bcc6ad69f33813c1 commit fd6dec6a19b20c7aad6f8737bcc6ad69f33813c1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-28 05:54:05 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-28 05:54:05 +0000 databases/mysql-connector-c++: Ignore with MariaDB 10.5 --- 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 d80ab20e274b..d92836b8f8f1 100644 --- a/databases/mysql-connector-c++/Makefile +++ b/databases/mysql-connector-c++/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libzstd.so:archivers/zstd USES= cmake:noninja compiler:c++17-lang cpe gmake mysql ssl +IGNORE_WITH_MYSQL= 105m CPE_VENDOR= oracle USE_CXXSTD= c++17 USE_LDCONFIG= yes