pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/amiwm Add patch so amiwm won't immediately exit wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5327f850bbe0
branches:  trunk
changeset: 541707:5327f850bbe0
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri Apr 25 02:16:11 2008 +0000

description:
Add patch so  amiwm won't immediately exit without lucida font.
I also sent upstream, but I don't know if this is maintained.
(If you use this window manager, please let me know.)

diffstat:

 wm/amiwm/Makefile         |   4 ++--
 wm/amiwm/distinfo         |   3 ++-
 wm/amiwm/patches/patch-aa |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r ff6262fd5886 -r 5327f850bbe0 wm/amiwm/Makefile
--- a/wm/amiwm/Makefile Thu Apr 24 21:32:47 2008 +0000
+++ b/wm/amiwm/Makefile Fri Apr 25 02:16:11 2008 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2008/04/14 23:31:29 rh Exp $
+# $NetBSD: Makefile,v 1.22 2008/04/25 02:16:11 reed Exp $
 #
 
 DISTNAME=      amiwm0.20pl48
 PKGNAME=       amiwm-0.20p48
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    x11 wm
 MASTER_SITES=  ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/
 
diff -r ff6262fd5886 -r 5327f850bbe0 wm/amiwm/distinfo
--- a/wm/amiwm/distinfo Thu Apr 24 21:32:47 2008 +0000
+++ b/wm/amiwm/distinfo Fri Apr 25 02:16:11 2008 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 18:43:53 wiz Exp $
+$NetBSD: distinfo,v 1.4 2008/04/25 02:16:11 reed Exp $
 
 SHA1 (amiwm0.20pl48.tar.gz) = 6cf5f7197403a9519ea1f3b272e67a8de4fdca43
 RMD160 (amiwm0.20pl48.tar.gz) = abb5922a84501a28a73684c9e056dba6ac6969b7
 Size (amiwm0.20pl48.tar.gz) = 141542 bytes
+SHA1 (patch-aa) = 4927276af44a0c2257eb723959002eef90db6aaf
diff -r ff6262fd5886 -r 5327f850bbe0 wm/amiwm/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/amiwm/patches/patch-aa Fri Apr 25 02:16:11 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2008/04/25 02:16:11 reed Exp $
+
+--- libami/drawinfo.c.orig     2008-04-05 16:38:47.000000000 -0500
++++ libami/drawinfo.c  2008-04-05 16:39:26.000000000 -0500
+@@ -143,7 +143,7 @@
+     if(!(dri->dri_Font = XLoadQueryFont(dpy, default_screenfont))) {
+       fprintf(stderr, "%s: cannot open font %s\n", progname,
+             default_screenfont);
+-      exit(1);
++      dri->dri_Font = XLoadQueryFont(dpy, "fixed");
+     }
+   if(override)
+     setdriprop(dpy, driatom, dritypatom, root, dri);



Home | Main Index | Thread Index | Old Index