From dbe37f74ca13e4a5d4a2d4cd81a4231d85d975b7 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Wed, 1 Feb 2023 05:31:55 -0600 Subject: 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(-) (limited to 'finance/quickfix') 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 -- cgit v1.2.3