Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 2010 03:00:31 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/143818: Update port: x11/stalonetray to 0.8.0
Message-ID:  <20100212030031.64b16cb1.tkato432@yahoo.com>
Resent-Message-ID: <201002111810.o1BIA3Ri096732@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         143818
>Category:       ports
>Synopsis:       Update port: x11/stalonetray to 0.8.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 11 18:10:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.2-RELEASE-p6 i386
>Organization:
>Environment:
>Description:
- Update to version 0.8.0

New file:
files/patch-src__main.c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11/stalonetray/Makefile x11/stalonetray/Makefile
--- /usr/ports/x11/stalonetray/Makefile	2009-08-22 16:29:36.000000000 +0900
+++ x11/stalonetray/Makefile	2010-01-20 18:15:37.000000000 +0900
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	stalonetray
-PORTVERSION=	0.7.6
+PORTVERSION=	0.8.0
 CATEGORIES=	x11
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -15,7 +15,6 @@
 
 USE_BZIP2=	yes
 USE_XORG=	xpm
-USE_GNOME=	gnometarget
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-native-kde \
 		--disable-debug
diff -urN /usr/ports/x11/stalonetray/distinfo x11/stalonetray/distinfo
--- /usr/ports/x11/stalonetray/distinfo	2008-01-21 17:39:34.000000000 +0900
+++ x11/stalonetray/distinfo	2010-01-20 18:16:08.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (stalonetray-0.7.6.tar.bz2) = eebb46182b64d75b89776bbfc867f470
-SHA256 (stalonetray-0.7.6.tar.bz2) = 35043df77437b66ade4a07b69f31aaa8c157ddc2833899eeb8a4794399a9e061
-SIZE (stalonetray-0.7.6.tar.bz2) = 133973
+MD5 (stalonetray-0.8.0.tar.bz2) = b2ce0d8044f7dc76ac9971def1faab37
+SHA256 (stalonetray-0.8.0.tar.bz2) = 6a561117b6de83c708d3773c98d9546e2227d9dbe404dabbd196c6aa6fa59431
+SIZE (stalonetray-0.8.0.tar.bz2) = 147004
diff -urN /usr/ports/x11/stalonetray/files/patch-src__main.c x11/stalonetray/files/patch-src__main.c
--- /usr/ports/x11/stalonetray/files/patch-src__main.c	1970-01-01 09:00:00.000000000 +0900
+++ x11/stalonetray/files/patch-src__main.c	2010-01-21 01:16:14.000000000 +0900
@@ -0,0 +1,16 @@
+--- src/main.c.orig	2009-10-21 23:07:11.000000000 +0900
++++ src/main.c	2010-01-21 01:15:42.000000000 +0900
+@@ -323,9 +323,13 @@
+ #endif
+ 	/* React on WM (re)starts */
+ 	if (ev.atom == XInternAtom(tray_data.dpy, _NET_SUPPORTING_WM_CHECK, False)) {
++#ifdef DEBUG
+ 		ewmh_list_supported_atoms(tray_data.dpy);
++#endif
+ 		tray_set_wm_hints();
++#ifndef NO_NATIVE_KDE
+ 		kde_tray_update_fallback_mode(tray_data.dpy);
++#endif
+ 	}
+ 	/* React on _XEMBED_INFO changes of embedded icons
+ 	 * (currently used to track icon visibility status) */
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100212030031.64b16cb1.tkato432>