Subject: pkg/24311: x11/xfce4-menueditor fails to compile; resolved
To: None <gnats-bugs@gnats.netbsd.org>
From: None <ccatrian@eml.cc>
List: netbsd-bugs
Date: 02/04/2004 00:43:56
>Number: 24311
>Category: pkg
>Synopsis: patching x11/xfce4-menueditor solves compile problem
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Feb 04 03:44:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator: Cesar Catrian C.
>Release: NetBSD 1.6.2_RC3
>Organization:
>Environment:
System: NetBSD core.cjc.cl 1.6.2_RC3 NetBSD 1.6.2_RC3 (SAT) #0: Mon Jan 26 21:00:52 CLST 2004 cetrox@core.cjc.cl:/home/cetrox/X/src/sys/arch/i386/compile/SAT i386
Architecture: i386
Machine: i386
>Description:
${WRKSRC}/menueditor/menueditor.c needs a patch to compile in right way
>How-To-Repeat:
make at x11/xfce4-menueditor
>Fix:
--- menueditor/menueditor.c.orig Wed Feb 4 00:38:08 2004
+++ menueditor/menueditor.c Wed Feb 4 00:38:24 2004
@@ -702,7 +702,7 @@
GTK_BUTTONS_YES_NO,
_("Are you sure to close the current menu ?"));
- gint response = gtk_dialog_run(GTK_DIALOG(dialog));
+ response = gtk_dialog_run(GTK_DIALOG(dialog));
gtk_widget_destroy(dialog);
if(response==GTK_RESPONSE_NO)
@@ -717,7 +717,7 @@
GTK_BUTTONS_YES_NO,
_("Do you want to save before closing the file ?"));
- gint response = gtk_dialog_run(GTK_DIALOG(dialog));
+ response = gtk_dialog_run(GTK_DIALOG(dialog));
gtk_widget_destroy(dialog);
if(response==GTK_RESPONSE_YES)
>Release-Note:
>Audit-Trail:
>Unformatted: