git: c2e38ab7402c - main - databases/rubygem-mysql: Ignore with mysql 8.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Feb 2023 12:08:18 UTC
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>