Hi ports@,

Here is a diff to update icewm to 1.6.2.

Comments? OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/icewm/Makefile,v
retrieving revision 1.70
diff -u -p -r1.70 Makefile
--- Makefile    26 Aug 2019 19:43:45 -0000      1.70
+++ Makefile    8 Nov 2019 17:25:11 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.70 2019/08/26 19:43:45 bcallah Exp $
 
-V=             1.6.1
+V=             1.6.2
 COMMENT=       small and fast window manager
 DISTNAME=      icewm-${V}
 EXTRACT_SUFX=  .tar.lz
@@ -12,7 +12,7 @@ HOMEPAGE=     https://www.ice-wm.org/
 PERMIT_PACKAGE=        Yes
 
 WANTLIB += ${COMPILER_LIBCXX} FLAC ICE SM X11 Xcomposite Xdamage
-WANTLIB += Xext Xfixes Xft Xinerama Xrandr Xrender ao c expat
+WANTLIB += Xext Xfixes Xft Xinerama Xpm Xrandr Xrender ao c expat
 WANTLIB += ffi fontconfig freetype fribidi gdk_pixbuf-2.0 gdk_pixbuf_xlib-2.0
 WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 iconv intl
 WANTLIB += m ogg pcre sndfile vorbis vorbisenc xcb z
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/icewm/distinfo,v
retrieving revision 1.21
diff -u -p -r1.21 distinfo
--- distinfo    26 Aug 2019 19:43:45 -0000      1.21
+++ distinfo    8 Nov 2019 17:25:11 -0000
@@ -1,2 +1,2 @@
-SHA256 (icewm-1.6.1.tar.lz) = 5xkW9cg5II8nnH/8+G0rGRYy/wU6PO0QtjH/r7Zhmhw=
-SIZE (icewm-1.6.1.tar.lz) = 1651274
+SHA256 (icewm-1.6.2.tar.lz) = j/Ca4REHXyINv1zbE0AaLCoFHMq4yBFn0jTW5FDGqiQ=
+SIZE (icewm-1.6.2.tar.lz) = 1673647
Index: patches/patch-lib_Makefile_in
===================================================================
RCS file: /cvs/ports/x11/icewm/patches/patch-lib_Makefile_in,v
retrieving revision 1.4
diff -u -p -r1.4 patch-lib_Makefile_in
--- patches/patch-lib_Makefile_in       26 Aug 2019 19:43:45 -0000      1.4
+++ patches/patch-lib_Makefile_in       8 Nov 2019 17:25:11 -0000
@@ -3,7 +3,7 @@ $OpenBSD: patch-lib_Makefile_in,v 1.4 20
 Index: lib/Makefile.in
 --- lib/Makefile.in.orig
 +++ lib/Makefile.in
-@@ -358,7 +358,7 @@ target_vendor = @target_vendor@
+@@ -362,7 +362,7 @@ target_vendor = @target_vendor@
  top_build_prefix = @top_build_prefix@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
Index: patches/patch-man_icewm-preferences_pod
===================================================================
RCS file: /cvs/ports/x11/icewm/patches/patch-man_icewm-preferences_pod,v
retrieving revision 1.3
diff -u -p -r1.3 patch-man_icewm-preferences_pod
--- patches/patch-man_icewm-preferences_pod     26 Aug 2019 19:43:45 -0000      
1.3
+++ patches/patch-man_icewm-preferences_pod     8 Nov 2019 17:25:11 -0000
@@ -3,7 +3,7 @@ $OpenBSD: patch-man_icewm-preferences_po
 Index: man/icewm-preferences.pod
 --- man/icewm-preferences.pod.orig
 +++ man/icewm-preferences.pod
-@@ -985,7 +985,7 @@ B<WM_CLASS> to allow B<runonce> for B<CPUStatusCommand
+@@ -977,7 +977,7 @@ B<WM_CLASS> to allow B<runonce> for B<CPUStatusCommand
  
  Combine all CPUs to one.
  
Index: patches/patch-src_icesh_cc
===================================================================
RCS file: /cvs/ports/x11/icewm/patches/patch-src_icesh_cc,v
retrieving revision 1.4
diff -u -p -r1.4 patch-src_icesh_cc
--- patches/patch-src_icesh_cc  26 Aug 2019 19:43:45 -0000      1.4
+++ patches/patch-src_icesh_cc  8 Nov 2019 17:25:11 -0000
@@ -5,7 +5,7 @@ Don't do this GNU extension stuff.
 Index: src/icesh.cc
 --- src/icesh.cc.orig
 +++ src/icesh.cc
-@@ -1663,6 +1663,8 @@ bool IceSh::change()
+@@ -1823,6 +1823,8 @@ void IceSh::doSync()
  
  bool IceSh::colormaps()
  {
@@ -14,7 +14,7 @@ Index: src/icesh.cc
      if ( !isAction("colormaps", 0))
          return false;
  
-@@ -1671,7 +1673,7 @@ bool IceSh::colormaps()
+@@ -1831,7 +1833,7 @@ bool IceSh::colormaps()
  
      tlog("colormaps");
      running = true;
@@ -23,7 +23,7 @@ Index: src/icesh.cc
      while (running) {
          int n = 0;
          Colormap* map = XListInstalledColormaps(display, root, &n);
-@@ -1698,11 +1700,13 @@ bool IceSh::colormaps()
+@@ -1858,11 +1860,13 @@ bool IceSh::colormaps()
  
  bool IceSh::guiEvents()
  {
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/icewm/pkg/PLIST,v
retrieving revision 1.20
diff -u -p -r1.20 PLIST
--- pkg/PLIST   26 Aug 2019 19:43:45 -0000      1.20
+++ pkg/PLIST   8 Nov 2019 17:25:11 -0000
@@ -56,6 +56,7 @@ share/doc/icewm/icewm.html
 share/doc/icewm/icewmbg.1.html
 share/doc/icewm/icewmhint.1.html
 share/icewm/
+share/icewm/IceWM.jpg
 share/icewm/icons/
 share/icewm/icons/about_16x16.xpm
 share/icewm/icons/about_32x32.xpm

Reply via email to