svn commit: r419080 - in branches/2016Q3/graphics: gegl gegl3
Jan Beich
jbeich at FreeBSD.org
Mon Jul 25 22:41:45 UTC 2016
Author: jbeich
Date: Mon Jul 25 22:41:44 2016
New Revision: 419080
URL: https://svnweb.freebsd.org/changeset/ports/419080
Log:
MFH: r419079
graphics/gegl{,3}: fix typos in options
- gegl: SIMD=on has the opposite effect
- gegl3: ENSCRIPT=on has no effect
Approved by: portmgr blanket
Approved by: ports-secteam blanket
Modified:
branches/2016Q3/graphics/gegl/Makefile
branches/2016Q3/graphics/gegl3/Makefile
Directory Properties:
branches/2016Q3/ (props changed)
Modified: branches/2016Q3/graphics/gegl/Makefile
==============================================================================
--- branches/2016Q3/graphics/gegl/Makefile Mon Jul 25 22:38:49 2016 (r419079)
+++ branches/2016Q3/graphics/gegl/Makefile Mon Jul 25 22:41:44 2016 (r419080)
@@ -3,7 +3,7 @@
PORTNAME= gegl
PORTVERSION= 0.2.0
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= graphics
MASTER_SITES= GIMP
@@ -140,7 +140,7 @@ CONFIGURE_ARGS+=--without-libopenraw
PLIST_SUB+= OPENRAW="@comment "
.endif
-.if ${PORT_OPTIONS:MSIMD}
+.if ! ${PORT_OPTIONS:MSIMD}
CONFIGURE_ARGS+=--disable-mmx \
--disable-sse
.endif
Modified: branches/2016Q3/graphics/gegl3/Makefile
==============================================================================
--- branches/2016Q3/graphics/gegl3/Makefile Mon Jul 25 22:38:49 2016 (r419079)
+++ branches/2016Q3/graphics/gegl3/Makefile Mon Jul 25 22:41:44 2016 (r419080)
@@ -3,7 +3,7 @@
PORTNAME= gegl
PORTVERSION= 0.3.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= GIMP
PKGNAMESUFFIX= 3
@@ -63,7 +63,7 @@ CAIRO_CONFIGURE_WITH= cairo
PANGO_USE= GNOME=pango
PANGO_CONFIGURE_WITH= pango
-MENSCRIPT_BUILD_DEPENDS= enscript:print/enscript-a4
+ENSCRIPT_BUILD_DEPENDS= enscript:print/enscript-a4
FFMPEG_LIB_DEPENDS= libavformat.so:multimedia/ffmpeg
FFMPEG_CONFIGURE_WITH= libavformat
More information about the svn-ports-branches
mailing list