Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2004 15:24:41 GMT
From:      Jamie Jones <jamie@thompson.bishopston.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63352: [PATCH] audio/mp3info fix for gcc3 (FreeBSD 5.X)
Message-ID:  <200402251524.i1PFOf2l084182@thompson.bishopston.net>
Resent-Message-ID: <200402251530.i1PFUJPf099247@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         63352
>Category:       ports
>Synopsis:       [PATCH] audio/mp3info fix for gcc3 (FreeBSD 5.X)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 25 07:30:19 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jamie Jones
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD thompson.bishopston.net 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Fri Jan 23 17:35:27 GMT 2004 root@thompson.bishopston.net:/usr/obj/usr/src/sys/THOMPSON i386


	
>Description:
Fails to build with gcc3.3.3 (FreeBSD 5.2-RELEASE) due to gcc3.3.3 not liking single
strings spanning more than one physical line.

	
>How-To-Repeat:
Try to install /usr/ports/audio/mp3info on Freebsd 5.2
	
>Fix:
add the attached file "patch-ab"

	

--- patch-ab begins here ---
--- gmp3info.c.orig	Wed Feb 25 15:02:51 2004
+++ gmp3info.c	Wed Feb 25 14:56:40 2004
@@ -484,12 +484,12 @@
 }
 
 void about_mp3info(void) {
-	quick_popup(VERSION,"MP3Info
-			An ID3 Tag Editor\n\n
-			Original author: Ricardo Cerqueira <rmc@plug.pt>
-			Current maintainer: Cedric Tefft <cedric@earthling.net>
-			GTK Version: Ricardo Cerqueira <rmc@plug.pt>\n\n
-			Ricardo Cerqueira, Cedric Tefft   1999-2001\n\n");
+	quick_popup(VERSION,"MP3Info"
+"			An ID3 Tag Editor\n\n"
+"			Original author: Ricardo Cerqueira <rmc@plug.pt>"
+"			Current maintainer: Cedric Tefft <cedric@earthling.net>"
+"			GTK Version: Ricardo Cerqueira <rmc@plug.pt>\n\n"
+"			Ricardo Cerqueira, Cedric Tefft   1999-2001\n\n");
 }
 
 /* rmcc has left the building */
--- patch-ab ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402251524.i1PFOf2l084182>