On Mon, Jan 10, 2022 at 10:51:12PM +0100, Jeremie Courreges-Anglas wrote: > > 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? ok kmos --Kurt > 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 >