Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Feb 2023 12:08:22 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: 9f0e6c8fd286 - main - security/webfwlog: Ignore with mysql 8.0
Message-ID:  <202302011208.311C8M08089673@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=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:



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