Index: head/graphics/gmic/Makefile =================================================================== --- head/graphics/gmic/Makefile (revision 481317) +++ head/graphics/gmic/Makefile (revision 481318) @@ -1,54 +1,53 @@ # $FreeBSD$ PORTNAME= gmic -DISTVERSION= 2.3.6 -PORTREVISION= 1 +DISTVERSION= 2.4.0 CATEGORIES= graphics MASTER_SITES= https://gmic.eu/files/source/ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Framework for image processing LICENSE= CeCILL LICENSE_NAME= CeCILL LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BROKEN_i386= error: "c++ crashes, clang-5 and 6 fail: undefined reference to `__atomic_load'" BUILD_DEPENDS= ${LOCALBASE}/include/CImg.h:graphics/cimg LIB_DEPENDS= libfftw3.so:math/fftw3 \ libGraphicsMagick++.so:graphics/GraphicsMagick \ libIlmImf.so:graphics/openexr \ libImath.so:graphics/ilmbase \ libomp.so:devel/openmp \ libopencv_core.so:graphics/opencv-core \ libopencv_video.so:graphics/opencv \ libpng.so:graphics/png \ libtiff.so:graphics/tiff PORTSCOUT= limit:[0-9]\..* # not v.220 and similar USES= cmake:outsource compiler:c++11-lang jpeg pkgconfig USE_LDCONFIG= yes CMAKE_OFF= BUILD_LIB_STATIC CMAKE_ON= ENABLE_DYNAMIC_LINKING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= PLUGINS X11 OPTIONS_DEFAULT= X11 OPTIONS_SUB= yes PLUGINS_CMAKE_BOOL= BUILD_PLUGIN PLUGINS_USE= GNOME=atk,cairo,gdkpixbuf2,glib20,gtk20,pango PLUGINS_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgimp-2.0.so:graphics/gimp-app X11_CMAKE_BOOL= ENABLE_X X11_USE= XORG=ice,sm,x11,xext .include Index: head/graphics/gmic/distinfo =================================================================== --- head/graphics/gmic/distinfo (revision 481317) +++ head/graphics/gmic/distinfo (revision 481318) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535651070 -SHA256 (gmic_2.3.6.tar.gz) = 86fe671879725863acecc207bdb86c4428635cd1a20d6043618864cf4c366113 -SIZE (gmic_2.3.6.tar.gz) = 3723069 +TIMESTAMP = 1538798424 +SHA256 (gmic_2.4.0.tar.gz) = ffc649c960f2dc52cea77039802a8c2b71f997ba300270e08fc2117e238614c3 +SIZE (gmic_2.4.0.tar.gz) = 3770104 Index: head/graphics/gmic/files/patch-CMakeLists.txt =================================================================== --- head/graphics/gmic/files/patch-CMakeLists.txt (revision 481317) +++ head/graphics/gmic/files/patch-CMakeLists.txt (revision 481318) @@ -1,23 +1,23 @@ ---- CMakeLists.txt.orig 2018-06-21 07:32:48 UTC +--- CMakeLists.txt.orig 2018-10-04 13:30:14 UTC +++ CMakeLists.txt @@ -108,7 +108,7 @@ set(COMPILE_FLAGS "-Dgmic_build -Dcimg_u if(APPLE) set(COMPILE_FLAGS "${COMPILE_FLAGS} -mmacosx-version-min=10.8 -stdlib=libc++ -Wno-error=c++11-narrowing -Wc++11-extensions -fpermissive") else() - set(COMPILE_FLAGS "${COMPILE_FLAGS} -Wno-error=narrowing -fno-ipa-sra -fpermissive") + set(COMPILE_FLAGS "${COMPILE_FLAGS} -Wno-error=narrowing -fpermissive") endif() if(NOT "${PRERELEASE_TAG}" STREQUAL "") -@@ -235,8 +235,9 @@ endif() +@@ -237,8 +237,9 @@ endif() # CImg.h header if(NOT EXISTS ${CMAKE_SOURCE_DIR}/src/CImg.h) - file(DOWNLOAD https://framagit.org/dtschump/CImg/raw/master/CImg.h ${CMAKE_SOURCE_DIR}/src/CImg.h) -- execute_process(COMMAND touch ${CMAKE_SOURCE_DIR}/src/CImg.h) +- file(TOUCH ${CMAKE_SOURCE_DIR}/src/CImg.h) + #file(DOWNLOAD https://framagit.org/dtschump/CImg/raw/master/CImg.h ${CMAKE_SOURCE_DIR}/src/CImg.h) -+ #execute_process(COMMAND touch ${CMAKE_SOURCE_DIR}/src/CImg.h) ++ #file(TOUCH ${CMAKE_SOURCE_DIR}/src/CImg.h) + execute_process(COMMAND ln -s ${CMAKE_INSTALL_PREFIX}/include/CImg.h ${CMAKE_SOURCE_DIR}/src/CImg.h) endif() # gmic_stdlib.h header Index: head/graphics/gmic/pkg-plist =================================================================== --- head/graphics/gmic/pkg-plist (revision 481317) +++ head/graphics/gmic/pkg-plist (revision 481318) @@ -1,7 +1,10 @@ bin/gmic include/gmic.h +lib/cmake/gmic/GmicConfig.cmake +lib/cmake/gmic/GmicTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/gmic/GmicTargets.cmake lib/libgmic.so lib/libgmic.so.1 man/man1/gmic.1.gz %%PLUGINS%%libexec/gimp/2.2/plug-ins/gmic_film_cluts.gmz %%PLUGINS%%libexec/gimp/2.2/plug-ins/gmic_gimp_gtk