Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Feb 2023 10:39:48 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: 6db7a8c38ed1 - main - biology/emboss: Ignore with mysql 8.0
Message-ID:  <202302011039.311AdmBK060779@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=6db7a8c38ed1459761006281e6d861901fe8e228

commit 6db7a8c38ed1459761006281e6d861901fe8e228
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-02-01 10:38:50 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-02-01 10:39:38 +0000

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

diff --git a/biology/emboss/Makefile b/biology/emboss/Makefile
index d96f7c223ec4..e5362ab34681 100644
--- a/biology/emboss/Makefile
+++ b/biology/emboss/Makefile
@@ -18,6 +18,7 @@ LIB_DEPENDS=	libgd.so:graphics/gd \
 		libpng.so:graphics/png
 
 USES=		gmake libtool iconv mysql pgsql ssl
+IGNORE_WITH_MYSQL=	80
 USE_SUBMAKE=	yes
 
 CONFLICTS=	qmail-ldap digest



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