pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/weewm Update MASTER_SITES and HOMEPAGE as old ones ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f8fdd12b7cb
branches:  trunk
changeset: 541708:7f8fdd12b7cb
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri Apr 25 02:28:24 2008 +0000

description:
Update MASTER_SITES and HOMEPAGE as old ones no longer work.

Add patch-ac to fall back to "fixed" font instead of exiting.
I submitted to upstream developers a couple weeks ago.

I was told that WeeWM is no longer maintained.
(If you use this window manager, please let me know.)

diffstat:

 wm/weewm/Makefile         |   8 ++++----
 wm/weewm/distinfo         |   3 ++-
 wm/weewm/patches/patch-ac |  14 ++++++++++++++
 3 files changed, 20 insertions(+), 5 deletions(-)

diffs (53 lines):

diff -r 5327f850bbe0 -r 7f8fdd12b7cb wm/weewm/Makefile
--- a/wm/weewm/Makefile Fri Apr 25 02:16:11 2008 +0000
+++ b/wm/weewm/Makefile Fri Apr 25 02:28:24 2008 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.8 2007/02/01 22:31:12 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2008/04/25 02:28:24 reed Exp $
 #
 
 DISTNAME=      weewm-0.0.2
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    wm
-MASTER_SITES=  http://www.weewm.org/download/
+MASTER_SITES=  http://weewm.flashtux.org/download.php
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    minskim%NetBSD.org@localhost
-HOMEPAGE=      http://www.weewm.org/
+HOMEPAGE=      http://weewm.flashtux.org/
 COMMENT=       Fast and ultra light windowmanager with total keyboard control
 
 
diff -r 5327f850bbe0 -r 7f8fdd12b7cb wm/weewm/distinfo
--- a/wm/weewm/distinfo Fri Apr 25 02:16:11 2008 +0000
+++ b/wm/weewm/distinfo Fri Apr 25 02:28:24 2008 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.3 2005/04/29 02:31:48 minskim Exp $
+$NetBSD: distinfo,v 1.4 2008/04/25 02:28:24 reed Exp $
 
 SHA1 (weewm-0.0.2.tar.bz2) = 2ed619043f11bca71ef62caa255aa2dfb549532b
 RMD160 (weewm-0.0.2.tar.bz2) = 8fe602c67e5fbe6ac2ee4a12a5a1704aba4de4e3
 Size (weewm-0.0.2.tar.bz2) = 44051 bytes
 SHA1 (patch-aa) = 9a7c9b1a5e85f51ed7c52ae39f5b08b95cbc1c08
 SHA1 (patch-ab) = 14ebcb4169fd466057fb666cd86d5c4de361306e
+SHA1 (patch-ac) = 2251508931d9f1874a868fd83fd449cb181257d2
diff -r 5327f850bbe0 -r 7f8fdd12b7cb wm/weewm/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/weewm/patches/patch-ac Fri Apr 25 02:28:24 2008 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2008/04/25 02:28:24 reed Exp $
+
+--- src/weewm.c.orig   2008-04-05 12:48:23.000000000 -0500
++++ src/weewm.c        2008-04-05 12:51:26.000000000 -0500
+@@ -305,7 +305,8 @@
+     if (!font)
+     {
+         fprintf(stderr, "error loading font\n");
+-        exit(1);
++        font = XLoadQueryFont(display, "fixed");
++/*        exit(1);    */
+     }
+     
+     sattr.event_mask = SubstructureRedirectMask | SubstructureNotifyMask | PropertyChangeMask | ButtonPressMask | ButtonReleaseMask;



Home | Main Index | Thread Index | Old Index