Date: Wed, 1 Feb 2023 12:08:18 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: c2e38ab7402c - main - databases/rubygem-mysql: Ignore with mysql 8.0 Message-ID: <202302011208.311C8Iek089571@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=c2e38ab7402cb3b7fde664b43a7b34df779494a6 commit c2e38ab7402cb3b7fde664b43a7b34df779494a6 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-02-01 11:29:05 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-02-01 12:07:21 +0000 databases/rubygem-mysql: Ignore with mysql 8.0 PR: 269203 Reported by: exp-run --- databases/rubygem-mysql/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/databases/rubygem-mysql/Makefile b/databases/rubygem-mysql/Makefile index 24dc78d15698..28d99ce0528f 100644 --- a/databases/rubygem-mysql/Makefile +++ b/databases/rubygem-mysql/Makefile @@ -11,5 +11,6 @@ LICENSE= GPLv2 RUBY LICENSE_COMB= dual USES= gem mysql +IGNORE_WITH_MYSQL= 80 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302011208.311C8Iek089571>