Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Feb 2023 12:08:13 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: 6e95a7c8512c - main - databases/mysql-connector-c++: Ignore with mysql 8.0
Message-ID:  <202302011208.311C8DZp089458@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=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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302011208.311C8DZp089458>