Page MenuHomeFreeBSD

D12345.id38220.diff
No OneTemporary

D12345.id38220.diff

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: 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: devel/kf5-kfilemetadata/Makefile
===================================================================
--- devel/kf5-kfilemetadata/Makefile
+++ devel/kf5-kfilemetadata/Makefile
@@ -2,6 +2,7 @@
PORTNAME= kfilemetadata
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
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.4.0
-PORTREVISION= 1
+PORTREVISION= 2
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
@@ -18,12 +19,15 @@
USES= cmake:outsource cpe gettext iconv pathfix
USE_LDCONFIG= yes
-CMAKE_ARGS= -DEXIV2_ENABLE_VIDEO:BOOL=TRUE \
- -DEXIV2_ENABLE_BUILD_PO:BOOL=TRUE \
- -DEXIV2_ENABLE_BUILD_SAMPLES:BOOL=FALSE
+CMAKE_ON= EXIV2_ENABLE_VIDEO \
+ EXIV2_ENABLE_BUILD_PO
+CMAKE_OFF= EXIV2_ENABLE_BUILD_SAMPLES \
+ EXIV2_ENABLE_LIBXMP
PATHFIX_CMAKELISTSTXT= CMakeChecks.txt
CFLAGS_powerpc64= -mminimal-toc
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-trunk
.include <bsd.port.mk>
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,12 @@
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
libdata/pkgconfig/exiv2.lsm
libdata/pkgconfig/exiv2.pc
man/man1/exiv2.1.gz
Index: graphics/gegl3/Makefile
===================================================================
--- graphics/gegl3/Makefile
+++ graphics/gegl3/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gegl
PORTVERSION= 0.3.20
-PORTREVISION= 3
+PORTREVISION= 4
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= 6
+PORTREVISION= 7
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= 8
+PORTREVISION= 9
CATEGORIES= graphics kde
MASTER_SITES= KDE/Attic/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= 20
+PORTREVISION= 21
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= 17
+PORTREVISION= 18
CATEGORIES= graphics
MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION}
Index: graphics/nomacs/Makefile
===================================================================
--- graphics/nomacs/Makefile
+++ graphics/nomacs/Makefile
@@ -2,6 +2,7 @@
PORTNAME= nomacs
PORTVERSION= 3.6.1
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= bsd@tuxproject.de
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/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: textproc/libextractor/Makefile
===================================================================
--- textproc/libextractor/Makefile
+++ textproc/libextractor/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libextractor
PORTVERSION= 1.3
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= textproc
MASTER_SITES= GNU
Index: textproc/libextractor/files/patch-gentoo_git-00c65df
===================================================================
--- /dev/null
+++ textproc/libextractor/files/patch-gentoo_git-00c65df
@@ -0,0 +1,40 @@
+Obtained from:
+ https://gitweb.gentoo.org/repo/gentoo.git/tree/media-libs/libextractor/files/libextractor-1.3-exiv2-0.26.patch?id=00c65df99751d235e08fe2f54613dac2eeb2f80b
+
+From 00c65df99751d235e08fe2f54613dac2eeb2f80b Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner <asturm@gentoo.org>
+Date: Sat, 17 Jun 2017 22:36:09 +0200
+Subject: media-libs/libextractor: Fix build with media-gfx/exiv2-0.26
+
+Gentoo-bug: 621242
+
+Package-Manager: Portage-2.3.5, Repoman-2.3.1
+
+--- src/plugins/exiv2_extractor.cc 2013-06-25 13:02:05.000000000 +0200
++++ src/plugins/exiv2_extractor.cc 2017-06-10 14:22:57.000000000 +0200
+@@ -180,7 +180,11 @@
+ *
+ * @return -1 on error
+ */
++#if EXIV2_VERSION >= EXIV2_MAKE_VERSION(0,26,0)
++ virtual size_t size (void) const;
++#else
+ virtual long int size (void) const;
++#endif
+
+ /**
+ * Check if file is open.
+@@ -445,7 +449,11 @@
+ *
+ * @return -1 on error
+ */
+-long int
++#if EXIV2_VERSION >= EXIV2_MAKE_VERSION(0,26,0)
++size_t
++#else
++long int
++#endif
+ ExtractorIO::size (void) const
+ {
+ return (long) ec->get_size (ec->cls);
+
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= 7
+PORTREVISION= 8
CATEGORIES= x11 kde kde-applications
MAINTAINER= kde@FreeBSD.org

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 31, 7:46 AM (12 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16357772
Default Alt Text
D12345.id38220.diff (14 KB)

Event Timeline