Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Apr 2016 12:21:22 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414104 - head/graphics/alembic
Message-ID:  <201604271221.u3RCLMAV025154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Wed Apr 27 12:21:21 2016
New Revision: 414104
URL: https://svnweb.freebsd.org/changeset/ports/414104

Log:
  Unbreak the build after `science/hdf5' was updated to v1.10.0 in r413700.
  
  Reported by:	pkg-fallout
  Pointy hat to:	sunpoet

Modified:
  head/graphics/alembic/Makefile

Modified: head/graphics/alembic/Makefile
==============================================================================
--- head/graphics/alembic/Makefile	Wed Apr 27 12:20:19 2016	(r414103)
+++ head/graphics/alembic/Makefile	Wed Apr 27 12:21:21 2016	(r414104)
@@ -25,4 +25,8 @@ USE_GL=		glew glut
 
 CMAKE_ARGS=	-DBUILD_SHARED_LIBS:BOOL=ON -DUSE_PYALEMBIC:BOOL=OFF
 
+post-patch:
+	@${REINPLACE_CMD} -e 's,H5Rdereference,&1,' \
+		${WRKSRC}/lib/Alembic/AbcCoreHDF5/HDF5Util.cpp
+
 .include <bsd.port.mk>



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