Index: head/graphics/libkdcraw-kde4/Makefile =================================================================== --- head/graphics/libkdcraw-kde4/Makefile (revision 389738) +++ head/graphics/libkdcraw-kde4/Makefile (revision 389739) @@ -1,32 +1,33 @@ # Created by: Dima Panov # $FreeBSD$ PORTNAME= libkdcraw PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= LibRaw interface for KDE LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ liblcms.so:${PORTSDIR}/graphics/lcms \ libxml2.so:${PORTSDIR}/textproc/libxml2 \ libraw.so:${PORTSDIR}/graphics/libraw CMAKE_ARGS+= -DWITH_OpenMP:BOOL=False \ -DENABLE_RAWSPEED=True USE_KDE4= automoc4 kdeprefix kdelibs USES= cmake:outsource pkgconfig tar:xz USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes pre-configure: ${REINPLACE_CMD} -e '/pkgconfig/ s/$${LIB_INSTALL_DIR}/libdata/' \ -e 's/${PORTNAME}.pc\([^.]\)/${PORTNAME}-kde4.pc\1/g' \ ${WRKSRC}/CMakeLists.txt .include Index: head/graphics/libkdcraw-kde4/files/patch-git_46898ec9 =================================================================== --- head/graphics/libkdcraw-kde4/files/patch-git_46898ec9 (nonexistent) +++ head/graphics/libkdcraw-kde4/files/patch-git_46898ec9 (revision 389739) @@ -0,0 +1,18 @@ +commit 46898ec97a0462eb08a5b6d09999450a86b27aae +Author: Gilles Caulier +Date: Thu May 14 22:54:16 2015 +0200 + +libraw 0.16.1 needs C++ exceptions rules while compilation +BUGS: 347728 +FIXED-IN: 4.11.0 +--- libkdcraw/CMakeLists.txt ++++ libkdcraw/CMakeLists.txt +@@ -22,6 +22,8 @@ + # + # ============================================================ + ++add_definitions (${KDE4_ENABLE_EXCEPTIONS}) ++ + CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h) + + SET(kdcraw_LIB_SRCS kdcraw.cpp Property changes on: head/graphics/libkdcraw-kde4/files/patch-git_46898ec9 ___________________________________________________________________ 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