Date: Sat, 19 May 2018 06:54:15 +0000 (UTC) From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470358 - in head/graphics/opencollada: . files Message-ID: <201805190654.w4J6sFxU009686@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: krion Date: Sat May 19 06:54:14 2018 New Revision: 470358 URL: https://svnweb.freebsd.org/changeset/ports/470358 Log: Fix build with pcre 8.42 PR: 220613 Submitted by: adamw Added: head/graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h (contents, props changed) Modified: head/graphics/opencollada/Makefile Modified: head/graphics/opencollada/Makefile ============================================================================== --- head/graphics/opencollada/Makefile Sat May 19 06:53:19 2018 (r470357) +++ head/graphics/opencollada/Makefile Sat May 19 06:54:14 2018 (r470358) @@ -29,7 +29,8 @@ CMAKE_ARGS+= -DUSE_SHARED:BOOL=ON -DUSE_STATIC:BOOL=OF 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|' \ Added: head/graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h Sat May 19 06:54:14 2018 (r470358) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805190654.w4J6sFxU009686>