Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2022 21:42:54 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8fe8f93edbfa - main - graphics/digikam: doesn't actually need a MySQL server to build
Message-ID:  <202204092142.239Lgs0P092438@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8fe8f93edbfa61ca750b619ca812cb7b2f8d01e6

commit 8fe8f93edbfa61ca750b619ca812cb7b2f8d01e6
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2022-04-09 21:42:19 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2022-04-09 21:42:51 +0000

    graphics/digikam: doesn't actually need a MySQL server to build
    
    None of the code actually includes anything from the server;
    it goes through QtSQL, and the config-option is enough
    to convince Digikam to include support.
    
    PR:             261995
---
 graphics/digikam/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile
index 6417c77389ff..1636026bb907 100644
--- a/graphics/digikam/Makefile
+++ b/graphics/digikam/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	digikam
 DISTVERSION=	7.6.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}
 DIST_SUBDIR=	KDE/digikam/${PORTVERSION}
@@ -83,7 +83,6 @@ MYSQL_CMAKE_BOOL=	ENABLE_INTERNALMYSQL \
 			ENABLE_MYSQLSUPPORT
 MYSQL_CMAKE_ON=		-DMYSQLD_PATH:PATH=${LOCALBASE}/libexec \
 			-DMYSQL_TOOLS_PATH:PATH=${LOCALBASE}/bin
-MYSQL_BUILD_DEPENDS=	${LOCALBASE}/lib/mysql/libmysqld.a:${_MYSQL_SERVER}
 
 KVKONTAKTE_DESC=	vk.com Plugin
 KVKONTAKTE_LIB_DEPENDS=	libKF5Vkontakte.so:net/libkvkontakte



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