Date: Wed, 1 Feb 2023 12:08:19 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: dbe37f74ca13 - main - finance/quickfix: Ignore with mysql 8.0 Message-ID: <202302011208.311C8J32089595@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=dbe37f74ca13e4a5d4a2d4cd81a4231d85d975b7 commit dbe37f74ca13e4a5d4a2d4cd81a4231d85d975b7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-02-01 11:31:55 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-02-01 12:07:21 +0000 finance/quickfix: Ignore with mysql 8.0 PR: 269203 Reported by: exp-run Approved by: portmgr (just-fix-it) --- finance/quickfix/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/finance/quickfix/Makefile b/finance/quickfix/Makefile index 70894a453678..07b08e04b4fc 100644 --- a/finance/quickfix/Makefile +++ b/finance/quickfix/Makefile @@ -1,7 +1,7 @@ PORTNAME= quickfix PORTVERSION= 1.15.1 -PORTREVISION= 2 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= finance devel MAINTAINER= m.tsatsenko@gmail.com @@ -32,6 +32,7 @@ PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= postgresql MYSQL_USES= mysql MYSQL_CONFIGURE_WITH= mysql +MYSQL_VARS= IGNORE_WITH_MYSQL=80 PYTHON_USES= python:3.7 PYTHON_CONFIGURE_WITH= python3 RUBY_USES= ruby
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302011208.311C8J32089595>