svn commit: r334407 - head/graphics/OpenEXR

Jimmy Olgeni olgeni at FreeBSD.org
Wed Nov 20 10:36:09 UTC 2013


Author: olgeni
Date: Wed Nov 20 10:36:08 2013
New Revision: 334407
URL: http://svnweb.freebsd.org/changeset/ports/334407

Log:
  Install missing ImfDeepImageStateAttribute.h.
  
  Unbreaks graphics/gegl and graphics/ApmasCTL.
  
  Submitted by:	nemysis

Modified:
  head/graphics/OpenEXR/Makefile
  head/graphics/OpenEXR/pkg-plist   (contents, props changed)

Modified: head/graphics/OpenEXR/Makefile
==============================================================================
--- head/graphics/OpenEXR/Makefile	Wed Nov 20 10:09:05 2013	(r334406)
+++ head/graphics/OpenEXR/Makefile	Wed Nov 20 10:36:08 2013	(r334407)
@@ -63,6 +63,9 @@ regression-test regression test check:	b
 	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
 
 post-install:
+	${INSTALL_DATA} ${WRKSRC}/IlmImf/ImfDeepImageStateAttribute.h \
+		${STAGEDIR}/usr/local/include/${PORTNAME}/
+
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR2}

Modified: head/graphics/OpenEXR/pkg-plist
==============================================================================
--- head/graphics/OpenEXR/pkg-plist	Wed Nov 20 10:09:05 2013	(r334406)
+++ head/graphics/OpenEXR/pkg-plist	Wed Nov 20 10:36:08 2013	(r334407)
@@ -22,6 +22,7 @@ include/OpenEXR/ImfConvert.h
 include/OpenEXR/ImfDeepCompositing.h
 include/OpenEXR/ImfDeepFrameBuffer.h
 include/OpenEXR/ImfDeepImageState.h
+include/OpenEXR/ImfDeepImageStateAttribute.h
 include/OpenEXR/ImfDeepScanLineInputFile.h
 include/OpenEXR/ImfDeepScanLineInputPart.h
 include/OpenEXR/ImfDeepScanLineOutputFile.h


More information about the svn-ports-head mailing list