From owner-svn-ports-head@freebsd.org Mon Jul 25 22:38:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BFFABA4170; Mon, 25 Jul 2016 22:38:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EA7E16D8; Mon, 25 Jul 2016 22:38:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6PMcnx0032866; Mon, 25 Jul 2016 22:38:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6PMcnWD032864; Mon, 25 Jul 2016 22:38:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201607252238.u6PMcnWD032864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 25 Jul 2016 22:38:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419079 - in head/graphics: gegl gegl3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2016 22:38:50 -0000 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