ports/65222: Maintainer update: x11/gcursor, fix the crash with GNOME 2.6.

Jeremy Messenger mezz7 at cox.net
Mon Apr 5 18:50:19 UTC 2004


>Number:         65222
>Category:       ports
>Synopsis:       Maintainer update: x11/gcursor, fix the crash with GNOME 2.6.
>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:   Mon Apr 05 11:50:18 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Mezz
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD ns1.mezzweb.com 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Tue Mar 30
01:17:23 CST 2004 mezz at mezz.mezzweb.com:/usr/src/sys/i386/compile/BSDROCKS i386

>Description:
Fix the crash with GNOME 2.6.

>How-To-Repeat:
n/a

>Fix:
Strange, it doesn't crash with GNOME 2.6 beta/rc but in final.

--- gcursor.diff begins here ---
diff -ur gcursor.orig/Makefile gcursor/Makefile
--- gcursor.orig/Makefile	Sun Apr  4 22:29:52 2004
+++ gcursor/Makefile	Mon Apr  5 13:22:41 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	gcursor
 PORTVERSION=	0.04
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11 gnome
 MASTER_SITES=	http://download.qballcow.nl/programs/gcursor/
 
diff -ur gcursor.orig/files/patch-src::gcursor.c gcursor/files/patch-src::gcursor.c
--- gcursor.orig/files/patch-src::gcursor.c	Sun Mar 28 00:24:17 2004
+++ gcursor/files/patch-src::gcursor.c	Mon Apr  5 13:22:14 2004
@@ -1,5 +1,5 @@
---- src/gcursor.c.orig	Fri Mar 26 17:51:58 2004
-+++ src/gcursor.c	Fri Mar 26 17:55:16 2004
+--- src/gcursor.c.orig	Fri Mar 26 12:54:55 2004
++++ src/gcursor.c	Mon Apr  5 13:21:52 2004
 @@ -16,7 +16,7 @@
  GConfClient *client;
  XcursorImage * cursor = NULL;
@@ -20,3 +20,12 @@
  	"%s/.icons/"
  };	
  
+@@ -348,7 +346,7 @@
+ 				GTK_STOCK_DIALOG_QUESTION, GTK_ICON_SIZE_LARGE_TOOLBAR);
+ 	}
+ 
+-	if(animations[1].image->images != NULL && animations[1].image->nimage != 0)
++	if(animations[1].image != NULL && animations[1].image->nimage != 0)
+ 	{
+ 		pixbuf = get_pixbuf_from_cursor_image(animations[1].image->images[animations[1].pos]);
+ 		gtk_image_set_from_pixbuf(GTK_IMAGE(glade_xml_get_widget(main_window, "example_2")),
--- gcursor.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list