Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jul 2007 03:00:31 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/114418: Update port: x11/stalonetray to 0.6.5
Message-ID:  <20070709030031.137e2c1a.tkato432@yahoo.com>
Resent-Message-ID: <200707081810.l68IAJDB058463@freefall.freebsd.org>

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

>Number:         114418
>Category:       ports
>Synopsis:       Update port: x11/stalonetray to 0.6.5
>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:   Sun Jul 08 18:10:18 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.2-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update to version 0.6.5

Remove 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	Tue Jun 12 19:30:57 2007
+++ x11/stalonetray/Makefile	Mon Jul  2 03:36:20 2007
@@ -6,22 +6,20 @@
 #
 
 PORTNAME=	stalonetray
-PORTVERSION=	0.4
-PORTREVISION=	1
+PORTVERSION=	0.6.5
 CATEGORIES=	x11
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	STAnd-aLONE system tray
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_X_PREFIX=	yes
 USE_BZIP2=	yes
+USE_XPM=	yes
+USE_GNOME=	gnometarget
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-native-kde --disable-debug
-CONFIGURE_ENV=	CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
-		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+CONFIGURE_ARGS=	--mandir=${MANPREFIX}/man \
+		--disable-native-kde \
+		--disable-debug
 
 MAN1=		stalonetray.1
 PLIST_FILES=	bin/stalonetray
diff -urN /usr/ports/x11/stalonetray/distinfo x11/stalonetray/distinfo
--- /usr/ports/x11/stalonetray/distinfo	Sat Jul 15 02:34:34 2006
+++ x11/stalonetray/distinfo	Mon Jul  2 03:26:18 2007
@@ -1,3 +1,3 @@
-MD5 (stalonetray-0.4.tar.bz2) = be818e936f48695dfd252ea92f0cebae
-SHA256 (stalonetray-0.4.tar.bz2) = d2f7a8f444470f82c9553abe376b20967190f93fae7769d3464542a137ce298c
-SIZE (stalonetray-0.4.tar.bz2) = 119432
+MD5 (stalonetray-0.6.5.tar.bz2) = ae5cf48728d9bb4b6ce67641cefcaf6e
+SHA256 (stalonetray-0.6.5.tar.bz2) = ef6df0627c3cf9d4bdedc189dfca99dc2b1b68a4d878a1359eb94a30d60d5bf1
+SIZE (stalonetray-0.6.5.tar.bz2) = 113389
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	Sat Jul 15 02:34:34 2006
+++ x11/stalonetray/files/patch-src-main.c	Thu Jan  1 09:00:00 1970
@@ -1,33 +0,0 @@
---- 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;
- 				}
-+#ifdef DEBUG
- 				print_icon_data(ti);
-+#endif
- 				update_positions();
- 				tray_set_constraints();
- 				DBG(4, ("icon position were updated\n"));
- 			} else {
- 				hide_window(ti);
- 			}
-+#ifdef DEBUG
- 			DBG(4, ("====================\n"));
- 			forall_icons(&print_icon_data);
- 			DBG(4, ("====================\n"));
-+#endif
- 		}
- 	}
- }
>Release-Note:
>Audit-Trail:
>Unformatted:



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