From owner-svn-ports-head@FreeBSD.ORG Thu Mar 6 15:46:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B14346A; Thu, 6 Mar 2014 15:46:25 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48016611; Thu, 6 Mar 2014 15:46:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s26FkPIP067601; Thu, 6 Mar 2014 15:46:25 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s26FkP3s067600; Thu, 6 Mar 2014 15:46:25 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201403061546.s26FkP3s067600@svn.freebsd.org> From: Thierry Thomas Date: Thu, 6 Mar 2014 15:46:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347261 - head/graphics/GraphicsMagick13 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.17 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, 06 Mar 2014 15:46:25 -0000 Author: thierry Date: Thu Mar 6 15:46:24 2014 New Revision: 347261 URL: http://svnweb.freebsd.org/changeset/ports/347261 QAT: https://qat.redports.org/buildarchive/r347261/ Log: OPENMP implies compiler:openmp, hence Gcc46 (this could change in a near future). This causes problems with the linker in some ports (e.g. graphics/cimg). Untill a better solution is found, don't enable OPENMP by default. Checked with CImg and Octave. Modified: head/graphics/GraphicsMagick13/Makefile Modified: head/graphics/GraphicsMagick13/Makefile ============================================================================== --- head/graphics/GraphicsMagick13/Makefile Thu Mar 6 15:41:53 2014 (r347260) +++ head/graphics/GraphicsMagick13/Makefile Thu Mar 6 15:46:24 2014 (r347261) @@ -3,7 +3,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.3.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF \ ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/ @@ -30,7 +30,7 @@ USES= iconv USE_GNOME= libxml2 USE_GHOSTSCRIPT=yes GNU_CONFIGURE= yes -CONFIGURE_ENV= PTHREAD_CFLAGS=" " PTHREAD_LIBS="-pthread" +CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --without-perl --enable-shared --enable-static \ --with-quantum-depth="${QD}" \ --with-windows-font-dir="${WINDOWS_FONT_DIR}"