Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2023 13:04:43 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: 3e496ad8458e - main - databases/ocaml-mysql: Ignore with mysql 8.0
Message-ID:  <202302131304.31DD4hsc066695@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=3e496ad8458edea6f7568aa11a6f084ab5e5ff65

commit 3e496ad8458edea6f7568aa11a6f084ab5e5ff65
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-02-13 13:03:51 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-02-13 13:04:33 +0000

    databases/ocaml-mysql: Ignore with mysql 8.0
    
    PR:             269203
    Reported by:    exp-run
---
 databases/ocaml-mysql/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/databases/ocaml-mysql/Makefile b/databases/ocaml-mysql/Makefile
index 2382b85dbb58..ec0a5fe0efe1 100644
--- a/databases/ocaml-mysql/Makefile
+++ b/databases/ocaml-mysql/Makefile
@@ -12,6 +12,7 @@ WWW=		http://ygrek.org.ua/p/ocaml-mysql/
 LICENSE=	LGPL21
 
 USES=		gmake mysql
+IGNORE_WITH_MYSQL=	80
 USE_OCAML=		yes
 USE_OCAML_FINDLIB=	yes
 USE_OCAML_CAMLP4=	yes



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