From owner-svn-ports-head@FreeBSD.ORG Fri Mar 28 13:09:53 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 4A2614BE; Fri, 28 Mar 2014 13:09:53 +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 35E25A90; Fri, 28 Mar 2014 13:09:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2SD9r5f078628; Fri, 28 Mar 2014 13:09:53 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2SD9qul078626; Fri, 28 Mar 2014 13:09:52 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201403281309.s2SD9qul078626@svn.freebsd.org> From: Matthias Andree Date: Fri, 28 Mar 2014 13:09:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349416 - in head/graphics/rawtherapee: . files 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: Fri, 28 Mar 2014 13:09:53 -0000 Author: mandree Date: Fri Mar 28 13:09:52 2014 New Revision: 349416 URL: http://svnweb.freebsd.org/changeset/ports/349416 QAT: https://qat.redports.org/buildarchive/r349416/ Log: Fix build on 10.0-RELEASE i386 by adding an #include . USE_XZ=yes -> USES=tar:xz. Added: head/graphics/rawtherapee/files/patch-rtengine__EdgePreservingDecomposition.h (contents, props changed) Modified: head/graphics/rawtherapee/Makefile Modified: head/graphics/rawtherapee/Makefile ============================================================================== --- head/graphics/rawtherapee/Makefile Fri Mar 28 12:52:21 2014 (r349415) +++ head/graphics/rawtherapee/Makefile Fri Mar 28 13:09:52 2014 (r349416) @@ -23,9 +23,8 @@ LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR} libfftw3f.so:${PORTSDIR}/math/fftw3-float \ libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 -USES= cmake:outsource pkgconfig compiler:features desktop-file-utils dos2unix +USES= cmake:outsource pkgconfig compiler:features desktop-file-utils dos2unix tar:xz DOS2UNIX_REGEX= .*\.(cc|h) -USE_XZ= yes USE_GNOME= gtk20 glib20 USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include -fPIC ${PTHREAD_CFLAGS} Added: head/graphics/rawtherapee/files/patch-rtengine__EdgePreservingDecomposition.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rawtherapee/files/patch-rtengine__EdgePreservingDecomposition.h Fri Mar 28 13:09:52 2014 (r349416) @@ -0,0 +1,10 @@ +--- ./rtengine/EdgePreservingDecomposition.h.orig 2014-03-28 09:23:51.000000000 +0100 ++++ ./rtengine/EdgePreservingDecomposition.h 2014-03-28 10:27:06.000000000 +0100 +@@ -48,6 +48,7 @@ + + #include + #include ++#include + #include + #include "opthelper.h" +