git: 3e496ad8458e - main - databases/ocaml-mysql: Ignore with mysql 8.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Feb 2023 13:04:43 UTC
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