Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2013 10:36:08 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334407 - head/graphics/OpenEXR
Message-ID:  <201311201036.rAKAa8kg049694@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311201036.rAKAa8kg049694>