Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 2014 13:09:52 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349416 - in head/graphics/rawtherapee: . files
Message-ID:  <201403281309.s2SD9qul078626@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <cstdlib>.
  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 <cmath>
+ #include <cstdio>
++#include <cstdlib>
+ #include <cstring>
+ #include "opthelper.h"
+ 



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