Tuesday, August 27, 2019

[ports-gcc] Unbreak graphics/makehuman

Hi!

> http://build-failures.rhaalovely.net/powerpc/2019-08-09/graphics/makehuman.log
> http://build-failures.rhaalovely.net/sparc64/2019-08-21/graphics/makehuman.log

It's just some missing headers actually, and once provided it builds [0]
and runs fine on macppc. amd64 is still good. While here i've removed
base-gcc from COMPILER, because of COMPILER_LIBCXX being in WANTLIB.

There is still no https version of HOMEPAGE.

OK?

Charlène.


[0] https://bin.charlenew.xyz/makehuman.log


Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/makehuman/Makefile,v
retrieving revision 1.28
diff -u -p -u -p -r1.28 Makefile
--- Makefile 12 Jul 2019 20:47:03 -0000 1.28
+++ Makefile 26 Aug 2019 16:16:31 -0000
@@ -5,7 +5,7 @@ COMMENT= parametrical modeling of 3D hum
DISTNAME= makehuman-0.9.1-rc1a
PKGNAME= makehuman-0.9.1rc1
CATEGORIES= graphics
-REVISION= 6
+REVISION= 7

# Newer releases available at https://github.com/makehumancommunity/makehuman
HOMEPAGE= http://www.makehumancommunity.org/
@@ -18,7 +18,7 @@ WANTLIB += Xfixes Xi Xmu Xrandr Xrender
WANTLIB += glapi glut m mhgui png pthread xcb xcb-dri2 xcb-dri3 xcb-glx
WANTLIB += xcb-present xcb-sync xcb-xfixes xshmfence z

-COMPILER = base-clang ports-gcc base-gcc
+COMPILER = base-clang ports-gcc

# gcp(1), see pre-configure
BUILD_DEPENDS= sysutils/coreutils
Index: patches/patch-src_FileTools_cpp
===================================================================
RCS file: patches/patch-src_FileTools_cpp
diff -N patches/patch-src_FileTools_cpp
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_FileTools_cpp 26 Aug 2019 16:16:31 -0000
@@ -0,0 +1,15 @@
+$OpenBSD$
+
+Add missing header for ports-gcc
+
+Index: src/FileTools.cpp
+--- src/FileTools.cpp.orig
++++ src/FileTools.cpp
+@@ -38,6 +38,7 @@
+

No comments:

Post a Comment