[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / graphics / openimageio

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/graphics/openimageio/Makefile between version 1.12 and 1.19

version 1.12, 2013/06/03 10:05:17 version 1.19, 2013/11/20 13:23:41
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 OIIOVER=        1.1.7  OIIOVER=        1.2.2
 DISTNAME=       oiio-Release-${OIIOVER}  DISTNAME=       oiio-Release-${OIIOVER}
 PKGNAME=        ${DISTNAME:S/oiio-Release/openimageio/}  PKGNAME=        ${DISTNAME:S/oiio-Release/openimageio/}
 PKGREVISION=    2  PKGREVISION=    1
 CATEGORIES=     graphics  CATEGORIES=     graphics
 MASTER_SITES=   -https://github.com/OpenImageIO/oiio/archive/Release-${OIIOVER}.tar.gz  MASTER_SITES=   -https://github.com/OpenImageIO/oiio/archive/Release-${OIIOVER}.tar.gz
 FETCH_USING=    curl  FETCH_USING=    curl
Line 30  pre-install:
Line 30  pre-install:
         ${RM} -f ${WRKSRC}/include/tbb/tbb_misc.h.orig          ${RM} -f ${WRKSRC}/include/tbb/tbb_misc.h.orig
         ${RM} -f ${WRKSRC}/include/tbb/tbb_exception.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/boost-libs/buildlink3.mk"
 .include "../../devel/hdf5/buildlink3.mk"  .include "../../devel/hdf5/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"  .include "../../graphics/freetype2/buildlink3.mk"

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.19

CVSweb <webmaster@jp.NetBSD.org>