svn commit: r419079 - in head/graphics: gegl gegl3

Jan Beich jbeich at FreeBSD.org
Mon Jul 25 22:38:50 UTC 2016


Author: jbeich
Date: Mon Jul 25 22:38:49 2016
New Revision: 419079
URL: https://svnweb.freebsd.org/changeset/ports/419079

Log:
  graphics/gegl{,3}: fix typos in options
  
  - gegl: SIMD=on has the opposite effect
  - gegl3: ENSCRIPT=on has no effect
  
  Approved by:	portmgr blanket
  MFH:		2016Q4

Modified:
  head/graphics/gegl/Makefile   (contents, props changed)
  head/graphics/gegl3/Makefile   (contents, props changed)

Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile	Mon Jul 25 22:34:21 2016	(r419078)
+++ head/graphics/gegl/Makefile	Mon Jul 25 22:38:49 2016	(r419079)
@@ -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: head/graphics/gegl3/Makefile
==============================================================================
--- head/graphics/gegl3/Makefile	Mon Jul 25 22:34:21 2016	(r419078)
+++ head/graphics/gegl3/Makefile	Mon Jul 25 22:38:49 2016	(r419079)
@@ -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-all mailing list