ports/63534: Update port: net/grdesktop to 0.22 (bugfix release)

Florent Thoumie flz at xbsd.org
Sun Feb 29 16:50:19 UTC 2004


>Number:         63534
>Category:       ports
>Synopsis:       Update port: net/grdesktop to 0.22 (bugfix release)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 29 08:50:18 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Florent Thoumie
>Release:        FreeBSD 4.9-RC i386
>Organization:
Xbsd.org
>Environment:
System: FreeBSD gw 4.9-RC FreeBSD 4.9-RC #4: Sun Oct 5 14:25:09 CEST 2003 rf at gw:/usr/src/sys/compile/GW i386

>Description:

Updates grdesktop to 0.22 version.

>How-To-Repeat:

N/A

>Fix:

--- patch-grdesktop-0.22 begins here ---

diff -ruN grdesktop/Makefile grdesktop.new/Makefile
--- grdesktop/Makefile	Thu Feb 26 10:37:47 2004
+++ grdesktop.new/Makefile	Sun Feb 29 17:10:44 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	grdesktop
-PORTVERSION=	0.21
+PORTVERSION=	0.22
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ruN grdesktop/distinfo grdesktop.new/distinfo
--- grdesktop/distinfo	Thu Feb 26 10:37:47 2004
+++ grdesktop.new/distinfo	Sun Feb 29 17:10:59 2004
@@ -1,2 +1,2 @@
-MD5 (grdesktop-0.21.tar.gz) = 4eede5c1b68e92a0b1446b6102afa587
-SIZE (grdesktop-0.21.tar.gz) = 428216
+MD5 (grdesktop-0.22.tar.gz) = 6fa64e007e2b26bfe96e2516c0d6ddf4
+SIZE (grdesktop-0.22.tar.gz) = 428426
diff -ruN grdesktop/files/patch-src::options.c grdesktop.new/files/patch-src::options.c
--- grdesktop/files/patch-src::options.c	Thu Feb 26 10:37:48 2004
+++ grdesktop.new/files/patch-src::options.c	Sun Feb 29 17:24:21 2004
@@ -1,5 +1,5 @@
---- src/options.c.orig	Mon Feb  2 15:05:53 2004
-+++ src/options.c	Thu Feb 26 10:58:47 2004
+--- src/options.c	Tue Feb  3 09:49:48 2004
++++ src/options.c.new	Sun Feb 29 17:23:08 2004
 @@ -20,6 +20,7 @@
   */
  
@@ -8,29 +8,29 @@
  #include "options.h"
  
  void fillRdpProtocols() {
-@@ -275,6 +276,8 @@
- 
+@@ -276,6 +277,9 @@
  		item = g_slist_nth_data(values, i);
  		typ = gconf_entry_get_value(item);
+ 
 +		if (!typ)
 +			continue ;
- 
++
  		path = g_strsplit(gconf_entry_get_key(item), "/", 0);
  		while(path[y] != NULL)
-@@ -489,6 +492,7 @@
+ 			y++;
+@@ -487,6 +491,7 @@
  
  		while((entry = readdir(licence_dir)) != NULL) {
  			gchar *fullname = NULL;
-+			gchar *hostname;
++			gchar *hostname = &entry->d_name[strlen(prefix)];
  			struct stat sts;
  
  			fullname = g_strdup_printf("%s/%s", licence_path,
-@@ -502,7 +506,7 @@
+@@ -500,7 +505,6 @@
  			if(strlen(entry->d_name) <= strlen(prefix))
  				continue;
  
 -			gchar *hostname = &entry->d_name[strlen(prefix)];
-+			hostname = &entry->d_name[strlen(prefix)];
- 			licence_list = g_list_append(licence_list, hostname);
+ 			licence_list = g_list_append(licence_list, g_strdup(hostname));
  		}
  		closedir(licence_dir);

--- patch-grdesktop-0.22 ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list