From: Rafael Sadowski Subject: WANTLIB tweak apl-1.8 To: ports@openbsd.org Cc: Brian Callahan Date: Tue, 9 Jan 2024 09:43:10 +0100 As I am currently testing my fftw3 diff I found this WANTLIB update. I don't see an option to disable wayland and I suspect it's not coming from apl. apl-1.8p2(lang/apl): Missing: atspi.1 from at-spi2-core-2.50.1 (/usr/local/bin/Gtk_server) Missing: dbus-1.11 from dbus-1.14.10v0 (/usr/local/bin/Gtk_server) Missing: epoll-shim.0 from epoll-shim-0.0.20230411 (/usr/local/bin/Gtk_server) Missing: wayland-client.0 from wayland-1.22.0p0 (/usr/local/bin/Gtk_server) Missing: wayland-cursor.0 from wayland-1.22.0p0 (/usr/local/bin/Gtk_server) Missing: wayland-egl.0 from wayland-1.22.0p0 (/usr/local/bin/Gtk_server) Missing: xkbcommon.2 from libxkbcommon-1.6.0p0 (/usr/local/bin/Gtk_server) WANTLIB += atspi dbus-1 epoll-shim wayland-client wayland-cursor WANTLIB += wayland-egl xkbcommon Index: Makefile =================================================================== RCS file: /cvs/ports/lang/apl/Makefile,v diff -u -p -u -p -r1.11 Makefile --- Makefile 15 Nov 2023 19:52:44 -0000 1.11 +++ Makefile 9 Jan 2024 08:38:43 -0000 @@ -1,6 +1,6 @@ COMMENT = interpreter for the programming language APL DISTNAME = apl-1.8 -REVISION = 2 +REVISION = 3 CATEGORIES = lang SHARED_LIBS += _sql 0.0 # 0.0 @@ -12,14 +12,15 @@ MAINTAINER = Brian Callahan