From: Peter Hessler Subject: Re: aarch64 bulk build report To: Volker Schlecht Cc: ports@openbsd.org, Steven Mestdagh Date: Thu, 11 Jun 2026 07:44:49 +0200 On 2026 Jun 10 (Wed) at 22:53:30 +0200 (+0200), Volker Schlecht wrote: :On 6/10/26 1:27 AM, phessler@openbsd.org wrote: :[...] :> http://build-failures.rhaalovely.net/aarch64/2026-06-06/math/octave.log : :Fix attached, ok? OK :Index: Makefile :=================================================================== :RCS file: /cvs/ports/math/octave/Makefile,v :diff -u -p -r1.150 Makefile :--- Makefile 2 Jun 2026 21:30:34 -0000 1.150 :+++ Makefile 10 Jun 2026 19:53:22 -0000 :@@ -4,6 +4,7 @@ VERSION = 11.1.0 : DISTNAME = octave-${VERSION} : EXTRACT_SUFX = .tar.xz : CATEGORIES = math :+REVISION = 0 : : SHARED_LIBS += octave 19.0 : SHARED_LIBS += octgui 13.0 :@@ -24,7 +25,7 @@ WANTLIB += Qt6Sql Qt6Widgets Qt6Xml SM X : WANTLIB += Xfixes Xi Xmu Xrandr Xrender Xt Xxf86vm aec amd arpack : WANTLIB += b2 blas brotlicommon brotlidec bz2 c camd ccolamd cholmod : WANTLIB += colamd crypto curl curses cxsparse dbus-1 double-conversion :-WANTLIB += drm drm_amdgpu drm_intel duktape elf epoll-shim ereadline :+WANTLIB += drm drm_amdgpu duktape elf epoll-shim ereadline : WANTLIB += execinfo expat ffi fftw3 fftw3_threads fftw3f fftw3f_threads : WANTLIB += fontconfig freetype gbm gio-2.0 gl2ps glapi glib-2.0 : WANTLIB += glpk glut gmodule-2.0 gmp gobject-2.0 graphite2 gthread-2.0 :@@ -36,6 +37,10 @@ WANTLIB += sndfile sndio spqr ssl suites : WANTLIB += util vorbis vorbisenc wayland-client xcb xcb-dri2 xcb-dri3 : WANTLIB += xcb-glx xcb-present xcb-randr xcb-shm xcb-sync xcb-xfixes : WANTLIB += xkbcommon xshmfence z zstd :+ :+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" :+WANTLIB += drm_intel :+.endif : : SITES = ${SITE_GNU:=octave/} :