From root@death.ispvds.com  Fri Jul 14 06:53:17 2006
Return-Path: <root@death.ispvds.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BC30616A4DE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Jul 2006 06:53:17 +0000 (UTC)
	(envelope-from root@death.ispvds.com)
Received: from death.ispvds.com (death.ispvds.com [82.146.33.163])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1F08943D46
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Jul 2006 06:53:16 +0000 (GMT)
	(envelope-from root@death.ispvds.com)
Received: (from root@localhost)
	by death.ispvds.com (8.13.7/8.13.5) id k6E6rHuB003411;
	Fri, 14 Jul 2006 06:53:17 GMT
	(envelope-from root)
Message-Id: <200607140653.k6E6rHuB003411@death.ispvds.com>
Date: Fri, 14 Jul 2006 06:53:17 GMT
From: redchrom@gmail.com
Reply-To: redchrom@gmail.com
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer-update] x11/stalonetray
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         100273
>Category:       ports
>Synopsis:       [maintainer-update] x11/stalonetray
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 14 07:00:33 GMT 2006
>Closed-Date:    Fri Jul 14 08:09:38 GMT 2006
>Last-Modified:  Fri Jul 14 08:09:38 GMT 2006
>Originator:     RedChrom
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
RedChrom
>Environment:
System: FreeBSD death.ispvds.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue Jun 27 05:24:47 CEST 2006 root@dione.ispsystem.net:/root/src/sys/i386/compile/ISPSYSTEM i386


	
>Description:
	
	Update to 0.4
>How-To-Repeat:
	
	Apply the patch
>Fix:

	

--- stalonetray_update begins here ---
diff -urN stalonetray.orig/Makefile stalonetray/Makefile
--- stalonetray.orig/Makefile	Fri Jul 14 15:09:26 2006
+++ stalonetray/Makefile	Thu Jul 13 19:01:55 2006
@@ -6,24 +6,21 @@
 #
 
 PORTNAME=	stalonetray
-PORTVERSION=	0.3
+PORTVERSION=	0.4
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	redchrom@gmail.com
 COMMENT=	STAnd-aLONE system tray
 
-LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo
-
 WRKSRC= 	${WRKDIR}/${PORTNAME}-${PORTVERSION}
 USE_X_PREFIX=	yes
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-native-kde --disable-debug
 CONFIGURE_ENV=	CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
-		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lexecinfo"
+		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
 
 MAN1=		stalonetray.1
 PLIST_FILES=	bin/stalonetray
diff -urN stalonetray.orig/distinfo stalonetray/distinfo
--- stalonetray.orig/distinfo	Fri Jul 14 15:09:26 2006
+++ stalonetray/distinfo	Thu Jul 13 19:01:56 2006
@@ -1,3 +1,3 @@
-MD5 (stalonetray_0.3.tar.bz2) = 5f97e479a17f22f0a85896e7beead99c
-SHA256 (stalonetray_0.3.tar.bz2) = 59b0e88fa581fe5ad8cc899a260579c6689fa72506f639b8d8aa3903edc40389
-SIZE (stalonetray_0.3.tar.bz2) = 111612
+MD5 (stalonetray-0.4.tar.bz2) = be818e936f48695dfd252ea92f0cebae
+SHA256 (stalonetray-0.4.tar.bz2) = d2f7a8f444470f82c9553abe376b20967190f93fae7769d3464542a137ce298c
+SIZE (stalonetray-0.4.tar.bz2) = 119432
diff -urN stalonetray.orig/files/patch-src-main.c stalonetray/files/patch-src-main.c
--- stalonetray.orig/files/patch-src-main.c	Fri Jul 14 15:09:26 2006
+++ stalonetray/files/patch-src-main.c	Thu Jul 13 19:09:29 2006
@@ -1,6 +1,16 @@
---- src/main.c.orig	Thu Apr  6 14:16:26 2006
-+++ src/main.c	Thu Apr  6 14:16:06 2006
-@@ -423,16 +423,20 @@
+--- src/main.c.orig	Thu Jul 13 19:06:09 2006
++++ src/main.c	Thu Jul 13 19:07:23 2006
+@@ -131,7 +131,9 @@
+ 			tray_data.xsh.width, tray_data.xsh.height,
+ 			tray_data.xsh.x, tray_data.xsh.y));
+ 
++#ifdef DEBUG
+ 	forall_icons(&print_icon_data);	
++#endif
+ 	DBG(3, ("===================================\n"));
+ 	trace_mode = 0;
+ }
+@@ -455,16 +457,20 @@
  					unlayout_icon(ti); /* or hide ? */
  					return;
  				}
@@ -9,14 +19,14 @@
 +#endif
  				update_positions();
  				tray_set_constraints();
- 				DBG(4, "icon position were updated\n");
+ 				DBG(4, ("icon position were updated\n"));
  			} else {
  				hide_window(ti);
  			}
 +#ifdef DEBUG
- 			DBG(4, "====================\n");
+ 			DBG(4, ("====================\n"));
  			forall_icons(&print_icon_data);
- 			DBG(4, "====================\n");
+ 			DBG(4, ("====================\n"));
 +#endif
  		}
  	}
--- stalonetray_update ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Fri Jul 14 08:05:23 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100273 
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Fri Jul 14 08:09:37 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100273 
>Unformatted:
