On Sat Jul 01, 2017 at 07:26:39PM +0200, Jeremie Courreges-Anglas wrote: > Rafael Sadowski <raf...@sizeofvoid.org> writes: > > > Update libraw 0.17.2 -> 0.18.2 > > > > Tested with a few KDE applications, > > > > OK? Comments? > > Looks fine ports-wise (including the major bump). Did you build all > consumers?
Of course! All consumers build fine on amd64. > > Nits below, > New diff below. Cheers, Rafael Index: Makefile =================================================================== RCS file: /cvs/ports/graphics/libraw/Makefile,v retrieving revision 1.24 diff -u -p -u -p -r1.24 Makefile --- Makefile 27 Apr 2017 23:15:00 -0000 1.24 +++ Makefile 2 Jul 2017 12:39:46 -0000 @@ -4,28 +4,25 @@ BROKEN-hppa = undefined reference to __ COMMENT = library for reading RAW files -V = 0.17.2 -DISTNAME = LibRaw-${V} +DISTNAME = LibRaw-0.18.2 PKGNAME = ${DISTNAME:L} -REVISION = 0 CATEGORIES = graphics -SHARED_LIBS += raw 1.0 # 15.0 -SHARED_LIBS += raw_r 1.0 # 15.0 +SHARED_LIBS += raw 2.0 # 15.0 +SHARED_LIBS += raw_r 2.0 # 15.0 -HOMEPAGE = http://www.libraw.org/ +HOMEPAGE = https://www.libraw.org/ # LGPL v2.1 OR CDDL v1.0 OR their own PERMIT_PACKAGE_CDROM = Yes WANTLIB += c jasper jpeg lcms2 m pthread ${LIBCXX} -MASTER_SITES = http://www.libraw.org/data/ +MASTER_SITES = https://www.libraw.org/data/ -MODULES = gcc4 +COMPILER = gcc # for atomic builtins (__sync_fetch_and_add_4) MODGCC4_ARCHS = arm -MODGCC4_LANGS = c++ LIB_DEPENDS = graphics/jasper \ graphics/lcms2 Index: distinfo =================================================================== RCS file: /cvs/ports/graphics/libraw/distinfo,v retrieving revision 1.6 diff -u -p -u -p -r1.6 distinfo --- distinfo 27 Aug 2016 15:56:27 -0000 1.6 +++ distinfo 2 Jul 2017 12:39:46 -0000 @@ -1,2 +1,2 @@ -SHA256 (LibRaw-0.17.2.tar.gz) = krDELHZm7Kkwfl4fl9b+/Bls8LfuCJ4iiAJZp2+v0Vw= -SIZE (LibRaw-0.17.2.tar.gz) = 1472714 +SHA256 (LibRaw-0.18.2.tar.gz) = zjZrs4wRRBMHN+sW6RkDiTe03BqxZReaIl1ehHryq8Y= +SIZE (LibRaw-0.18.2.tar.gz) = 1281674 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/graphics/libraw/pkg/PLIST,v retrieving revision 1.5 diff -u -p -u -p -r1.5 PLIST --- pkg/PLIST 22 May 2015 11:31:15 -0000 1.5 +++ pkg/PLIST 2 Jul 2017 12:39:46 -0000 @@ -30,4 +30,3 @@ share/doc/libraw/COPYRIGHT share/doc/libraw/Changelog.txt share/doc/libraw/LICENSE.CDDL share/doc/libraw/LICENSE.LGPL -share/doc/libraw/LICENSE.LibRaw.pdf