Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2016 22:41:44 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r419080 - in branches/2016Q3/graphics: gegl gegl3
Message-ID:  <201607252241.u6PMfi9l036457@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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