svn commit: r376004 - in head/x11-wm/icewm: . files

Pawel Pekala pawel at FreeBSD.org
Thu Jan 1 17:15:03 UTC 2015


Author: pawel
Date: Thu Jan  1 17:15:01 2015
New Revision: 376004
URL: https://svnweb.freebsd.org/changeset/ports/376004
QAT: https://qat.redports.org/buildarchive/r376004/

Log:
  - Add patch fixing reboot/shutdown command. Upstream seems unresponsive and
    this patch was adopted by Arch Linux some time ago. [1]
  - Cleanup pkg-plist while here
  
  Bug report: http://sourceforge.net/p/icewm/bugs/911/
  
  PR:		196034 [1]
  Submitted by:	Ronald Klop <ronald-lists at klop.ws> [1]

Added:
  head/x11-wm/icewm/files/patch-src__wmmgr.cc   (contents, props changed)
Modified:
  head/x11-wm/icewm/Makefile
  head/x11-wm/icewm/pkg-plist

Modified: head/x11-wm/icewm/Makefile
==============================================================================
--- head/x11-wm/icewm/Makefile	Thu Jan  1 16:57:44 2015	(r376003)
+++ head/x11-wm/icewm/Makefile	Thu Jan  1 17:15:01 2015	(r376004)
@@ -3,6 +3,7 @@
 
 PORTNAME=	icewm
 PORTVERSION=	1.3.8
+PORTREVISION=	1
 CATEGORIES=	x11-wm
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTVERSION}
 

Added: head/x11-wm/icewm/files/patch-src__wmmgr.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-wm/icewm/files/patch-src__wmmgr.cc	Thu Jan  1 17:15:01 2015	(r376004)
@@ -0,0 +1,13 @@
+diff --git src/wmmgr.cc src/wmmgr.cc
+index 4252bf6..dc1e703 100644
+--- src/wmmgr.cc
++++ src/wmmgr.cc
+@@ -697,7 +697,7 @@ void YWindowManager::handleClientMessage(const XClientMessageEvent &message) {
+         case ICEWM_ACTION_RESTARTWM:
+         case ICEWM_ACTION_WINDOWLIST:
+         case ICEWM_ACTION_ABOUT:
+-            break;
++            //break;
+         default:
+             smActionListener->handleSMAction(message.data.l[1]);
+             break;

Modified: head/x11-wm/icewm/pkg-plist
==============================================================================
--- head/x11-wm/icewm/pkg-plist	Thu Jan  1 16:57:44 2015	(r376003)
+++ head/x11-wm/icewm/pkg-plist	Thu Jan  1 17:15:01 2015	(r376004)
@@ -330,25 +330,3 @@ bin/icewmtray
 %%NLS%%share/locale/vi/LC_MESSAGES/icewm.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/icewm.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/icewm.mo
- at dirrm %%DATADIR%%/themes/yellowmotif
- at dirrm %%DATADIR%%/themes/win95
- at dirrm %%DATADIR%%/themes/warp4
- at dirrm %%DATADIR%%/themes/warp3
- at dirrm %%DATADIR%%/themes/nice2
- at dirrm %%DATADIR%%/themes/nice
- at dirrm %%DATADIR%%/themes/motif
- at dirrm %%DATADIR%%/themes/metal2
- at dirrm %%DATADIR%%/themes/icedesert
- at dirrm %%DATADIR%%/themes/gtk2
- at dirrm %%DATADIR%%/themes/Infadel2/taskbar
- at dirrm %%DATADIR%%/themes/Infadel2/mailbox
- at dirrm %%DATADIR%%/themes/Infadel2/icons
- at dirrm %%DATADIR%%/themes/Infadel2/cursors
- at dirrm %%DATADIR%%/themes/Infadel2
- at dirrm %%DATADIR%%/themes
- at dirrm %%DATADIR%%/taskbar
- at dirrm %%DATADIR%%/mailbox
- at dirrm %%DATADIR%%/ledclock
- at dirrm %%DATADIR%%/icons
- at dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%


More information about the svn-ports-all mailing list