On Mon, Jan 10 2022, k...@openbsd.org wrote: > Bulk build on sparc64-0a.ports.openbsd.org > > Started : Fri Jan 7 22:10:48 MST 2022 > Finished: Mon Jan 10 11:52:16 MST 2022 > Duration: 2 Days 13 hours 41 minutes > > Built using OpenBSD 7.0-current (GENERIC.MP) #1136: Fri Jan 7 16:48:03 MST > 2022 > > Built 9067 packages > > Number of packages built each day: > Jan 7: 3761 > Jan 8: 4010 > Jan 9: 1070 > Jan 10: 226
[...] > http://build-failures.rhaalovely.net/sparc64/2022-01-07/textproc/mupdf.log This one has happened since some time since Nov 13: http://build-failures.rhaalovely.net/sparc64/2021-11-13/textproc/mupdf,js.log > cc1plus: error: unrecognized command line option "-std=c++17" Since this now requires a C++ compiler (and a modern one) zap COMPILER_LANGS and MODGCC4_ARCHS (the latter is outdated). Build-tested on sparc64. ok? Index: Makefile =================================================================== RCS file: /cvs/ports/textproc/mupdf/Makefile,v retrieving revision 1.102 diff -u -p -r1.102 Makefile --- Makefile 13 Nov 2021 17:40:01 -0000 1.102 +++ Makefile 10 Jan 2022 20:58:44 -0000 @@ -28,10 +28,7 @@ FLAVOR ?= # http://git.ghostscript.com/?p=mupdf.git;a=summary MASTER_SITES = https://mupdf.com/downloads/archive/ -# armv7: alignment issue https://marc.info/?l=openbsd-ports&m=156448467232400&w=2 -COMPILER = base-clang ports-gcc base-gcc -COMPILER_LANGS = c -MODGCC4_ARCHS = armv7 +COMPILER = base-clang ports-gcc RUN_DEPENDS = devel/desktop-file-utils \ devel/xdg-utils -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE