Skip to content

Commit

Permalink
x11-wm/icewm: the port had been updated to version 3.3.2
Browse files Browse the repository at this point in the history
Drop all but one hunk from the patchfile, owing apparently to
added configure check for the presence of libiconv on OpenBSD.
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Mar 14, 2023
1 parent aab471d commit e2caa3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 40 deletions.
2 changes: 1 addition & 1 deletion 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}/

Expand Down
6 changes: 3 additions & 3 deletions 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
36 changes: 0 additions & 36 deletions x11-wm/icewm/files/patch-src_Makefile.in
Expand Up @@ -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 \

0 comments on commit e2caa3f

Please sign in to comment.