Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2023 13:04:40 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: 499ef9312922 - main - audio/amarok: Ignore with mysql 8.0
Message-ID:  <202302131304.31DD4en2066614@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=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 \



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