git: 499ef9312922 - main - audio/amarok: Ignore with mysql 8.0

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 13 Feb 2023 13:04:40 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=499ef93129228ebc674639b82779a532d508b7b6

commit 499ef93129228ebc674639b82779a532d508b7b6
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-02-13 12:46:06 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-02-13 13:04:31 +0000

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

diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile
index 29f77524156a..83ef4090230f 100644
--- a/audio/amarok/Makefile
+++ b/audio/amarok/Makefile
@@ -21,6 +21,7 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 
 USES=		cmake compiler:c++11-lang cpe desktop-file-utils \
 		kde:5 mysql:client,embedded pkgconfig qca qt:5 shebangfix ssl xorg
+IGNORE_WITH_MYSQL=80
 
 USE_QT=		core concurrent declarative dbus gui location network phonon4 \
 		quickcontrols2 script scripttools sql svg webchannel \