Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2020 06:13:41 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527153 - head/graphics/gegl
Message-ID:  <202002260613.01Q6Dfvn095477@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed Feb 26 06:13:41 2020
New Revision: 527153
URL: https://svnweb.freebsd.org/changeset/ports/527153

Log:
  graphics/gegl: Spell POPPLER_MESON_ENABLED correctly
  
  There is no MESON_WITH options helper.
  
  - While here remove EXTRA_PATCHES since cpu-detection.patch has
    been deleted and seems to be part of gegl 0.4.22 already.  This
    unbreaks the build in Poudriere too.
  
  Reported by:	portscan

Modified:
  head/graphics/gegl/Makefile

Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile	Wed Feb 26 05:55:16 2020	(r527152)
+++ head/graphics/gegl/Makefile	Wed Feb 26 06:13:41 2020	(r527153)
@@ -14,8 +14,6 @@ LICENSE_COMB=	multi
 LICENSE_FILE_GPLv3+ =	${WRKSRC}/COPYING
 LICENSE_FILE_LGPL3+ =	${WRKSRC}/COPYING.LESSER
 
-EXTRA_PATCHES=	${PATCHDIR}/cpu-detection.patch:-p1
-
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libbabl-0.1.so:x11/babl \
 		libjson-glib-1.0.so:devel/json-glib \
@@ -62,7 +60,7 @@ PANGO_USE=	GNOME=pango
 PANGO_MESON_ENABLED=	pango
 
 POPPLER_LIB_DEPENDS=	libpoppler-glib.so:graphics/poppler-glib
-POPPLER_MESON_WITH=	poppler
+POPPLER_MESON_ENABLED=	poppler
 
 ENSCRIPT_DESC=		Enscript support
 ENSCRIPT_BUILD_DEPENDS=	enscript:print/enscript-a4



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