git: a3381e241638 - main - databases/mysqltcl: Ignore with mysql 8.0

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 01 Feb 2023 12:08:16 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a3381e2416389dbfd7276bc129e52842a519182b

commit a3381e2416389dbfd7276bc129e52842a519182b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-02-01 11:26:21 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-02-01 12:07:20 +0000

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

diff --git a/databases/mysqltcl/Makefile b/databases/mysqltcl/Makefile
index f7eb68d5cd7e..6103ea539eda 100644
--- a/databases/mysqltcl/Makefile
+++ b/databases/mysqltcl/Makefile
@@ -8,6 +8,7 @@ COMMENT=	TCL module for accessing MySQL databases based on msqltcl
 WWW=		http://www.xdobry.de/mysqltcl/
 
 USES=		mysql tcl
+IGNORE_WITH_MYSQL=	80
 USE_LDCONFIG=	yes
 
 PLIST_FILES=	lib/${PORTNAME}-${PORTVERSION}/libmysqltcl${PORTVERSION}.so \