Published two weeks ago, works fine for me. Index: Makefile =================================================================== RCS file: /cvs/ports/x11/ratpoison/Makefile,v retrieving revision 1.29 diff -u -p -r1.29 Makefile --- Makefile 26 Feb 2014 20:07:18 -0000 1.29 +++ Makefile 22 Apr 2014 23:58:09 -0000 @@ -2,8 +2,7 @@ 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 Index: distinfo =================================================================== RCS file: /cvs/ports/x11/ratpoison/distinfo,v retrieving revision 1.15 diff -u -p -r1.15 distinfo --- distinfo 7 Apr 2013 20:09:23 -0000 1.15 +++ distinfo 8 Apr 2014 18:06:16 -0000 @@ -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 Index: patches/patch-src_actions_c =================================================================== RCS file: patches/patch-src_actions_c diff -N patches/patch-src_actions_c --- patches/patch-src_actions_c 26 Feb 2014 20:07:18 -0000 1.5 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -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; Index: patches/patch-src_manage_c =================================================================== RCS file: patches/patch-src_manage_c diff -N patches/patch-src_manage_c --- patches/patch-src_manage_c 26 Feb 2014 20:07:18 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -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; - } - Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/x11/ratpoison/pkg/PLIST,v retrieving revision 1.9 diff -u -p -r1.9 PLIST --- pkg/PLIST 7 Apr 2013 20:09:23 -0000 1.9 +++ pkg/PLIST 8 Apr 2014 18:08:50 -0000 @@ -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
-- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
