Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/graphics/openimageio/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/graphics/openimageio/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.15 retrieving revision 1.20 diff -u -p -r1.15 -r1.20 --- pkgsrc/graphics/openimageio/Makefile 2013/07/05 21:34:11 1.15 +++ pkgsrc/graphics/openimageio/Makefile 2013/11/20 20:04:35 1.20 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2013/07/05 21:34:11 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2013/11/20 20:04:35 adam Exp $ -OIIOVER= 1.1.7 +OIIOVER= 1.2.2 DISTNAME= oiio-Release-${OIIOVER} PKGNAME= ${DISTNAME:S/oiio-Release/openimageio/} -PKGREVISION= 5 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= -https://github.com/OpenImageIO/oiio/archive/Release-${OIIOVER}.tar.gz FETCH_USING= curl @@ -30,6 +30,11 @@ pre-install: ${RM} -f ${WRKSRC}/include/tbb/tbb_misc.h.orig ${RM} -f ${WRKSRC}/include/tbb/tbb_exception.h.orig +.include "../../mk/compiler.mk" +.if !empty(PKGSRC_COMPILER:Mclang) +CXXFLAGS+= -Wno-deprecated-register +.endif + .include "../../devel/boost-libs/buildlink3.mk" .include "../../devel/hdf5/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk"