ports/63352: [PATCH] audio/mp3info fix for gcc3 (FreeBSD 5.X)

Jamie Jones jamie at thompson.bishopston.net
Wed Feb 25 15:30:19 UTC 2004


>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 at 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 at plug.pt>
-			Current maintainer: Cedric Tefft <cedric at earthling.net>
-			GTK Version: Ricardo Cerqueira <rmc at 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 at plug.pt>"
+"			Current maintainer: Cedric Tefft <cedric at earthling.net>"
+"			GTK Version: Ricardo Cerqueira <rmc at 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:



More information about the freebsd-ports-bugs mailing list