Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Apr 2010 19:25:12 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        multimedia@FreeBSD.org
Subject:   ports/145656: [PATCH] audio/libsndfile: fix pedantic bug
Message-ID:  <20100412152512.DB0E2B829@hades.panopticon>
Resent-Message-ID: <201004121530.o3CFU16h070921@freefall.freebsd.org>

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

>Number:         145656
>Category:       ports
>Synopsis:       [PATCH] audio/libsndfile: fix pedantic bug
>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:   Mon Apr 12 15:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Tue Nov 24 22:31:59 MSK 2009
>Description:
- Fix style bug, which prevents building projects that #include libsndfile header build -pedantic, namely devel/sfml (http://pointyhat.freebsd.org/errorlogs/sparc64-errorlogs/e.8.20100411175117/sfml-1.5_4.log)

Added file(s):
- files/patch-src-sndfile.h.in

Port maintainer (multimedia@FreeBSD.org) is cc'd.

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

--- libsndfile-1.0.21_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/audio/libsndfile/Makefile,v
retrieving revision 1.46
diff -u -u -r1.46 Makefile
--- Makefile	10 Apr 2010 13:28:52 -0000	1.46
+++ Makefile	12 Apr 2010 15:20:42 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	libsndfile
 PORTVERSION=	1.0.21
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://www.mega-nerd.com/libsndfile/files/
 
Index: files/patch-src-sndfile.h.in
===================================================================
RCS file: files/patch-src-sndfile.h.in
diff -N files/patch-src-sndfile.h.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src-sndfile.h.in	12 Apr 2010 15:20:55 -0000
@@ -0,0 +1,11 @@
+--- src/sndfile.h.in.orig	2009-12-10 21:49:31.000000000 +0300
++++ src/sndfile.h.in	2010-04-11 15:10:53.000000000 +0400
+@@ -294,7 +294,7 @@
+ 	SF_CHANNEL_MAP_AMBISONIC_B_Y,
+ 	SF_CHANNEL_MAP_AMBISONIC_B_Z,
+ 
+-	SF_CHANNEL_MAP_MAX,
++	SF_CHANNEL_MAP_MAX
+ } ;
+ 
+ 
--- libsndfile-1.0.21_1.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?20100412152512.DB0E2B829>