Index: head/graphics/gmic/Makefile =================================================================== --- head/graphics/gmic/Makefile (revision 526244) +++ head/graphics/gmic/Makefile (revision 526245) @@ -1,64 +1,57 @@ # $FreeBSD$ PORTNAME= gmic DISTVERSION= 2.8.4 +PORTREVISION= 1 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'" LIB_DEPENDS= libfftw3.so:math/fftw3 \ libGraphicsMagick++.so:graphics/GraphicsMagick \ libIlmImf.so:graphics/openexr \ libImath.so:graphics/ilmbase \ 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 compiler:c++11-lang jpeg pkgconfig xorg USE_LDCONFIG= yes CMAKE_OFF= BUILD_LIB_STATIC CMAKE_ON= ENABLE_DYNAMIC_LINKING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -OPTIONS_DEFINE= OPENMP PLUGINS X11 +OPTIONS_DEFINE= OPENMP X11 OPTIONS_DEFAULT= OPENMP X11 OPTIONS_SUB= yes OPENMP_CMAKE_BOOL= ENABLE_OPENMP OPENMP_LIB_DEPENDS= libgomp.so:devel/openmp - -PLUGINS_CMAKE_BOOL= BUILD_PLUGIN -PLUGINS_USES= gnome -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 -PLUGINS_BROKEN= cmake files support was accidentally broken, need to convert the port to gmake use: https://github.com/dtschump/gmic/issues/135 X11_CMAKE_BOOL= ENABLE_X X11_USES= xorg X11_USE= XORG=ice,sm,x11,xext .include # XXX Drop after FreeBSD 12.0 EOL .if ${CHOSEN_COMPILER_TYPE} == clang && !exists(/usr/include/omp.h) LIB_DEPENDS+= libomp.so:devel/openmp .endif .include Index: head/graphics/gmic/pkg-plist =================================================================== --- head/graphics/gmic/pkg-plist (revision 526244) +++ head/graphics/gmic/pkg-plist (revision 526245) @@ -1,10 +1,8 @@ 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