Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 2006 19:30:18 +0100 (CET)
From:      Ulrich Spoerlein <uspoerlein@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/106787: [MAINTAINER] audio/mp3splt: Unbreak gcc4.1 build
Message-ID:  <200612151830.kBFIUImk007347@roadrunner.q.local>
Resent-Message-ID: <200612151840.kBFIe2dA057414@freefall.freebsd.org>

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

>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:



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