svn commit: r535109 - head/graphics/py-openimageio

Matthias Andree mandree at FreeBSD.org
Wed May 13 13:26:57 UTC 2020


Author: mandree
Date: Wed May 13 13:26:56 2020
New Revision: 535109
URL: https://svnweb.freebsd.org/changeset/ports/535109

Log:
  graphics/py-openimageio: remove BROKEN marker at r535108/2.1.11.2_5
  
  The port builds in poudriere for me, I suppose that the order of events was:
  1. the build snapshot the ports tree with a failing and pre-528040 revision
  2. antoine@ received pkg-fallout@ and marked the port broken
  2. tcberner@ fixed py-openimageio.
  (Yes that's "2" twice because the ordering is unknown and also irrelevant)
  
  Poudriere builds succeeded for me for r535108 on 12.1-RELEASE-p4 amd64:
  	graphics/py-openimageio (py37) 2.1.11.2_5
  	graphics/py-openimageio at py27   2.1.11.2_5
  
  Since the port inherited the openimageio's PORTREVISION bumps after the
  two OpenEXR/ilmbase updates, no further bump necessary.
  
  |--------------------------------------------------------------------------
  |r528040 | tcberner | 2020-03-08 16:10:34 +0100 (Sun, 2020-03-08) | 5 lines
  |
  |graphics/py-openimageio: Fix build
  |
  |PR:		244489
  |Submitted by:	Shane <FreeBSD at ShaneWare.Biz>  (maintainer)
  |--------------------------------------------------------------------------

Modified:
  head/graphics/py-openimageio/Makefile

Modified: head/graphics/py-openimageio/Makefile
==============================================================================
--- head/graphics/py-openimageio/Makefile	Wed May 13 13:05:38 2020	(r535108)
+++ head/graphics/py-openimageio/Makefile	Wed May 13 13:26:56 2020	(r535109)
@@ -6,7 +6,6 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 COMMENT=	OpenImageIO python bindings
 
-BROKEN=		fails to configure
 MASTERDIR=	${.CURDIR}/../openimageio
 OPTIONS_EXCLUDE=${OPTIONS_DEFINE}
 


More information about the svn-ports-all mailing list