git: 8fe8f93edbfa - main - graphics/digikam: doesn't actually need a MySQL server to build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 21:42:54 UTC
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