Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 May 2020 13:26:56 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535109 - head/graphics/py-openimageio
Message-ID:  <202005131326.04DDQumS027959@repo.freebsd.org>

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



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