Friday, June 30, 2023

x11/stumpwm: few adjustments after lang/sbcl update

Hi,

As lang/sbcl has been updated to 2.3.6, the compression method changed from libz
to libzstd.

As stumpwm is built using sbcl, the port needs few adjustments to add
LIB_DEPENDS on zstd, and updated WANTLIB.

Comments or OK ?
--
Sebastien Marie

diff /home/semarie/repos/openbsd/ports
commit - f2b2271db0cce22f098315362598c10c5db64ead
path + /home/semarie/repos/openbsd/ports
blob - 1fe35715ef106358692d35766dd50025d89563b0
file + x11/stumpwm/Makefile
--- x11/stumpwm/Makefile
+++ x11/stumpwm/Makefile
@@ -2,6 +2,7 @@ DISTNAME= stumpwm-${VERSION}

VERSION= 22.11
DISTNAME= stumpwm-${VERSION}
+REVISION= 0

CATEGORIES= x11

@@ -12,7 +13,7 @@ WANTLIB += c m pthread util z
# GPLv2
PERMIT_PACKAGE= Yes

-WANTLIB += c m pthread util z
+WANTLIB += c m pthread util zstd

MASTER_SITES= https://github.com/stumpwm/stumpwm/archive/
MASTER_SITES0= https://github.com/edicl/cl-ppcre/archive/
@@ -26,6 +27,7 @@ BUILD_DEPENDS= lang/sbcl,threads \

BUILD_DEPENDS= lang/sbcl,threads \
print/texinfo
+LIB_DEPENDS= archivers/zstd

AUTOCONF_VERSION= 2.69
CONFIGURE_STYLE= autoconf no-autoheader

No comments:

Post a Comment