ports/115323: [PATCH] sysutils/gcombust: Unbreak gcc 4

Ulrich Spoerlein uspoerlein at gmail.com
Wed Aug 8 17:40:07 UTC 2007


>Number:         115323
>Category:       ports
>Synopsis:       [PATCH] sysutils/gcombust: Unbreak gcc 4
>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:   Wed Aug 08 17:40:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 7.0
>Organization:
>Environment:
>Description:
Unbreak with gcc 4

Added file(s):
- files/patch-gcc4

Port maintainer (mcdouga9 at msu.edu) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- gcombust-0.1.55_2.patch begins here ---
Index: files/patch-gcc4
===================================================================
RCS file: files/patch-gcc4
diff -N files/patch-gcc4
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-gcc4	8 Aug 2007 17:34:12 -0000
@@ -0,0 +1,22 @@
+--- src/rip_audio.c.orig	2007-08-08 19:26:25.000000000 +0200
++++ src/rip_audio.c	2007-08-08 19:26:54.000000000 +0200
+@@ -41,7 +41,7 @@
+ char *cdda2wav_path = NULL, *cdda_device_path;
+ char *def_rip_path = NULL;
+ char *cdparanoia_path = NULL, *cdpara_device_path;
+-static GtkWidget *rip_path_entry;
++GtkWidget *rip_path_entry;
+ 
+ static GtkWidget *rip_win = NULL, *p_win;
+ static GtkWidget *autoscroll_cdda2wav_text, *cdda2wav_text, *cdda2wav_text_scrollbar;
+--- src/optimize_usage.c.orig	2007-08-08 19:26:00.000000000 +0200
++++ src/optimize_usage.c	2007-08-08 19:26:11.000000000 +0200
+@@ -31,7 +31,7 @@
+ #include "locks.h"
+ #include "globals.h"
+ 
+-static GtkWidget *opt_try_harder;
++GtkWidget *opt_try_harder;
+ 
+ static GtkWidget *cdsize_option_menu, *cdsize_selected_label, *cdsector_selected_label;
+ static GtkWidget *used_size_label, *used_sectors_label, *wasted_size_label, *wasted_sectors_label;
--- gcombust-0.1.55_2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list