Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ports/145656: [PATCH] audio/libsndfile: fix pedantic bug

1 view
Skip to first unread message

Dmitry Marakasov

unread,
Apr 12, 2010, 11:25:12 AM4/12/10
to FreeBSD-gn...@freebsd.org, multi...@freebsd.org

>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 (multi...@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:

ed...@freebsd.org

unread,
Apr 12, 2010, 11:30:13 AM4/12/10
to ed...@freebsd.org, freebsd-p...@freebsd.org, freebsd-m...@freebsd.org
Synopsis: [PATCH] audio/libsndfile: fix pedantic bug

Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia
Responsible-Changed-By: edwin
Responsible-Changed-When: Mon Apr 12 15:30:13 UTC 2010
Responsible-Changed-Why:
Over to maintainer (via the GNATS Auto Assign Tool)

http://www.freebsd.org/cgi/query-pr.cgi?pr=145656

0 new messages