Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Feb 2019 20:23:26 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493809 - head/graphics/gimp-app
Message-ID:  <201902242023.x1OKNQC3020548@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sun Feb 24 20:23:26 2019
New Revision: 493809
URL: https://svnweb.freebsd.org/changeset/ports/493809

Log:
  Remove the helpbrowser option, it depends on the old webkit-gtk ports
  which will go away. The option was disabled by default already, so
  no portrevision bump.

Modified:
  head/graphics/gimp-app/Makefile
  head/graphics/gimp-app/pkg-plist

Modified: head/graphics/gimp-app/Makefile
==============================================================================
--- head/graphics/gimp-app/Makefile	Sun Feb 24 20:16:08 2019	(r493808)
+++ head/graphics/gimp-app/Makefile	Sun Feb 24 20:23:26 2019	(r493809)
@@ -59,6 +59,7 @@ CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc/gi
 		--with-desktop-dir=${PREFIX}/share \
 		--docdir=${PREFIX}/share/doc/gimp \
 		--with-icc-directory=${LOCALBASE}/share/color/icc \
+		--without-webkit \
 		--enable-default-binary
 CONFIGURE_ENV=	GIMP_THREAD_LIBS=-lpthread
 LIBS+=		-lexecinfo
@@ -73,7 +74,7 @@ PLIST_SUB+=	LIBVER=0.1000.${PORTVERSION:E}
 
 USES+=		desktop-file-utils
 
-OPTIONS_DEFINE?=	AA GHOSTSCRIPT HELPBROWSER \
+OPTIONS_DEFINE?=	AA GHOSTSCRIPT \
 			LIBHEIF LIBMNG OPENEXR OPENJPEG SIMD WEBP WMF
 OPTIONS_DEFAULT=	AA LIBMNG OPENEXR OPENJPEG SIMD WEBP WMF
 OPTIONS_SUB=		yes
@@ -102,11 +103,6 @@ LIBHEIF_CONFIGURE_WITH=	libheif
 
 GHOSTSCRIPT_USES=		ghostscript
 GHOSTSCRIPT_CONFIGURE_WITH=	gs
-
-HELPBROWSER_DESC=		Internal help browser and web page plugin
-HELPBROWSER_LIB_DEPENDS=	libwebkitgtk-1.0.so:www/webkit-gtk2 \
-				libsoup-2.4.so:devel/libsoup
-HELPBROWSER_CONFIGURE_WITH=	webkit
 
 LIBMNG_LIB_DEPENDS=	libmng.so:graphics/libmng
 LIBMNG_CONFIGURE_WITH=	libmng

Modified: head/graphics/gimp-app/pkg-plist
==============================================================================
--- head/graphics/gimp-app/pkg-plist	Sun Feb 24 20:16:08 2019	(r493808)
+++ head/graphics/gimp-app/pkg-plist	Sun Feb 24 20:23:26 2019	(r493809)
@@ -371,7 +371,6 @@ libexec/gimp/2.2/plug-ins/gradient-map/gradient-map
 libexec/gimp/2.2/plug-ins/grid/grid
 libexec/gimp/2.2/plug-ins/guillotine/guillotine
 libexec/gimp/2.2/plug-ins/help/help
-%%HELPBROWSER%%libexec/gimp/2.2/plug-ins/help-browser/help-browser
 libexec/gimp/2.2/plug-ins/hot/hot
 libexec/gimp/2.2/plug-ins/ifs-compose/ifs-compose
 libexec/gimp/2.2/plug-ins/imagemap/imagemap
@@ -407,7 +406,6 @@ libexec/gimp/2.2/plug-ins/van-gogh-lic/van-gogh-lic
 libexec/gimp/2.2/plug-ins/warp/warp
 libexec/gimp/2.2/plug-ins/wavelet-decompose/wavelet-decompose
 libexec/gimp/2.2/plug-ins/web-browser/web-browser
-%%HELPBROWSER%%libexec/gimp/2.2/plug-ins/web-page/web-page
 man/man1/gimp-2.10.1.gz
 man/man1/gimp.1.gz
 man/man1/gimptool-2.0.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902242023.x1OKNQC3020548>