Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Feb 2023 12:08:16 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: a3381e241638 - main - databases/mysqltcl: Ignore with mysql 8.0
Message-ID:  <202302011208.311C8Ghu089547@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=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 \



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