Date: Sun, 20 Dec 2009 02:41:39 GMT From: Doug Barton <dougb@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/141792: Upgrade x11-wm/openbox to version 3.4.9 Message-ID: <200912200241.nBK2fdjn071389@freefall.freebsd.org> Resent-Message-ID: <200912200250.nBK2o2xH071487@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141792 >Category: ports >Synopsis: Upgrade x11-wm/openbox to version 3.4.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Dec 20 02:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Doug Barton >Release: FreeBSD 8.0-RC1 i386 >Organization: AAAG >Environment: DNA >Description: Upgrade x11-wm/openbox to version 3.4.9 This time I checked the plist with and without gettext. :) >How-To-Repeat: Openbox 3.4.9 has numerous bug fixes (especially for gnome users) including the bug that was patched in the Makefile for 3.4.8, and a few new features, including: 1. Add a new obprop tool, which can be used to read the _OB_ROLE, _OB_NAME, and _OB_CLASS (as well as any other UTF-8 window properties) off of a window. 2. Add _OB_ROLE, _OB_NAME, and _OB_CLASS hints on each window that show the respective values for use in the rc.xml applications section to modify the window when it appears. 3. A new open.desktop file >Fix: Apply the following patch: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/x11-wm/openbox/Makefile,v retrieving revision 1.88 diff -u -r1.88 Makefile --- Makefile 16 Dec 2009 01:39:24 -0000 1.88 +++ Makefile 20 Dec 2009 02:29:24 -0000 @@ -7,7 +7,7 @@ # PORTNAME= openbox -PORTVERSION= 3.4.8 +PORTVERSION= 3.4.9 CATEGORIES= x11-wm MASTER_SITES= http://icculus.org/${PORTNAME}/releases/ \ http://offload1.icculus.org/openbox/releases/ \ @@ -46,8 +46,6 @@ post-patch: @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e '83s|_isexecfile(path):|_isexecfile(self, path):|g' \ - ${WRKSRC}/tools/xdg-autostart/xdg-autostart post-configure: @${CHMOD} +x ${WRKSRC}/install-sh Index: distinfo =================================================================== RCS file: /home/pcvs/ports/x11-wm/openbox/distinfo,v retrieving revision 1.49 diff -u -r1.49 distinfo --- distinfo 16 Dec 2009 01:39:24 -0000 1.49 +++ distinfo 20 Dec 2009 02:29:24 -0000 @@ -1,3 +1,3 @@ -MD5 (openbox-3.4.8.tar.gz) = 3523fe9760947a15fb8ed3611090ccd2 -SHA256 (openbox-3.4.8.tar.gz) = 2a7a9e094a59e28e397a0272c463ea908ec8d7e14d21903e8c78f4a24c186420 -SIZE (openbox-3.4.8.tar.gz) = 906181 +MD5 (openbox-3.4.9.tar.gz) = 2f30670f7067e3e17567019d2eef21a0 +SHA256 (openbox-3.4.9.tar.gz) = 6333e5679ed59ddeddd3c79674e1b17e15c20abf245226bede9a8eeb6f4d247e +SIZE (openbox-3.4.9.tar.gz) = 911596 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/x11-wm/openbox/pkg-plist,v retrieving revision 1.27 diff -u -r1.27 pkg-plist --- pkg-plist 16 Dec 2009 05:00:49 -0000 1.27 +++ pkg-plist 20 Dec 2009 02:29:24 -0000 @@ -1,5 +1,6 @@ bin/gnome-panel-control bin/gdm-control +bin/obprop bin/openbox bin/openbox-gnome-session bin/openbox-kde-session @@ -29,6 +30,7 @@ lib/openbox/xdg-autostart libdata/pkgconfig/obparser-3.0.pc libdata/pkgconfig/obrender-3.0.pc +share/applications/openbox.desktop share/gnome/wm-properties/openbox.desktop share/pixmaps/openbox.png share/themes/Artwiz-boxed/openbox-3/themerc >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912200241.nBK2fdjn071389>