svn commit: r349416 - in head/graphics/rawtherapee: . files

Matthias Andree mandree at FreeBSD.org
Fri Mar 28 13:09:53 UTC 2014


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"
+ 


More information about the svn-ports-head mailing list