ports/106787: [MAINTAINER] audio/mp3splt: Unbreak gcc4.1 build

Ulrich Spoerlein uspoerlein at gmail.com
Fri Dec 15 18:40:54 UTC 2006


>Number:         106787
>Category:       ports
>Synopsis:       [MAINTAINER] audio/mp3splt: Unbreak gcc4.1 build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 15 18:40:01 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD roadrunner 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Thu Dec 14 19:22:45 CET 2006
>Description:
Fix declaration in splt.h to match up with splt.c

Added file(s):
- files/patch-splt.h

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

--- mp3splt-2.1c.patch begins here ---
Index: files/patch-splt.h
===================================================================
RCS file: files/patch-splt.h
diff -N files/patch-splt.h
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-splt.h	15 Dec 2006 18:29:26 -0000
@@ -0,0 +1,11 @@
+--- splt.h.orig	Fri Dec 15 19:27:18 2006
++++ splt.h	Fri Dec 15 19:27:40 2006
+@@ -93,7 +93,7 @@
+ 
+ char *zero_pad_float (float f, char *out);
+ 
+-int parse_outformat(char *s, char format[][], int cddboption);
++int parse_outformat(char *s, char format[OUTNUM][MAXOLEN], int cddboption);
+ 
+ unsigned char *cleanstring (unsigned char *s);
+ 
--- mp3splt-2.1c.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list