git: 9f0e6c8fd286 - main - security/webfwlog: Ignore with mysql 8.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Feb 2023 12:08:22 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f0e6c8fd2864e7794d78ed48296343046c2f88d commit 9f0e6c8fd2864e7794d78ed48296343046c2f88d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-02-01 12:04:39 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-02-01 12:07:23 +0000 security/webfwlog: Ignore with mysql 8.0 PR: 269203 Reported by: exp-run --- security/webfwlog/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/webfwlog/Makefile b/security/webfwlog/Makefile index 02e4b317d75e..078ce849ea6b 100644 --- a/security/webfwlog/Makefile +++ b/security/webfwlog/Makefile @@ -79,8 +79,10 @@ PLIST_SUB+= WWWGRP=${WWWGRP} .if ${PORT_OPTIONS:MMYSQLIPV6} USES+= mysql:server,client +IGNORE_WITH_MYSQL= 80 .elif ${PORT_OPTIONS:MMYSQL} USES+= mysql:client +IGNORE_WITH_MYSQL= 80 .endif do-install: