git: 0bfbe358074e - main - x11-wm/jewel: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 20 Dec 2023 11:14:52 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0bfbe358074e6ff66092272506f4dd4a9a2891e4

commit 0bfbe358074e6ff66092272506f4dd4a9a2891e4
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-18 19:42:25 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-20 11:14:41 +0000

    x11-wm/jewel: Mark DEPRECATED
    
    - Update WWW
    - Last upstream release was in 2004
    - Set EXPIRATION_DATE 2024-01-19
    - Refresh patches
---
 x11-wm/jewel/Makefile                                    |  5 ++++-
 x11-wm/jewel/files/patch-Makefile                        |  8 ++++----
 x11-wm/jewel/files/patch-basemenu.hh                     |  4 ++--
 x11-wm/jewel/files/patch-goodies-appbar_image.cc         | 10 ----------
 x11-wm/jewel/files/patch-goodies-setrootimage_image.cc   | 10 ----------
 x11-wm/jewel/files/patch-goodies-setrootimage_image.hh   | 10 ----------
 ...odies-appbar_icon.cc => patch-goodies_appbar_icon.cc} |  8 ++++----
 ...odies-appbar_icon.hh => patch-goodies_appbar_icon.hh} |  4 ++--
 x11-wm/jewel/files/patch-goodies_appbar_image.cc         | 10 ++++++++++
 ...odies-appbar_main.cc => patch-goodies_appbar_main.cc} |  4 ++--
 ...appbar_scanner.cc => patch-goodies_appbar_scanner.cc} | 10 +++++-----
 ...s-fspanel_Makefile => patch-goodies_fspanel_Makefile} | 15 +++++++--------
 ...fspanel_fspanel.c => patch-goodies_fspanel_fspanel.c} | 16 ++++++++--------
 ...fspanel_fspanel.h => patch-goodies_fspanel_fspanel.h} |  6 +++---
 ...mage_Makefile => patch-goodies_setrootimage_Makefile} |  4 ++--
 x11-wm/jewel/files/patch-goodies_setrootimage_image.cc   | 10 ++++++++++
 x11-wm/jewel/files/patch-goodies_setrootimage_image.hh   | 10 ++++++++++
 ...age.cc => patch-goodies_setrootimage_setrootimage.cc} |  8 ++++----
 ...xsession_Makefile => patch-goodies_xsession_Makefile} | 11 +++++------
 x11-wm/jewel/files/patch-windowmanager.cc                | 10 +++++-----
 20 files changed, 87 insertions(+), 86 deletions(-)

diff --git a/x11-wm/jewel/Makefile b/x11-wm/jewel/Makefile
index 5d2e9081de99..f549db44732a 100644
--- a/x11-wm/jewel/Makefile
+++ b/x11-wm/jewel/Makefile
@@ -6,11 +6,14 @@ MASTER_SITES=	http://mjr.towers.org.uk/comp/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Window manager based on aewm++
-WWW=		http://www.mjr.dsl.pipex.com/xwinman.html #jewel
+WWW=		https://mjr.towers.org.uk/xwinman.html #jewel
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Last upstream release was in 2004
+EXPIRATION_DATE=	2024-01-19
+
 USES=		compiler gmake xorg
 USE_CXXSTD=	c++14
 USE_XORG=	x11 xext xpm
diff --git a/x11-wm/jewel/files/patch-Makefile b/x11-wm/jewel/files/patch-Makefile
index 27ebe73e9e74..9fbb65a3c245 100644
--- a/x11-wm/jewel/files/patch-Makefile
+++ b/x11-wm/jewel/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig	2005-01-03 22:54:59.000000000 +0100
-+++ Makefile	2013-09-28 12:52:00.901277718 +0200
-@@ -12,7 +12,7 @@
+--- Makefile.orig	2005-01-03 21:54:59 UTC
++++ Makefile
+@@ -12,7 +12,7 @@ CFLAGS   = -g -O2 -Wall
  CC       = g++
  CFLAGS   = -g -O2 -Wall
  
@@ -9,7 +9,7 @@
  export XROOT    = $(prefix)
  DESTDIR  =
  INCLUDES = -I$(XROOT)/include
-@@ -51,7 +51,7 @@
+@@ -51,7 +51,7 @@ $(SUBDIRS):
  	$(CC) $(OBJS) $(LDPATH) $(LIBS) -o $@
  
  $(SUBDIRS):
diff --git a/x11-wm/jewel/files/patch-basemenu.hh b/x11-wm/jewel/files/patch-basemenu.hh
index 93d03cbb8d5a..9de94dc1612c 100644
--- a/x11-wm/jewel/files/patch-basemenu.hh
+++ b/x11-wm/jewel/files/patch-basemenu.hh
@@ -1,5 +1,5 @@
---- basemenu.hh.orig	Mon Aug 19 17:53:47 2002
-+++ basemenu.hh	Tue Apr  8 19:53:56 2003
+--- basemenu.hh.orig	2005-01-03 21:54:59 UTC
++++ basemenu.hh
 @@ -24,6 +24,8 @@
  #ifndef _BASEMENU_HH_
  #define _BASEMENU_HH_
diff --git a/x11-wm/jewel/files/patch-goodies-appbar_image.cc b/x11-wm/jewel/files/patch-goodies-appbar_image.cc
deleted file mode 100644
index 702addaf00ea..000000000000
--- a/x11-wm/jewel/files/patch-goodies-appbar_image.cc
+++ /dev/null
@@ -1,10 +0,0 @@
---- goodies/appbar/image.cc.orig	2013-09-26 16:59:32.000000000 +0200
-+++ goodies/appbar/image.cc	2013-09-26 17:00:23.000000000 +0200
-@@ -24,6 +24,7 @@
- #endif
- 
- #include "image.hh"
-+#include <cstdlib>
- 
- #ifndef   MIN
- #  define MIN(a, b) ((a < b) ? a : b)
diff --git a/x11-wm/jewel/files/patch-goodies-setrootimage_image.cc b/x11-wm/jewel/files/patch-goodies-setrootimage_image.cc
deleted file mode 100644
index 30f0a43fcd06..000000000000
--- a/x11-wm/jewel/files/patch-goodies-setrootimage_image.cc
+++ /dev/null
@@ -1,10 +0,0 @@
---- goodies/setrootimage/image.cc.orig	2013-09-26 17:16:12.000000000 +0200
-+++ goodies/setrootimage/image.cc	2013-09-26 17:16:27.000000000 +0200
-@@ -24,6 +24,7 @@
- #endif
- 
- #include "image.hh"
-+#include <cstdlib>
- 
- #ifndef   MIN
- #  define MIN(a, b) ((a < b) ? a : b)
diff --git a/x11-wm/jewel/files/patch-goodies-setrootimage_image.hh b/x11-wm/jewel/files/patch-goodies-setrootimage_image.hh
deleted file mode 100644
index 99797d8a990a..000000000000
--- a/x11-wm/jewel/files/patch-goodies-setrootimage_image.hh
+++ /dev/null
@@ -1,10 +0,0 @@
---- goodies/setrootimage/image.hh.orig	2007-12-06 21:28:22.000000000 +0100
-+++ goodies/setrootimage/image.hh	2007-12-06 21:34:53.000000000 +0100
-@@ -27,6 +27,7 @@
- #include <cstdio>
- 
- #include <list>
-+using namespace std;
- 
- class BImageControl;
- class BImage;
diff --git a/x11-wm/jewel/files/patch-goodies-appbar_icon.cc b/x11-wm/jewel/files/patch-goodies_appbar_icon.cc
similarity index 71%
rename from x11-wm/jewel/files/patch-goodies-appbar_icon.cc
rename to x11-wm/jewel/files/patch-goodies_appbar_icon.cc
index ca3424376057..42335e478873 100644
--- a/x11-wm/jewel/files/patch-goodies-appbar_icon.cc
+++ b/x11-wm/jewel/files/patch-goodies_appbar_icon.cc
@@ -1,5 +1,5 @@
---- goodies/appbar/icon.cc.orig	2007-12-06 21:09:37.000000000 +0100
-+++ goodies/appbar/icon.cc	2007-12-06 21:15:12.000000000 +0100
+--- goodies/appbar/icon.cc.orig	2005-01-03 21:54:58 UTC
++++ goodies/appbar/icon.cc
 @@ -35,7 +35,7 @@
  
  #include "icon.hh"
@@ -9,7 +9,7 @@
  "16 16 16 1",
  " 	c None",
  ".	c #323232",
-@@ -101,7 +101,7 @@
+@@ -101,7 +101,7 @@ Icon::Icon(Display *d, Window parent)
  	
  	if(! XpmCreatePixmapFromData(dpy, 
  		icon_win,
@@ -18,7 +18,7 @@
  		&icon_pixmap,
  		&icon_pixmap_mask,
  		&icon_pixmap_attr)==XpmSuccess)
-@@ -165,7 +165,7 @@
+@@ -165,7 +165,7 @@ bool Icon::loadPixmap(std::string iconFilename)
  		
  		if(! XpmCreatePixmapFromData(dpy, 
  			icon_win,
diff --git a/x11-wm/jewel/files/patch-goodies-appbar_icon.hh b/x11-wm/jewel/files/patch-goodies_appbar_icon.hh
similarity index 51%
rename from x11-wm/jewel/files/patch-goodies-appbar_icon.hh
rename to x11-wm/jewel/files/patch-goodies_appbar_icon.hh
index db8c89c2e30f..25f24accd27d 100644
--- a/x11-wm/jewel/files/patch-goodies-appbar_icon.hh
+++ b/x11-wm/jewel/files/patch-goodies_appbar_icon.hh
@@ -1,5 +1,5 @@
---- goodies/appbar/icon.hh.orig	2007-12-06 21:10:35.000000000 +0100
-+++ goodies/appbar/icon.hh	2007-12-06 21:12:21.000000000 +0100
+--- goodies/appbar/icon.hh.orig	2005-01-03 21:54:58 UTC
++++ goodies/appbar/icon.hh
 @@ -43,8 +43,6 @@
  #include <X11/extensions/shape.h>
  #include <stdlib.h>
diff --git a/x11-wm/jewel/files/patch-goodies_appbar_image.cc b/x11-wm/jewel/files/patch-goodies_appbar_image.cc
new file mode 100644
index 000000000000..4e4f6a337c08
--- /dev/null
+++ b/x11-wm/jewel/files/patch-goodies_appbar_image.cc
@@ -0,0 +1,10 @@
+--- goodies/appbar/image.cc.orig	2005-01-03 21:54:58 UTC
++++ goodies/appbar/image.cc
+@@ -24,6 +24,7 @@
+ #endif
+ 
+ #include "image.hh"
++#include <cstdlib>
+ 
+ #ifndef   MIN
+ #  define MIN(a, b) ((a < b) ? a : b)
diff --git a/x11-wm/jewel/files/patch-goodies-appbar_main.cc b/x11-wm/jewel/files/patch-goodies_appbar_main.cc
similarity index 61%
rename from x11-wm/jewel/files/patch-goodies-appbar_main.cc
rename to x11-wm/jewel/files/patch-goodies_appbar_main.cc
index 0562b49be034..59527a30ee9d 100644
--- a/x11-wm/jewel/files/patch-goodies-appbar_main.cc
+++ b/x11-wm/jewel/files/patch-goodies_appbar_main.cc
@@ -1,5 +1,5 @@
---- goodies/appbar/main.cc.orig	2007-12-06 20:48:09.000000000 +0100
-+++ goodies/appbar/main.cc	2007-12-06 20:48:46.000000000 +0100
+--- goodies/appbar/main.cc.orig	2005-01-03 21:54:58 UTC
++++ goodies/appbar/main.cc
 @@ -33,6 +33,9 @@
   * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
   */
diff --git a/x11-wm/jewel/files/patch-goodies-appbar_scanner.cc b/x11-wm/jewel/files/patch-goodies_appbar_scanner.cc
similarity index 66%
rename from x11-wm/jewel/files/patch-goodies-appbar_scanner.cc
rename to x11-wm/jewel/files/patch-goodies_appbar_scanner.cc
index 2f8c3e82336f..695f0fe0359b 100644
--- a/x11-wm/jewel/files/patch-goodies-appbar_scanner.cc
+++ b/x11-wm/jewel/files/patch-goodies_appbar_scanner.cc
@@ -1,6 +1,6 @@
---- goodies/appbar/scanner.cc.orig	2007-12-06 20:49:35.000000000 +0100
-+++ goodies/appbar/scanner.cc	2007-12-06 20:50:28.000000000 +0100
-@@ -156,7 +156,7 @@
+--- goodies/appbar/scanner.cc.orig	2005-01-03 21:54:58 UTC
++++ goodies/appbar/scanner.cc
+@@ -156,7 +156,7 @@ void Scanner::concat(int type)
  {
  	s_token.empty();	
  
@@ -9,7 +9,7 @@
  	{
  		s_token += character;
  
-@@ -177,7 +177,7 @@
+@@ -177,7 +177,7 @@ void Scanner::getNextToken(bool spaces) 
  		if (!spaces) {
  			char_class[' ']=whitespace;	
  
@@ -18,7 +18,7 @@
  			{
  				if( inputFile.eof() ) return;
  		
-@@ -192,7 +192,7 @@
+@@ -192,7 +192,7 @@ void Scanner::getNextToken(bool spaces) 
  		}
  	}
  
diff --git a/x11-wm/jewel/files/patch-goodies-fspanel_Makefile b/x11-wm/jewel/files/patch-goodies_fspanel_Makefile
similarity index 75%
rename from x11-wm/jewel/files/patch-goodies-fspanel_Makefile
rename to x11-wm/jewel/files/patch-goodies_fspanel_Makefile
index 3a1aa220fa77..57a9390c509e 100644
--- a/x11-wm/jewel/files/patch-goodies-fspanel_Makefile
+++ b/x11-wm/jewel/files/patch-goodies_fspanel_Makefile
@@ -1,21 +1,20 @@
---- goodies/fspanel/Makefile.orig	2005-01-03 22:54:58.000000000 +0100
-+++ goodies/fspanel/Makefile	2013-09-26 17:14:21.000000000 +0200
-@@ -1,8 +1,10 @@
+--- goodies/fspanel/Makefile.orig	2005-01-03 21:54:58 UTC
++++ goodies/fspanel/Makefile
+@@ -1,7 +1,9 @@
 -CC = gcc
 -C_FLAGS = -DNOSTDLIB -DHAVE_XPM -Wall -I$(XROOT)/include -m386 -malign-loops=2 -malign-jumps=2 -malign-functions=2
 +CC ?= gcc
 +C_FLAGS = -DNOSTDLIB -DHAVE_XPM -Wall -I$(XROOT)/include -falign-functions=2 --std=c++14
  L_FLAGS = -O1 -Xlinker -s -L$(XROOT)/lib -lX11 -lXpm
  PROGNAME = fspanel
-
-+all: $(PROGNAME)
 +
++all: $(PROGNAME)
+ 
  $(PROGNAME): Makefile fspanel.c fspanel.h icon.xpm
  	$(CC) $(C_FLAGS) $(L_FLAGS) fspanel.c -o $(PROGNAME)
- 	@ls -l $(PROGNAME)
-@@ -14,4 +16,4 @@
+@@ -14,4 +16,4 @@ uninstall:
  	cp -r $(PROGNAME) $(DESTDIR)$(prefix)/bin
-
+ 
  uninstall:
 -	rm $(DESTDIR)$(prefix)/bin/$(PROGNAME)
 \ No newline at end of file
diff --git a/x11-wm/jewel/files/patch-goodies-fspanel_fspanel.c b/x11-wm/jewel/files/patch-goodies_fspanel_fspanel.c
similarity index 74%
rename from x11-wm/jewel/files/patch-goodies-fspanel_fspanel.c
rename to x11-wm/jewel/files/patch-goodies_fspanel_fspanel.c
index ae0f9c2a25ff..a6ad7847186c 100644
--- a/x11-wm/jewel/files/patch-goodies-fspanel_fspanel.c
+++ b/x11-wm/jewel/files/patch-goodies_fspanel_fspanel.c
@@ -1,6 +1,6 @@
---- goodies/fspanel/fspanel.c.orig	2005-01-03 22:54:58.000000000 +0100
-+++ goodies/fspanel/fspanel.c	2013-09-26 17:27:52.000000000 +0200
-@@ -179,7 +179,7 @@
+--- goodies/fspanel/fspanel.c.orig	2005-01-03 21:54:58 UTC
++++ goodies/fspanel/fspanel.c
+@@ -179,7 +179,7 @@ void turn_off_strut()
    	XDeleteProperty(dd, win, net_wm_strut);
  }
  
@@ -9,7 +9,7 @@
  {
  	Atom type_ret;
  	int format_ret;
-@@ -195,7 +195,7 @@
+@@ -195,7 +195,7 @@ void *get_prop_data (Window win, Atom prop, Atom type,
  	if (items)
  		*items = items_ret;
  
@@ -18,7 +18,7 @@
  }
  
  void get_task_hinticon (task *tk)
-@@ -393,7 +393,8 @@
+@@ -393,7 +393,8 @@ void scale_icon (task *tk)
  
  void scale_icon (task *tk)
  {
@@ -28,7 +28,7 @@
  	Pixmap pix, mk = None;
  	XGCValues gcv;
  	GC mgc=None;
-@@ -746,7 +747,7 @@
+@@ -746,7 +747,7 @@ taskbar *gui_create_taskbar (void)
  
  	XMapWindow (dd, win);
  
@@ -37,7 +37,7 @@
  	tb->win = win;
  	
  	return tb;
-@@ -760,10 +761,10 @@
+@@ -760,10 +761,10 @@ void add_task (taskbar * tb, Window win, int focus)
  	if (tb->my_desktop != find_desktop (win) || is_hidden (win))
  		return;
  
@@ -50,7 +50,7 @@
  	tk->iconified = is_iconified (win);
  
  	get_task_kdeicon (tk);
-@@ -1075,7 +1076,7 @@
+@@ -1075,7 +1076,7 @@ void handle_propertynotify (taskbar * tb, Window win, 
  		/* window's title changed */
  		if (tk->name)
  			XFree (tk->name);
diff --git a/x11-wm/jewel/files/patch-goodies-fspanel_fspanel.h b/x11-wm/jewel/files/patch-goodies_fspanel_fspanel.h
similarity index 69%
rename from x11-wm/jewel/files/patch-goodies-fspanel_fspanel.h
rename to x11-wm/jewel/files/patch-goodies_fspanel_fspanel.h
index 49baeab237ae..30ae4aba22d0 100644
--- a/x11-wm/jewel/files/patch-goodies-fspanel_fspanel.h
+++ b/x11-wm/jewel/files/patch-goodies_fspanel_fspanel.h
@@ -1,6 +1,6 @@
---- goodies/fspanel/fspanel.h.orig	2013-09-26 17:22:27.000000000 +0200
-+++ goodies/fspanel/fspanel.h	2013-09-26 17:22:37.000000000 +0200
-@@ -55,7 +55,7 @@
+--- goodies/fspanel/fspanel.h.orig	2005-01-03 21:54:58 UTC
++++ goodies/fspanel/fspanel.h
+@@ -55,7 +55,7 @@ void set_top_strut();
  
  void set_bottom_strut();
  void set_top_strut();
diff --git a/x11-wm/jewel/files/patch-goodies-setrootimage_Makefile b/x11-wm/jewel/files/patch-goodies_setrootimage_Makefile
similarity index 56%
rename from x11-wm/jewel/files/patch-goodies-setrootimage_Makefile
rename to x11-wm/jewel/files/patch-goodies_setrootimage_Makefile
index 5044c7b342d1..1ca27c8c81f4 100644
--- a/x11-wm/jewel/files/patch-goodies-setrootimage_Makefile
+++ b/x11-wm/jewel/files/patch-goodies_setrootimage_Makefile
@@ -1,5 +1,5 @@
---- goodies/setrootimage/Makefile.orig	2013-09-26 17:15:12.000000000 +0200
-+++ goodies/setrootimage/Makefile	2013-09-26 17:16:58.000000000 +0200
+--- goodies/setrootimage/Makefile.orig	2005-01-03 21:54:58 UTC
++++ goodies/setrootimage/Makefile
 @@ -1,5 +1,5 @@
 -CC        = g++
 -CFLAGS    = -g -O2 -Wall
diff --git a/x11-wm/jewel/files/patch-goodies_setrootimage_image.cc b/x11-wm/jewel/files/patch-goodies_setrootimage_image.cc
new file mode 100644
index 000000000000..818bc56c9b94
--- /dev/null
+++ b/x11-wm/jewel/files/patch-goodies_setrootimage_image.cc
@@ -0,0 +1,10 @@
+--- goodies/setrootimage/image.cc.orig	2005-01-03 21:54:58 UTC
++++ goodies/setrootimage/image.cc
+@@ -24,6 +24,7 @@
+ #endif
+ 
+ #include "image.hh"
++#include <cstdlib>
+ 
+ #ifndef   MIN
+ #  define MIN(a, b) ((a < b) ? a : b)
diff --git a/x11-wm/jewel/files/patch-goodies_setrootimage_image.hh b/x11-wm/jewel/files/patch-goodies_setrootimage_image.hh
new file mode 100644
index 000000000000..326ac50ab424
--- /dev/null
+++ b/x11-wm/jewel/files/patch-goodies_setrootimage_image.hh
@@ -0,0 +1,10 @@
+--- goodies/setrootimage/image.hh.orig	2005-01-03 21:54:58 UTC
++++ goodies/setrootimage/image.hh
+@@ -27,6 +27,7 @@
+ #include <cstdio>
+ 
+ #include <list>
++using namespace std;
+ 
+ class BImageControl;
+ class BImage;
diff --git a/x11-wm/jewel/files/patch-goodies-setrootimage_setrootimage.cc b/x11-wm/jewel/files/patch-goodies_setrootimage_setrootimage.cc
similarity index 76%
rename from x11-wm/jewel/files/patch-goodies-setrootimage_setrootimage.cc
rename to x11-wm/jewel/files/patch-goodies_setrootimage_setrootimage.cc
index 709841b22573..42548d30643f 100644
--- a/x11-wm/jewel/files/patch-goodies-setrootimage_setrootimage.cc
+++ b/x11-wm/jewel/files/patch-goodies_setrootimage_setrootimage.cc
@@ -1,5 +1,5 @@
---- goodies/setrootimage/setrootimage.cc.orig	2007-12-06 21:20:21.000000000 +0100
-+++ goodies/setrootimage/setrootimage.cc	2007-12-06 21:24:15.000000000 +0100
+--- goodies/setrootimage/setrootimage.cc.orig	2005-01-03 21:54:58 UTC
++++ goodies/setrootimage/setrootimage.cc
 @@ -31,6 +31,9 @@
   * Released under the GNU GPL license
   * www.gnu.org
@@ -10,7 +10,7 @@
  #include <X11/Xlib.h>
  #include <X11/xpm.h>
  #include <stdlib.h>
-@@ -56,10 +59,11 @@
+@@ -56,10 +59,11 @@ BColor parseCommandlineColor(char* the_color)
  		temp_blue[1] = the_color[i];
  	}
  
@@ -24,7 +24,7 @@
  	return color;
  }
  
-@@ -86,10 +90,10 @@
+@@ -86,10 +90,10 @@ int main (int argc, char * argv[])
  	Pixmap root_pix = None;
  	BColor to, from;
  	
diff --git a/x11-wm/jewel/files/patch-goodies-xsession_Makefile b/x11-wm/jewel/files/patch-goodies_xsession_Makefile
similarity index 70%
rename from x11-wm/jewel/files/patch-goodies-xsession_Makefile
rename to x11-wm/jewel/files/patch-goodies_xsession_Makefile
index 89b768eb72a4..03d0ae53daec 100644
--- a/x11-wm/jewel/files/patch-goodies-xsession_Makefile
+++ b/x11-wm/jewel/files/patch-goodies_xsession_Makefile
@@ -1,6 +1,6 @@
---- goodies/xsession//Makefile.orig	2007-12-06 22:50:47.000000000 +0100
-+++ goodies/xsession//Makefile	2007-12-06 22:51:06.000000000 +0100
-@@ -1,10 +1,12 @@
+--- goodies/xsession/Makefile.orig	2005-01-03 21:54:58 UTC
++++ goodies/xsession/Makefile
+@@ -1,9 +1,11 @@ CC = gcc
  # Taken from fspanel Makefile by MJR
  
  CC = gcc
@@ -8,9 +8,8 @@
 +C_FLAGS = -DNOSTDLIB -DHAVE_XPM -Wall -I$(XROOT)/include -falign-functions=2
  L_FLAGS = -O1 -Xlinker -s -L$(XROOT)/lib -lX11 -lXpm
  PROGNAME = xsession
- 
-+all: $(PROGNAME)
 +
++all: $(PROGNAME)
+ 
  $(PROGNAME): Makefile xsession.c
  	$(CC) $(C_FLAGS) $(L_FLAGS) xsession.c -o $(PROGNAME)
- 	@ls -l $(PROGNAME)
diff --git a/x11-wm/jewel/files/patch-windowmanager.cc b/x11-wm/jewel/files/patch-windowmanager.cc
index 1bb1c40cf438..f67cdeeea9b2 100644
--- a/x11-wm/jewel/files/patch-windowmanager.cc
+++ b/x11-wm/jewel/files/patch-windowmanager.cc
@@ -1,6 +1,6 @@
---- windowmanager.cc.orig	2007-12-06 20:41:35.000000000 +0100
-+++ windowmanager.cc	2007-12-06 20:47:01.000000000 +0100
-@@ -51,24 +51,24 @@
+--- windowmanager.cc.orig	2005-01-03 21:54:59 UTC
++++ windowmanager.cc
+@@ -51,24 +51,24 @@ WindowManager::WindowManager(int argc, char** argv)
  	// Set the global window manager object to this please =)
      	wm = this;
  	
@@ -39,7 +39,7 @@
  
  // These macro's are nice to test values passed in 
  // the command line arguments	
-@@ -1557,21 +1557,21 @@
+@@ -1557,21 +1557,21 @@ void WindowManager::focusNextWindowInStackingOrder()
  		// find the client in the list...
  		it = find(clientList->begin(), clientList->end(), c);
  
@@ -66,7 +66,7 @@
  		} while (cycles < clientList->size() && (shouldSkipThisWindow((*it)->getAppWindow()) || (*it)->isIconified() || (*it)->belongsToWhichDesktop() != currentDesktop));
  		
  #ifdef DEBUG
-@@ -1588,7 +1588,7 @@
+@@ -1588,7 +1588,7 @@ void WindowManager::focusNextWindowInStackingOrder()
  
  		// if we found a suitable "next client", raise and focus
  		// it; otherwise, leave focus where it is