Index: head/graphics/exrtools/Makefile =================================================================== --- head/graphics/exrtools/Makefile (revision 487854) +++ head/graphics/exrtools/Makefile (revision 487855) @@ -1,35 +1,33 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= exrtools PORTVERSION= 0.4 PORTREVISION= 15 CATEGORIES= graphics MASTER_SITES= http://scanline.ca/exrtools/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Utilities for manipulating with HDR images in OpenEXR format LICENSE= GPLv2 +BROKEN_armv6= fails to configure: checking for /nxb-bin/usr/bin/cc... no +BROKEN_armv7= fails to configure: checking for /nxb-bin/usr/bin/cc... no + LIB_DEPENDS= libImath.so:graphics/ilmbase \ libpng.so:graphics/png \ libIlmImf.so:graphics/openexr -BROKEN_armv6= fails to configure: checking for /nxb-bin/usr/bin/cc... no -BROKEN_armv7= fails to configure: checking for /nxb-bin/usr/bin/cc... no +USES= compiler:c++11-lang gmake jpeg localbase:ldflags pkgconfig GNU_CONFIGURE= yes -USES= gmake jpeg pkgconfig - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's|||' \ ${WRKSRC}/src/exrnormalize.c \ ${WRKSRC}/src/exrpptm.c \ ${WRKSRC}/src/exrstats.c .include Index: head/graphics/exrtools/files/patch-pngoutput.c =================================================================== --- head/graphics/exrtools/files/patch-pngoutput.c (revision 487854) +++ head/graphics/exrtools/files/patch-pngoutput.c (nonexistent) @@ -1,10 +0,0 @@ ---- src/pngoutput.c.orig 2003-12-08 18:33:27.000000000 +0100 -+++ src/pngoutput.c 2012-04-25 06:41:11.000000000 +0200 -@@ -27,6 +27,7 @@ - #include - #include - #include -+#include - #include "pngoutput.h" - - struct pngoutput_s Property changes on: head/graphics/exrtools/files/patch-pngoutput.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/exrtools/files/patch-src_pngoutput.c =================================================================== --- head/graphics/exrtools/files/patch-src_pngoutput.c (nonexistent) +++ head/graphics/exrtools/files/patch-src_pngoutput.c (revision 487855) @@ -0,0 +1,10 @@ +--- src/pngoutput.c.orig 2003-12-08 17:33:27 UTC ++++ src/pngoutput.c +@@ -27,6 +27,7 @@ + #include + #include + #include ++#include + #include "pngoutput.h" + + struct pngoutput_s Property changes on: head/graphics/exrtools/files/patch-src_pngoutput.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property