Date: Sun, 16 Feb 2020 01:10:57 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526245 - head/graphics/gmic Message-ID: <202002160110.01G1Avw6096659@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Feb 16 01:10:57 2020 New Revision: 526245 URL: https://svnweb.freebsd.org/changeset/ports/526245 Log: graphics/gmic: Remove the option PLUGINS It has been deprecated by the upstream https://github.com/dtschump/gmic/issues/135#issuecomment-518665980 The replacement is a separate project gmic-qt that has already been ported to FreeBSD: graphics/gmic-qt Modified: head/graphics/gmic/Makefile head/graphics/gmic/pkg-plist Modified: head/graphics/gmic/Makefile ============================================================================== --- head/graphics/gmic/Makefile Sat Feb 15 23:09:19 2020 (r526244) +++ head/graphics/gmic/Makefile Sun Feb 16 01:10:57 2020 (r526245) @@ -2,6 +2,7 @@ PORTNAME= gmic DISTVERSION= 2.8.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://gmic.eu/files/source/ DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -35,20 +36,12 @@ 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 Modified: head/graphics/gmic/pkg-plist ============================================================================== --- head/graphics/gmic/pkg-plist Sat Feb 15 23:09:19 2020 (r526244) +++ head/graphics/gmic/pkg-plist Sun Feb 16 01:10:57 2020 (r526245) @@ -6,5 +6,3 @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002160110.01G1Avw6096659>