Index: head/graphics/opencollada/Makefile =================================================================== --- head/graphics/opencollada/Makefile (revision 470357) +++ head/graphics/opencollada/Makefile (revision 470358) @@ -1,38 +1,39 @@ # $FreeBSD$ PORTNAME= opencollada DISTVERSIONPREFIX= v DISTVERSION= 1.6.47 PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= ports@FreeBSD.org COMMENT= Library for reading and writing COLLADA files LICENSE= MIT LIB_DEPENDS= libpcre.so:devel/pcre BROKEN_powerpc64= Does not build: c++: Internal error: Killed (program cc1plus) USES= cmake:outsource compiler dos2unix iconv pkgconfig USE_GITHUB= yes GH_ACCOUNT= KhronosGroup GH_PROJECT= OpenCOLLADA USE_GNOME= libxml2 USE_LDCONFIG= ${PREFIX}/lib/opencollada CFLAGS+= -I/${LOCALBASE}/include CMAKE_ARGS+= -DUSE_SHARED:BOOL=ON -DUSE_STATIC:BOOL=OFF BROKEN_sparc64= cannot build: runaway process # for files/patch-2d66943 -DOS2UNIX_FILES= COLLADABaseUtils/src/COLLADABUURI.cpp +DOS2UNIX_FILES= COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h \ + COLLADABaseUtils/src/COLLADABUURI.cpp post-patch: @${REINPLACE_CMD} -e 's|$${OPENCOLLADA_INST_LIBRARY}/cmake|${PREFIX}/share/cmake/Modules|' \ ${WRKSRC}/CMakeLists.txt .include Index: head/graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h =================================================================== --- head/graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h (nonexistent) +++ head/graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h (revision 470358) @@ -0,0 +1,13 @@ +--- COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h.orig 2018-03-26 12:11:34 UTC ++++ COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h +@@ -13,8 +13,8 @@ + + #include "COLLADABUPrerequisites.h" + +-struct real_pcre; +-typedef struct real_pcre pcre; ++struct real_pcre8_or_16; ++typedef struct real_pcre8_or_16 pcre; + + + namespace COLLADABU Property changes on: head/graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property