svn commit: r527153 - head/graphics/gegl
Tobias Kortkamp
tobik at FreeBSD.org
Wed Feb 26 06:13:43 UTC 2020
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
More information about the svn-ports-all
mailing list