git: 62c591590679 - main - databases/ocaml-mysql: Ignore with mysql 8.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Feb 2026 17:32:15 UTC
The branch main has been updated by joneum:
URL: https://cgit.FreeBSD.org/ports/commit/?id=62c591590679ba9bb5aaacf34fae5a9a772743bd
commit 62c591590679ba9bb5aaacf34fae5a9a772743bd
Author: Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2026-02-23 17:29:55 +0000
Commit: Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2026-02-23 17:32:03 +0000
databases/ocaml-mysql: Ignore with mysql 8.4
PR: 291336
Reported by: private exp-run
Sponsored by: Netzkommune GmbH
---
databases/ocaml-mysql/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/databases/ocaml-mysql/Makefile b/databases/ocaml-mysql/Makefile
index 96fa62a8c41d..09fdc1844cad 100644
--- a/databases/ocaml-mysql/Makefile
+++ b/databases/ocaml-mysql/Makefile
@@ -13,7 +13,7 @@ WWW= http://ygrek.org.ua/p/ocaml-mysql/
LICENSE= LGPL21
USES= gmake ocaml:camlp4,findplist,ldconfig mysql
-IGNORE_WITH_MYSQL= 80 81
+IGNORE_WITH_MYSQL= 80 81 84
GNU_CONFIGURE= yes