From owner-svn-ports-head@freebsd.org Sun Feb 16 01:10:58 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 128B624F234; Sun, 16 Feb 2020 01:10:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Kpw16NVbz4b0l; Sun, 16 Feb 2020 01:10:57 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D57871DBA4; Sun, 16 Feb 2020 01:10:57 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01G1Avoo096660; Sun, 16 Feb 2020 01:10:57 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01G1Avw6096659; Sun, 16 Feb 2020 01:10:57 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202002160110.01G1Avw6096659@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 16 Feb 2020 01:10:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526245 - head/graphics/gmic X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/gmic X-SVN-Commit-Revision: 526245 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Feb 2020 01:10:58 -0000 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