Hi,

> http://build-failures.rhaalovely.net/powerpc/2019-07-29/graphics/dibuja.log
> http://build-failures.rhaalovely.net/sparc64/2019-08-12/graphics/dibuja.log

Not much to say here. dibuja has:

WANTLIB += ${COMPILER_LIBCXX}

It has also been spotted by sthen@'s proposal [0] to add a COMPILER
check in portcheck(1) for ports having c++ libs but using default
compilers.

As such, ports-gcc should be used. This fixes the build on macppc [1],
the runtime is fine as well. I'm bumping REVISION, dibuja has been
already built on base-gcc archs.

OK?

Charlène.


[0] https://marc.info/?l=openbsd-ports&m=156561626006156&w=2
[1] https://bin.charlenew.xyz/dibuja.log


Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/dibuja/Makefile,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 Makefile
--- Makefile    12 Jul 2019 20:46:57 -0000      1.4
+++ Makefile    17 Aug 2019 09:18:16 -0000
@@ -3,7 +3,7 @@
 V =            0.10.0
 COMMENT =      simple to use paint program
 DISTNAME =     dibuja-${V}
-REVISION =     0
+REVISION =     1
 CATEGORIES =   graphics x11
 
 HOMEPAGE =     https://launchpad.net/dibuja
@@ -22,6 +22,8 @@ WANTLIB += pangoft2-1.0 pcre pixman-1 pn
 WANTLIB += z
 
 MASTER_SITES = https://launchpad.net/dibuja/trunk/${V}/+download/
+
+COMPILER =     base-clang ports-gcc
 
 MODULES =      textproc/intltool
 

Reply via email to