From e2caa3f36051f7630c48b0d6c648b21e5cc03067 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Tue, 14 Mar 2023 05:28:50 +0000 Subject: [PATCH] x11-wm/icewm: the port had been updated to version 3.3.2 Drop all but one hunk from the patchfile, owing apparently to added configure check for the presence of libiconv on OpenBSD. --- x11-wm/icewm/Makefile | 2 +- x11-wm/icewm/distinfo | 6 ++-- x11-wm/icewm/files/patch-src_Makefile.in | 36 ------------------------ 3 files changed, 4 insertions(+), 40 deletions(-) diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index db9e17df9e29b..6e324dd9a8d1c 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -1,5 +1,5 @@ PORTNAME= icewm -PORTVERSION= 3.3.1 +PORTVERSION= 3.3.2 CATEGORIES= x11-wm MASTER_SITES= https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/ diff --git a/x11-wm/icewm/distinfo b/x11-wm/icewm/distinfo index 67f701b39b29c..0add84ade228e 100644 --- a/x11-wm/icewm/distinfo +++ b/x11-wm/icewm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674556168 -SHA256 (icewm-3.3.1.tar.lz) = 936ac3e692877884355c6886e153549520388e3b78d4cb840e8bcf285aa212d4 -SIZE (icewm-3.3.1.tar.lz) = 1875279 +TIMESTAMP = 1678745488 +SHA256 (icewm-3.3.2.tar.lz) = 4f0e81daafe35d73a2fcb39e9d1c6738b1c0a2ad3805382d69c3464d0cede1d6 +SIZE (icewm-3.3.2.tar.lz) = 1791363 diff --git a/x11-wm/icewm/files/patch-src_Makefile.in b/x11-wm/icewm/files/patch-src_Makefile.in index 0ee219da12810..98702e3cfa985 100644 --- a/x11-wm/icewm/files/patch-src_Makefile.in +++ b/x11-wm/icewm/files/patch-src_Makefile.in @@ -9,39 +9,3 @@ icesh_SOURCES = \ intl.h \ debug.h \ -@@ -960,7 +960,7 @@ icewmhint_SOURCES = \ - base.h \ - icewmhint.cc - --icewmhint_LDADD = libice.la $(CORE_LIBS) @LIBINTL@ -+icewmhint_LDADD = libice.la $(CORE_LIBS) @LIBINTL@ @LIBICONV@ - icewmbg_SOURCES = \ - intl.h \ - debug.h \ -@@ -962,7 +962,7 @@ icewmbg_SOURCES = \ - icewmbg.cc \ - icewmbg_prefs.h - --icewmbg_LDADD = libice.la $(IMAGE_LIBS) $(CORE_LIBS) @LIBINTL@ -+icewmbg_LDADD = libice.la $(IMAGE_LIBS) $(CORE_LIBS) @LIBINTL@ @LIBICONV@ - icesound_SOURCES = \ - base.h \ - debug.h \ -@@ -974,7 +974,7 @@ icesound_SOURCES = \ - ytimer.h \ - icesound.cc - --icesound_LDADD = libice.la $(AUDIO_LIBS) $(CORE_LIBS) @LIBINTL@ -+icesound_LDADD = libice.la $(AUDIO_LIBS) $(CORE_LIBS) @LIBINTL@ @LIBICONV@ - icewm_menu_fdo_SOURCES = \ - appnames.h \ - base.h \ -@@ -1002,7 +1002,7 @@ icehelp_SOURCES = \ - yrect.h \ - icehelp.cc - --icehelp_LDADD = libitk.la libice.la $(IMAGE_LIBS) $(CORE_LIBS) @LIBINTL@ -+icehelp_LDADD = libitk.la libice.la $(IMAGE_LIBS) $(CORE_LIBS) @LIBINTL@ @LIBICONV@ - iceclock_SOURCES = \ - intl.h \ - debug.h \