Index: head/graphics/digikam/Makefile =================================================================== --- head/graphics/digikam/Makefile (revision 472788) +++ head/graphics/digikam/Makefile (revision 472789) @@ -1,87 +1,87 @@ # $FreeBSD$ PORTNAME= digikam DISTVERSION= 5.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME} DIST_SUBDIR= KDE/digikam/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE digital photo management application LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libKF5KGeoMap.so:astro/libkgeomap \ libKF5Sane.so:graphics/libksane \ libboost_graph.so:devel/boost-libs \ libexiv2.so:graphics/exiv2 \ libexpat.so:textproc/expat2 \ libgphoto2.so:graphics/libgphoto2 \ libicalss.so:devel/libical \ libjasper.so:graphics/jasper \ liblcms2.so:graphics/lcms2 \ liblensfun.so:graphics/lensfun \ liblqr-1.so:graphics/liblqr-1 \ libopencv_video.so:graphics/opencv \ libopencv_core.so:graphics/opencv-core \ libpgf.so:graphics/libpgf \ libpng.so:graphics/png \ libtiff.so:graphics/tiff USES= cmake:outsource compiler:c++11-lib eigen:3 jpeg kde:5 pkgconfig \ shebangfix tar:xz USE_GNOME= glib20 libxml2 libxslt USE_KDE= archive auth bookmarks calendarcore codecs completion config \ configwidgets coreaddons crash doctools ecm filemetadata \ guiaddons i18n iconthemes itemviews jobwidgets kdelibs4support \ kio marble libkipi notifications notifyconfig parts service \ solid sonnet textwidgets threadweaver unitconversion \ widgetsaddons windowsystem xmlgui USE_QT5= concurrent core dbus gui network opengl printsupport sql \ webkit widgets x11extras xml \ sql-sqlite3_run \ buildtools_build qmake_build USE_XORG= ice sm x11 xext USE_LDCONFIG= yes SHEBANG_FILES= core/data/scripts/digitaglinktree/digitaglinktree # Disable kipiplugins, as they are built in their own port: graphics/kipiplugins. # Remember to keep that port in sync with this one. CMAKE_ON= DIGIKAMSC_COMPILE_DIGIKAM ENABLE_OPENCV3 CMAKE_OFF= DIGIKAMSC_COMPILE_KIPIPLUGINS OPTIONS_DEFINE= DOCS MULTIMEDIA MYSQL NLS OPTIONS_DEFAULT= ${OPTIONS_DEFINE} OPTIONS_SUB= yes DOCS_DESC= Digikam documentation DOCS_CMAKE_BOOL= DIGIKAMSC_COMPILE_DOC DOCS_USES= gettext DOCS_USE= KDE=doctools MULTIMEDIA_DESC= Multimedia support MULTIMEDIA_CMAKE_BOOL= ENABLE_MEDIAPLAYER MULTIMEDIA_LIB_DEPENDS= libQtAV.so:multimedia/QtAV MYSQL_USE= MYSQL=server QT5=sql-mysql_run 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} NLS_DESC= Digikam i18n translations NLS_CMAKE_BOOL= DIGIKAMSC_COMPILE_PO NLS_USES= gettext NLS_USE= KDE=i18n PLIST_SUB= SHLIB_VER=${DISTVERSION} post-extract: # Remove localization file already installed by net/libkvkontakte. ${RM} ${WRKSRC}/po/*/libkvkontakte.po .include Index: head/graphics/digikam/files/patch-core_app_utils_digikam__version.h.cmake.in =================================================================== --- head/graphics/digikam/files/patch-core_app_utils_digikam__version.h.cmake.in (nonexistent) +++ head/graphics/digikam/files/patch-core_app_utils_digikam__version.h.cmake.in (revision 472789) @@ -0,0 +1,11 @@ +--- core/app/utils/digikam_version.h.cmake.in.orig 2018-06-16 08:50:14 UTC ++++ core/app/utils/digikam_version.h.cmake.in +@@ -34,7 +34,7 @@ + + // Local includes. + +-#include "gitversion.h" ++#define GITVERSION "" + + namespace Digikam + { Property changes on: head/graphics/digikam/files/patch-core_app_utils_digikam__version.h.cmake.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/digikam/files/patch-extra_kipi-plugins_common_libkipiplugins_tools_kpversion.cpp =================================================================== --- head/graphics/digikam/files/patch-extra_kipi-plugins_common_libkipiplugins_tools_kpversion.cpp (nonexistent) +++ head/graphics/digikam/files/patch-extra_kipi-plugins_common_libkipiplugins_tools_kpversion.cpp (revision 472789) @@ -0,0 +1,11 @@ +--- extra/kipi-plugins/common/libkipiplugins/tools/kpversion.cpp.orig 2018-06-16 09:09:44 UTC ++++ extra/kipi-plugins/common/libkipiplugins/tools/kpversion.cpp +@@ -21,7 +21,7 @@ + * ============================================================ */ + + #include "kpversion.h" +-#include "gitversion.h" ++#define GITVERSION "" + + namespace pluginsVersion { + Property changes on: head/graphics/digikam/files/patch-extra_kipi-plugins_common_libkipiplugins_tools_kpversion.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property