> http://build-failures.rhaalovely.net/powerpc/2019-07-29/inputmethods/scim-tables.log > http://build-failures.rhaalovely.net/sparc64/2019-08-12/inputmethods/scim-tables.log
This is hopefully the last one. With the below patch, it builds on macppc [0], and is still fine on amd64. OK? Charlène. [0] https://bin.charlenew.xyz/scim-tables.log Index: Makefile =================================================================== RCS file: /cvs/ports/inputmethods/scim-tables/Makefile,v retrieving revision 1.26 diff -u -p -u -p -r1.26 Makefile --- Makefile 12 Jul 2019 20:47:14 -0000 1.26 +++ Makefile 17 Aug 2019 20:16:31 -0000 @@ -3,7 +3,7 @@ COMMENT= input method data tables for scim DISTNAME= scim-tables-0.5.8 -REVISION= 13 +REVISION= 14 CATEGORIES= inputmethods chinese japanese korean @@ -12,16 +12,16 @@ HOMEPAGE= https://github.com/scim-im/sci # GPLv2 PERMIT_PACKAGE= Yes -WANTLIB+= GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi -WANTLIB+= Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo drm expat ffi -WANTLIB+= fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 -WANTLIB+= glib-2.0 gmodule-2.0 gobject-2.0 graphite2 gthread-2.0 -WANTLIB+= gtk-x11-2.0 harfbuzz iconv intl m pango-1.0 pangocairo-1.0 -WANTLIB+= pangoft2-1.0 pcre pixman-1 png pthread scim-1.0 -WANTLIB+= scim-gtkutils-1.0 scim-x11utils-1.0 ${COMPILER_LIBCXX} xcb xcb-render -WANTLIB+= xcb-shm z fribidi +WANTLIB += ${COMPILER_LIBCXX} X11 Xcomposite Xcursor Xdamage Xext +WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat +WANTLIB += ffi fontconfig freetype fribidi gdk-x11-2.0 gdk_pixbuf-2.0 +WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 graphite2 +WANTLIB += gthread-2.0 gtk-x11-2.0 harfbuzz iconv intl m pango-1.0 +WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png scim-1.0 +WANTLIB += scim-gtkutils-1.0 scim-x11utils-1.0 xcb xcb-render +WANTLIB += xcb-shm z -COMPILER = base-clang ports-gcc base-gcc +COMPILER = base-clang ports-gcc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/} Index: patches/patch-src_scim_generic_table_h =================================================================== RCS file: patches/patch-src_scim_generic_table_h diff -N patches/patch-src_scim_generic_table_h --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-src_scim_generic_table_h 17 Aug 2019 20:16:31 -0000 @@ -0,0 +1,15 @@ +$OpenBSD$ + +Add missing header for ports-gcc + +Index: src/scim_generic_table.h +--- src/scim_generic_table.h.orig ++++ src/scim_generic_table.h +@@ -34,6 +34,7 @@ + #include <string> + #include <algorithm> + #include <stdio.h> ++#include <string.h> + + #define SCIM_GT_MAX_KEY_LENGTH 63 +
