From owner-svn-ports-head@FreeBSD.ORG Thu Dec 25 21:11:01 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AED99C39; Thu, 25 Dec 2014 21:11:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 9B5B83381; Thu, 25 Dec 2014 21:11:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBPLB11i050804; Thu, 25 Dec 2014 21:11:01 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBPLB10X050803; Thu, 25 Dec 2014 21:11:01 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201412252111.sBPLB10X050803@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 25 Dec 2014 21:11:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375604 - head/graphics/GraphicsMagick 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.18-1 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: Thu, 25 Dec 2014 21:11:01 -0000 Author: bapt Date: Thu Dec 25 21:11:00 2014 New Revision: 375604 URL: https://svnweb.freebsd.org/changeset/ports/375604 QAT: https://qat.redports.org/buildarchive/r375604/ Log: revert changes not ready to get in Modified: head/graphics/GraphicsMagick/Makefile Modified: head/graphics/GraphicsMagick/Makefile ============================================================================== --- head/graphics/GraphicsMagick/Makefile Thu Dec 25 21:10:27 2014 (r375603) +++ head/graphics/GraphicsMagick/Makefile Thu Dec 25 21:11:00 2014 (r375604) @@ -32,8 +32,6 @@ CONFIGURE_ARGS= --without-perl --enable- --with-quantum-depth="${QD}" \ --with-windows-font-dir="${WINDOWS_FONT_DIR}" USE_LDCONFIG= yes -INSTALL_TARGET= install-strip -PORTDOCS= * PLIST_SUB= Q="${QD}" @@ -46,7 +44,7 @@ OPTIONS_DEFAULT= OPENMP WEBP X11 DPS_DESC= Display Ghostscript support (must also select X11) FPX_LIB_DEPENDS+= libfpx.so.[2-9]:${PORTSDIR}/graphics/libfpx FPX_CONFIGURE_WITH= fpx -OPENMP_USES= compiler:gcc-c++11-lib +OPENMP_USES= compiler:openmp OPENMP_CONFIGURE_ON= --with-threads --enable-openmp --disable-openmp-slow OPENMP_CONFIGURE_OFF= --without-threads --disable-openmp Q8BIT_DESC= Use 8-bit pixels (speed) instead of 16 (quality)