On Sat, May 12, 2018 17:21, lan...@openbsd.org wrote:
> bulk build on macppc-1.ports.openbsd.org
> started on  Tue Apr 17 11:23:22 MDT 2018
> finished at Sat May 12 06:46:31 MDT 2018

Hi!
See the diff for fs2open. Builds fine, runtime not tested.
OK to commit?

[...]
> http://build-failures.rhaalovely.net//powerpc/2018-04-17/games/easyrpg.log
> http://build-failures.rhaalovely.net//powerpc/2018-04-17/games/fs2open.log

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/fs2open/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- Makefile    2 Mar 2018 06:59:06 -0000       1.3
+++ Makefile    17 May 2018 11:59:04 -0000
@@ -28,6 +28,8 @@ MASTER_SITES =        https://github.com/scp-fs
 # Remove on next update
 DISTFILES = ${DISTNAME}_1{${DISTNAME}}${EXTRACT_SUFX}

+# c++11
+COMPILER =             base-clang ports-gcc
 MODULES =              devel/cmake \
                        lang/lua
 LIB_DEPENDS =          audio/openal \
Index: patches/patch-cmake_platformChecks_cmake
===================================================================
RCS file: patches/patch-cmake_platformChecks_cmake
diff -N patches/patch-cmake_platformChecks_cmake
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-cmake_platformChecks_cmake    17 May 2018 11:59:04 -0000
@@ -0,0 +1,14 @@
+$OpenBSD$
+
+Index: cmake/platformChecks.cmake
+--- cmake/platformChecks.cmake.orig
++++ cmake/platformChecks.cmake
+@@ -10,7 +10,7 @@ include(CheckSymbolExists)
+ include(CheckCXXSymbolExists)
+ include(CheckTypeSize)
+
+-CHECK_INCLUDE_FILE("execinfo.h" HAVE_EXECINFO_H)
++#CHECK_INCLUDE_FILE("execinfo.h" HAVE_EXECINFO_H)
+ CHECK_INCLUDE_FILE_CXX("cxxabi.h" HAVE_CXXAPI_H)
+
+ CHECK_TYPE_SIZE("max_align_t" MAX_ALIGN_T)


> http://build-failures.rhaalovely.net//powerpc/2018-04-17/games/liberalcrimesquad.log
> http://build-failures.rhaalovely.net//powerpc/2018-04-17/games/pokerth.log
> http://build-failures.rhaalovely.net//powerpc/2018-04-17/games/stockfish.log
[...]
> Base libs:
> c.92.3 crypto.43.1
>
> X libs:
>
>


Reply via email to