From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 8 17:40:06 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E96AC16A474 for ; Wed, 8 Aug 2007 17:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5CB1513C4E9 for ; Wed, 8 Aug 2007 17:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l78He2UH024520 for ; Wed, 8 Aug 2007 17:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l78He2dO024519; Wed, 8 Aug 2007 17:40:02 GMT (envelope-from gnats) Resent-Date: Wed, 8 Aug 2007 17:40:02 GMT Resent-Message-Id: <200708081740.l78He2dO024519@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ulrich Spoerlein Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CA9316A419 for ; Wed, 8 Aug 2007 17:35:41 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id 2DBB313C481 for ; Wed, 8 Aug 2007 17:35:40 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so63703nfb for ; Wed, 08 Aug 2007 10:35:39 -0700 (PDT) Received: by 10.86.98.18 with SMTP id v18mr482999fgb.1186594539570; Wed, 08 Aug 2007 10:35:39 -0700 (PDT) Received: from coyote.spoerlein.net ( [85.180.161.24]) by mx.google.com with ESMTPS id j2sm2750190mue.2007.08.08.10.35.38 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 08 Aug 2007 10:35:39 -0700 (PDT) Received: from coyote.spoerlein.net (localhost [127.0.0.1]) by coyote.spoerlein.net (8.14.1/8.13.8) with ESMTP id l78HZaSg067145; Wed, 8 Aug 2007 19:35:36 +0200 (CEST) (envelope-from q@coyote.spoerlein.net) Received: (from q@localhost) by coyote.spoerlein.net (8.14.1/8.13.8/Submit) id l78HZa8K067144; Wed, 8 Aug 2007 19:35:36 +0200 (CEST) (envelope-from q) Message-Id: <200708081735.l78HZa8K067144@coyote.spoerlein.net> Date: Wed, 8 Aug 2007 19:35:36 +0200 (CEST) From: Ulrich Spoerlein To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mcdouga9@msu.edu Subject: ports/115323: [PATCH] sysutils/gcombust: Unbreak gcc 4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Aug 2007 17:40:07 -0000 >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@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: