From: Rafael Sadowski Subject: WANTLIB tweak octave-7.3.0 To: ports@openbsd.org Cc: Steven Mestdagh Date: Tue, 9 Jan 2024 18:13:06 +0100 octave-7.3.0p2(math/octave): Missing: nghttp3.3 from nghttp3-1.1.0 (/usr/local/libexec/octave/7.3.0/exec/x86_64-unknown-openbsd7.4/octave-gui) Missing: ngtcp2.4 from ngtcp2-1.1.0 (/usr/local/libexec/octave/7.3.0/exec/x86_64-unknown-openbsd7.4/octave-gui) Missing: ngtcp2_crypto_quictls.0 from ngtcp2-1.1.0 (/usr/local/libexec/octave/7.3.0/exec/x86_64-unknown-openbsd7.4/octave-gui) Missing: pcre2-8.0 from pcre2-10.37p1 (/usr/local/libexec/octave/7.3.0/exec/x86_64-unknown-openbsd7.4/octave-svgconvert) Missing: xcb-randr.2 (/usr/local/libexec/octave/7.3.0/exec/x86_64-unknown-openbsd7.4/octave-svgconvert) (system lib) WANTLIB += nghttp3 ngtcp2 ngtcp2_crypto_quictls pcre2-8 xcb-randr Simple WANTLIB fix. Cheers Rafael ? xxx Index: Makefile =================================================================== RCS file: /cvs/ports/math/octave/Makefile,v diff -u -p -u -p -r1.136 Makefile --- Makefile 27 Sep 2023 09:27:57 -0000 1.136 +++ Makefile 9 Jan 2024 17:11:56 -0000 @@ -2,7 +2,7 @@ COMMENT = Scientific Programming La VERSION = 7.3.0 DISTNAME = octave-${VERSION} -REVISION = 2 +REVISION = 3 EXTRACT_SUFX = .tar.xz CATEGORIES = math @@ -17,6 +17,23 @@ MAINTAINER = Steven Mestdagh