Bug 181008 - [maintainer update] for graphics/py-openimageio
Summary: [maintainer update] for graphics/py-openimageio
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-04 02:00 UTC by Shane
Modified: 2013-08-21 14:00 UTC (History)
0 users

See Also:


Attachments
file.diff (3.03 KB, patch)
2013-08-04 02:00 UTC, Shane
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shane 2013-08-04 02:00:00 UTC
This updates py-openimageio to 1.2
was missed with the openimageio update and is mostly within the parent port.
patch file extra-patch-CMakeLists.txt has been deleted.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-04 02:00:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-08-21 13:53:47 UTC
Responsible Changed
From-To: freebsd-python->wg

I'll take it.
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-08-21 13:53:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-08-21 13:55:00 UTC
Author: wg
Date: Wed Aug 21 12:54:47 2013
New Revision: 325121
URL: http://svnweb.freebsd.org/changeset/ports/325121

Log:
  graphics/py-openimageio: fix build
  
  - Fix build, missed in openimageio update
  
  PR:		ports/181008
  Submitted by:	Shane Ambler <FreeBSD Shaneware.biz> (maintainer)

Deleted:
  head/graphics/openimageio/files/extra-patch-CMakeLists.txt
Modified:
  head/graphics/openimageio/Makefile
  head/graphics/py-openimageio/Makefile

Modified: head/graphics/openimageio/Makefile
==============================================================================
--- head/graphics/openimageio/Makefile	Wed Aug 21 12:49:52 2013	(r325120)
+++ head/graphics/openimageio/Makefile	Wed Aug 21 12:54:47 2013	(r325121)
@@ -38,12 +38,13 @@ CMAKE_ARGS?=	-DBUILDSTATIC:BOOL=OFF \
 USE_LDCONFIG=	yes
 
 .if defined(OIIO_PYBIND)
-EXTRA_PATCHES=	${FILESDIR}/extra-patch-CMakeLists.txt
 PLIST=		${PKGDIR}/pkg-plist-pybind
 CMAKE_ARGS+=	-DUSE_PYTHON:BOOL=ON
+CMAKE_ARGS+=	-DOIIO_BUILD_TOOLS:BOOL=OFF
 .else
 PLIST=		${PKGDIR}/pkg-plist
 CMAKE_ARGS+=	-DUSE_PYTHON:BOOL=OFF
+CMAKE_ARGS+=	-DOIIO_BUILD_TOOLS:BOOL=ON
 .endif
 
 .if !defined(OIIO_PYBIND)

Modified: head/graphics/py-openimageio/Makefile
==============================================================================
--- head/graphics/py-openimageio/Makefile	Wed Aug 21 12:49:52 2013	(r325120)
+++ head/graphics/py-openimageio/Makefile	Wed Aug 21 12:54:47 2013	(r325121)
@@ -2,7 +2,6 @@
 # $FreeBSD$
 
 PORTNAME=	openimageio
-PORTREVISION=	1
 CATEGORIES=	graphics multimedia python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -15,14 +14,10 @@ LIB_DEPENDS=	OpenImageIO:${PORTSDIR}/gra
 
 MASTERDIR=	${.CURDIR}/../openimageio
 
-BROKEN=		Does not patch
-
 USE_PYTHON=	2.6+
 
 OIIO_PYBIND=	yes
 
-EXTRA_PATCHES=	${FILESDIR}/extra-patch-CMakeLists.txt
-
 do-install:
 	${INSTALL_LIB} ${BUILD_WRKSRC}/python/OpenImageIO.so ${PYTHON_SITELIBDIR}/
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"