Update to ratpoison-1.4.7. ok william@ (MAINTAINER)
This commit is contained in:
parent
2104bc3df5
commit
81da9348aa
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2014/02/26 20:07:18 jca Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2014/04/23 00:40:59 jca Exp $
|
||||
|
||||
COMMENT= minimal wm based on GNU screen
|
||||
|
||||
DISTNAME= ratpoison-1.4.6
|
||||
REVISION= 1
|
||||
DISTNAME= ratpoison-1.4.7
|
||||
|
||||
CATEGORIES= x11
|
||||
HOMEPAGE= http://www.nongnu.org/ratpoison/
|
||||
@ -18,7 +17,6 @@ WANTLIB+= X11 Xext Xft Xinerama Xtst c
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=ratpoison/}
|
||||
|
||||
SEPARATE_BUILD= Yes
|
||||
USE_GROFF= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --with-xterm=${X11BASE}/bin/xterm \
|
||||
--disable-history
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ratpoison-1.4.6.tar.gz) = 6oOW/GnieEF0W49VhGwWK+Re3odaK1C868qCZxcaK/g=
|
||||
SIZE (ratpoison-1.4.6.tar.gz) = 460169
|
||||
SHA256 (ratpoison-1.4.7.tar.gz) = 56sqC2gn3u6OLdoMeu+ImkroafgiPrPDmfupW/+WCBE=
|
||||
SIZE (ratpoison-1.4.7.tar.gz) = 484116
|
||||
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-src_actions_c,v 1.5 2014/02/26 20:07:18 jca Exp $
|
||||
Bugfix for recent firefox versions.
|
||||
Applied-Upstream: 782e5d0f60412682ca5facde2d566c02bd176902
|
||||
--- src/actions.c.orig Thu Feb 20 02:37:37 2014
|
||||
+++ src/actions.c Thu Feb 20 02:40:48 2014
|
||||
@@ -1168,6 +1168,8 @@ cmd_meta (int interactive UNUSED, struct cmdarg **args
|
||||
if (current_window() == NULL)
|
||||
return cmdret_new (RET_FAILURE, NULL);
|
||||
|
||||
+ memset(&ev1, 0, sizeof(ev1));
|
||||
+
|
||||
ev1.xkey.type = KeyPress;
|
||||
ev1.xkey.display = dpy;
|
||||
ev1.xkey.window = current_window()->w;
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-src_manage_c,v 1.1 2014/02/26 20:07:18 jca Exp $
|
||||
Erroneous change introduced in 1.4.6.
|
||||
Applied-Upstream: 5201477cbcb276bd13ec07e3d57b8c6cefe8201a
|
||||
--- src/manage.c.orig Thu Feb 20 02:41:38 2014
|
||||
+++ src/manage.c Thu Feb 20 02:41:13 2014
|
||||
@@ -233,7 +233,7 @@ get_wmname (Window w)
|
||||
|
||||
if (XGetWMName (dpy, w, &text_prop) == 0)
|
||||
{
|
||||
- PRINT_ERROR (("XGetWMName failed\n"));
|
||||
+ PRINT_DEBUG (("XGetWMName failed\n"));
|
||||
return NULL;
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2013/04/07 20:09:23 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2014/04/23 00:40:59 jca Exp $
|
||||
@bin bin/ratpoison
|
||||
bin/rpws
|
||||
@info info/ratpoison.info
|
||||
@ -9,11 +9,14 @@ share/doc/ratpoison/COPYING
|
||||
share/doc/ratpoison/ChangeLog
|
||||
share/doc/ratpoison/NEWS
|
||||
share/doc/ratpoison/README
|
||||
share/emacs/
|
||||
share/emacs/site-lisp/
|
||||
share/emacs/site-lisp/ratpoison.el
|
||||
share/ratpoison/
|
||||
share/ratpoison/allwindows.sh
|
||||
share/ratpoison/clickframe.pl
|
||||
share/ratpoison/genrpbindings
|
||||
share/ratpoison/ratpoison.el
|
||||
share/ratpoison/ratdate.sh
|
||||
share/ratpoison/rpshowall.sh
|
||||
share/ratpoison/rpws
|
||||
share/ratpoison/sloppy.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user