Date: Wed, 1 Feb 2023 12:08:14 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: ad5a0a8bfb62 - main - databases/mysql-connector-odbc: Ignore with mysql 8.0 Message-ID: <202302011208.311C8EXD089494@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=ad5a0a8bfb621b1163fd707ec87ed3807d68ec19 commit ad5a0a8bfb621b1163fd707ec87ed3807d68ec19 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-02-01 11:04:01 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-02-01 12:07:19 +0000 databases/mysql-connector-odbc: Ignore with mysql 8.0 - Take MAINTAINERSHIP PR: 269203 Reported by: exp-run --- databases/mysql-connector-odbc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/mysql-connector-odbc/Makefile b/databases/mysql-connector-odbc/Makefile index 4d79d0f5999e..8597fc8cc0ae 100644 --- a/databases/mysql-connector-odbc/Makefile +++ b/databases/mysql-connector-odbc/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= MYSQL/Connector-ODBC/5.3 PKGNAMESUFFIX= -${DRIVER_MANAGER}-mysql${MYSQL_VER} DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= ODBC driver for MySQL${MYSQL_VER} / ${DRIVER_MANAGER} WWW= https://www.mysql.com/ @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libodbc.so:databases/unixODBC USES= cmake compiler:c++11-lang mysql +IGNORE_WITH_MYSQL= 80 CMAKE_ARGS= -DWITH_UNIXODBC=1 -DDISABLE_GUI=1 USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302011208.311C8EXD089494>