Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2006 06:53:17 GMT
From:      redchrom@gmail.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100273: [maintainer-update] x11/stalonetray
Message-ID:  <200607140653.k6E6rHuB003411@death.ispvds.com>
Resent-Message-ID: <200607140700.k6E70YcB061586@freefall.freebsd.org>

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

>Number:         100273
>Category:       ports
>Synopsis:       [maintainer-update] x11/stalonetray
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 14 07:00:33 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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