Index: astro/gpscorrelate/Makefile =================================================================== --- astro/gpscorrelate/Makefile +++ astro/gpscorrelate/Makefile @@ -3,7 +3,7 @@ PORTNAME= gpscorrelate PORTVERSION= 1.6.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= astro geography MAINTAINER= ports@FreeBSD.org Index: astro/merkaartor/Makefile =================================================================== --- astro/merkaartor/Makefile +++ astro/merkaartor/Makefile @@ -3,7 +3,7 @@ PORTNAME= merkaartor PORTVERSION= 0.18.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= astro MAINTAINER= dev2@heesakkers.info Index: deskutils/gnome-photos/Makefile =================================================================== --- deskutils/gnome-photos/Makefile +++ deskutils/gnome-photos/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnome-photos PORTVERSION= 3.24.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Index: deskutils/libstreamanalyzer/Makefile =================================================================== --- deskutils/libstreamanalyzer/Makefile +++ deskutils/libstreamanalyzer/Makefile @@ -2,7 +2,7 @@ PORTNAME= libstreamanalyzer PORTVERSION= ${STRIGI_VERSION} -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= deskutils MASTER_SITES= ${STRIGI_MASTER_SITES} Index: deskutils/pinot/Makefile =================================================================== --- deskutils/pinot/Makefile +++ deskutils/pinot/Makefile @@ -3,7 +3,7 @@ PORTNAME= pinot PORTVERSION= 1.09 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils MAINTAINER= thierry@FreeBSD.org Index: devel/kf5-kfilemetadata/Makefile =================================================================== --- devel/kf5-kfilemetadata/Makefile +++ devel/kf5-kfilemetadata/Makefile @@ -3,7 +3,7 @@ PORTNAME= kfilemetadata PORTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org Index: graphics/darktable/Makefile =================================================================== --- graphics/darktable/Makefile +++ graphics/darktable/Makefile @@ -3,7 +3,7 @@ PORTNAME= darktable PORTVERSION= 2.2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ Index: graphics/exiv2/Makefile =================================================================== --- graphics/exiv2/Makefile +++ graphics/exiv2/Makefile @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= exiv2 -PORTVERSION= 0.25 +DISTVERSION= 0.26 +DISTVERSIONSUFFIX=-trunk PORTEPOCH= 1 CATEGORIES= graphics -MASTER_SITES= http://www.exiv2.org/ +MASTER_SITES= http://www.exiv2.org/builds/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Exif, IPTC, and XMP metadata manipulation library and tools @@ -25,5 +26,7 @@ PATHFIX_CMAKELISTSTXT= CMakeChecks.txt CFLAGS_powerpc64= -mminimal-toc + +WRKSRC= ${WRKDIR}/${PORTNAME}-trunk .include Index: graphics/exiv2/distinfo =================================================================== --- graphics/exiv2/distinfo +++ graphics/exiv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1469188288 -SHA256 (exiv2-0.25.tar.gz) = c80bfc778a15fdb06f71265db2c3d49d8493c382e516cb99b8c9f9cbde36efa4 -SIZE (exiv2-0.25.tar.gz) = 5434325 +TIMESTAMP = 1505246232 +SHA256 (exiv2-0.26-trunk.tar.gz) = c75e3c4a0811bf700d92c82319373b7a825a2331c12b8b37d41eb58e4f18eafb +SIZE (exiv2-0.26-trunk.tar.gz) = 5677925 Index: graphics/exiv2/files/patch-src_CMakeLists.txt =================================================================== --- graphics/exiv2/files/patch-src_CMakeLists.txt +++ graphics/exiv2/files/patch-src_CMakeLists.txt @@ -5,18 +5,18 @@ [1] https://cmake.org/cmake/help/v3.6/variable/CMAKE_DL_LIBS.html ---- src/CMakeLists.txt.orig 2016-07-23 14:00:07 UTC +--- src/CMakeLists.txt.orig 2017-03-27 09:04:12 UTC +++ src/CMakeLists.txt -@@ -247,9 +247,9 @@ if ( MSVC ) - TARGET_LINK_LIBRARIES( exiv2lib ${SSH_LIBRARIES} ) +@@ -265,9 +265,9 @@ if ( MSVC ) + TARGET_LINK_LIBRARIES( exiv2lib ${PRIVATE_VAR} ${SSH_LIBRARIES} ) else() - if ( NOT MINGW ) -- TARGET_LINK_LIBRARIES( exiv2lib dl ${EXPAT_LIBRARIES} ) -- TARGET_LINK_LIBRARIES( exiv2lib dl ${CURL_LIBRARIES} ) -- TARGET_LINK_LIBRARIES( exiv2lib dl ${SSH_LIBRARIES} ) -+ TARGET_LINK_LIBRARIES( exiv2lib ${CMAKE_DL_LIBS} ${EXPAT_LIBRARIES} ) -+ TARGET_LINK_LIBRARIES( exiv2lib ${CMAKE_DL_LIBS} ${CURL_LIBRARIES} ) -+ TARGET_LINK_LIBRARIES( exiv2lib ${CMAKE_DL_LIBS} ${SSH_LIBRARIES} ) + if ( UNIX AND NOT FREEBSD ) +- TARGET_LINK_LIBRARIES( exiv2lib ${PRIVATE_VAR} dl ${EXPAT_LIBRARIES} ) +- TARGET_LINK_LIBRARIES( exiv2lib ${PRIVATE_VAR} dl ${CURL_LIBRARIES} ) +- TARGET_LINK_LIBRARIES( exiv2lib ${PRIVATE_VAR} dl ${SSH_LIBRARIES} ) ++ TARGET_LINK_LIBRARIES( exiv2lib ${PRIVATE_VAR} ${CMAKE_DL_LIBS} ${EXPAT_LIBRARIES} ) ++ TARGET_LINK_LIBRARIES( exiv2lib ${PRIVATE_VAR} ${CMAKE_DL_LIBS} ${CURL_LIBRARIES} ) ++ TARGET_LINK_LIBRARIES( exiv2lib ${PRIVATE_VAR} ${CMAKE_DL_LIBS} ${SSH_LIBRARIES} ) else() - TARGET_LINK_LIBRARIES( exiv2lib ${EXPAT_LIBRARIES} ) - TARGET_LINK_LIBRARIES( exiv2lib ${CURL_LIBRARIES} ) + TARGET_LINK_LIBRARIES( exiv2lib ${PRIVATE_VAR} ${EXPAT_LIBRARIES} ) + TARGET_LINK_LIBRARIES( exiv2lib ${PRIVATE_VAR} ${CURL_LIBRARIES} ) Index: graphics/exiv2/files/patch-src_actions.cpp =================================================================== --- /dev/null +++ graphics/exiv2/files/patch-src_actions.cpp @@ -0,0 +1,16 @@ +FreeBSD does not know either +* PTHREAD_RECURSIVE_MUTEX_INITIALIZER nor +* PTHREAD_RECUSRIVE_MUTEX_INITIALIZER_NP + + +--- src/actions.cpp.orig 2017-03-08 20:42:28 UTC ++++ src/actions.cpp +@@ -2048,6 +2048,8 @@ namespace { + #if defined(__APPLE__) + /* This is the critical section object (statically allocated). */ + static pthread_mutex_t cs = PTHREAD_RECURSIVE_MUTEX_INITIALIZER; ++ #elif defined(__FreeBSD__) ++ static pthread_mutex_t cs = PTHREAD_MUTEX_INITIALIZER; + #else + static pthread_mutex_t cs = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; + #endif Index: graphics/exiv2/pkg-plist =================================================================== --- graphics/exiv2/pkg-plist +++ graphics/exiv2/pkg-plist @@ -13,11 +13,11 @@ include/exiv2/exif.hpp include/exiv2/exiv2.hpp include/exiv2/exv_conf.h -include/exiv2/exv_msvc.h include/exiv2/futils.hpp include/exiv2/gifimage.hpp include/exiv2/http.hpp include/exiv2/image.hpp +include/exiv2/ini.hpp include/exiv2/iptc.hpp include/exiv2/jp2image.hpp include/exiv2/jpgimage.hpp @@ -34,6 +34,7 @@ include/exiv2/rafimage.hpp include/exiv2/riffvideo.hpp include/exiv2/rw2image.hpp +include/exiv2/rwlock.hpp include/exiv2/svn_version.h include/exiv2/tags.hpp include/exiv2/tgaimage.hpp @@ -42,11 +43,13 @@ include/exiv2/utilsvideo.hpp include/exiv2/value.hpp include/exiv2/version.hpp +include/exiv2/webpimage.hpp include/exiv2/xmp.hpp include/exiv2/xmpsidecar.hpp lib/libexiv2.so -lib/libexiv2.so.14 -lib/libexiv2.so.14.0.0 +lib/libexiv2.so.26 +lib/libexiv2.so.26.0.0 +lib/libxmp.a libdata/pkgconfig/exiv2.lsm libdata/pkgconfig/exiv2.pc man/man1/exiv2.1.gz Index: graphics/geeqie/Makefile =================================================================== --- graphics/geeqie/Makefile +++ graphics/geeqie/Makefile @@ -3,7 +3,7 @@ PORTNAME= geeqie PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.geeqie.org/ Index: graphics/gegl/Makefile =================================================================== --- graphics/gegl/Makefile +++ graphics/gegl/Makefile @@ -3,7 +3,7 @@ PORTNAME= gegl PORTVERSION= 0.2.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= graphics MASTER_SITES= GIMP Index: graphics/gegl3/Makefile =================================================================== --- graphics/gegl3/Makefile +++ graphics/gegl3/Makefile @@ -3,6 +3,7 @@ PORTNAME= gegl PORTVERSION= 0.3.18 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GIMP PKGNAMESUFFIX= 3 Index: graphics/gexiv2/Makefile =================================================================== --- graphics/gexiv2/Makefile +++ graphics/gexiv2/Makefile @@ -3,6 +3,7 @@ PORTNAME= gexiv2 PORTVERSION= 0.10.6 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GNOME/sources/gexiv2/${PORTVERSION:R} Index: graphics/gnome-color-manager/Makefile =================================================================== --- graphics/gnome-color-manager/Makefile +++ graphics/gnome-color-manager/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnome-color-manager PORTVERSION= 3.18.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Index: graphics/gthumb/Makefile =================================================================== --- graphics/gthumb/Makefile +++ graphics/gthumb/Makefile @@ -4,7 +4,7 @@ PORTNAME= gthumb PORTVERSION= 3.4.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Index: graphics/gwenview-kde4/Makefile =================================================================== --- graphics/gwenview-kde4/Makefile +++ graphics/gwenview-kde4/Makefile @@ -2,7 +2,7 @@ PORTNAME= gwenview PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde kde-kde4 MAINTAINER= kde@FreeBSD.org Index: graphics/hugin/Makefile =================================================================== --- graphics/hugin/Makefile +++ graphics/hugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= hugin PORTVERSION= 2017.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} Index: graphics/kphotoalbum-kde4/Makefile =================================================================== --- graphics/kphotoalbum-kde4/Makefile +++ graphics/kphotoalbum-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= kphotoalbum PORTVERSION= 4.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src DIST_SUBDIR= KDE Index: graphics/krita/Makefile =================================================================== --- graphics/krita/Makefile +++ graphics/krita/Makefile @@ -2,7 +2,7 @@ PORTNAME= krita PORTVERSION= 3.1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/3.1.2 DIST_SUBDIR= KDE/${PORTNAME} Index: graphics/libkexiv2-kde4/Makefile =================================================================== --- graphics/libkexiv2-kde4/Makefile +++ graphics/libkexiv2-kde4/Makefile @@ -2,7 +2,7 @@ PORTNAME= libkexiv2 PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics kde kde-kde4 MAINTAINER= kde@FreeBSD.org Index: graphics/luminance-qt5/Makefile =================================================================== --- graphics/luminance-qt5/Makefile +++ graphics/luminance-qt5/Makefile @@ -3,7 +3,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.4.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} PKGNAMESUFFIX= -qt5 Index: graphics/luminance/Makefile =================================================================== --- graphics/luminance/Makefile +++ graphics/luminance/Makefile @@ -3,7 +3,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.3.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} Index: graphics/nomacs/Makefile =================================================================== --- graphics/nomacs/Makefile +++ graphics/nomacs/Makefile @@ -2,7 +2,7 @@ PORTNAME= nomacs PORTVERSION= 2.2.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= SF/nomacs/nomacs-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source Index: graphics/oyranos/Makefile =================================================================== --- graphics/oyranos/Makefile +++ graphics/oyranos/Makefile @@ -2,7 +2,7 @@ PORTNAME= oyranos PORTVERSION= 0.9.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= bsam@FreeBSD.org Index: graphics/photivo/Makefile =================================================================== --- graphics/photivo/Makefile +++ graphics/photivo/Makefile @@ -3,7 +3,7 @@ PORTNAME= photivo PORTVERSION= 0.0.2015.03.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/${PORTNAME}/ DISTNAME= source-archive Index: graphics/phototonic/Makefile =================================================================== --- graphics/phototonic/Makefile +++ graphics/phototonic/Makefile @@ -4,7 +4,7 @@ PORTNAME= phototonic PORTVERSION= 1.7.20 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org Index: graphics/py-exiv2/Makefile =================================================================== --- graphics/py-exiv2/Makefile +++ graphics/py-exiv2/Makefile @@ -3,7 +3,7 @@ PORTNAME= exiv2 PORTVERSION= 0.3.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics python MASTER_SITES= https://launchpadlibrarian.net/83595798/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: graphics/rawstudio/Makefile =================================================================== --- graphics/rawstudio/Makefile +++ graphics/rawstudio/Makefile @@ -3,7 +3,7 @@ PORTNAME= rawstudio PORTVERSION= 2.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics MASTER_SITES= http://rawstudio.org/files/release/ Index: graphics/shotwell/Makefile =================================================================== --- graphics/shotwell/Makefile +++ graphics/shotwell/Makefile @@ -3,7 +3,7 @@ PORTNAME= shotwell PORTVERSION= 0.26.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics gnome MASTER_SITES= GNOME/sources/shotwell/${PORTVERSION:R} Index: graphics/ufraw/Makefile =================================================================== --- graphics/ufraw/Makefile +++ graphics/ufraw/Makefile @@ -3,7 +3,7 @@ PORTNAME= ufraw PORTVERSION= 0.22 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Index: graphics/viewnior/Makefile =================================================================== --- graphics/viewnior/Makefile +++ graphics/viewnior/Makefile @@ -4,7 +4,7 @@ PORTNAME= viewnior PORTVERSION= 1.6 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= nemysis@FreeBSD.org Index: sysutils/bulk_extractor/Makefile =================================================================== --- sysutils/bulk_extractor/Makefile +++ sysutils/bulk_extractor/Makefile @@ -3,7 +3,7 @@ PORTNAME= bulk_extractor PORTVERSION= 1.5.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://digitalcorpora.org/downloads/bulk_extractor/ Index: sysutils/kfilemetadata/Makefile =================================================================== --- sysutils/kfilemetadata/Makefile +++ sysutils/kfilemetadata/Makefile @@ -2,7 +2,7 @@ PORTNAME= kfilemetadata PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= sysutils kde kde-kde4 MAINTAINER= kde@FreeBSD.org Index: sysutils/krename-kde4/Makefile =================================================================== --- sysutils/krename-kde4/Makefile +++ sysutils/krename-kde4/Makefile @@ -2,7 +2,7 @@ PORTNAME= krename PORTVERSION= 4.0.9 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils kde MASTER_SITES= SF/${PORTNAME}/KDE4%20${PORTNAME}-stable/${PORTVERSION} Index: sysutils/nepomuk-core/Makefile =================================================================== --- sysutils/nepomuk-core/Makefile +++ sysutils/nepomuk-core/Makefile @@ -3,7 +3,7 @@ PORTNAME= nepomuk-core PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils kde kde-kde4 MAINTAINER= kde@FreeBSD.org Index: textproc/libextractor/Makefile =================================================================== --- textproc/libextractor/Makefile +++ textproc/libextractor/Makefile @@ -3,7 +3,7 @@ PORTNAME= libextractor PORTVERSION= 1.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MASTER_SITES= GNU Index: x11-fm/gnome-commander2/Makefile =================================================================== --- x11-fm/gnome-commander2/Makefile +++ x11-fm/gnome-commander2/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnome-commander PORTVERSION= 1.6.3 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME/sources/gnome-commander/${PORTVERSION:R} Index: x11/kde4-runtime/Makefile =================================================================== --- x11/kde4-runtime/Makefile +++ x11/kde4-runtime/Makefile @@ -2,7 +2,7 @@ PORTNAME= kde-runtime PORTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 kde kde-applications MAINTAINER= kde@FreeBSD.org