Bug 145656 - [PATCH] audio/libsndfile: fix pedantic bug
Summary: [PATCH] audio/libsndfile: fix pedantic bug
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-12 16:30 UTC by Dmitry Marakasov
Modified: 2010-04-12 21:20 UTC (History)
1 user (show)

See Also:


Attachments
libsndfile-1.0.21_1.patch (1.00 KB, patch)
2010-04-12 16:30 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2010-04-12 16:30:01 UTC
- 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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-12 16:30:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-04-12 21:17:35 UTC
sylvio      2010-04-12 20:17:27 UTC

  FreeBSD ports repository

  Modified files:
    audio/libsndfile     Makefile 
  Added files:
    audio/libsndfile/files patch-src-sndfile.h.in 
  Log:
  - Added patch to fix build of devel/sfml
  - BUMP PORTREVISION
  
  PR:             ports/145656
  Submitted by:   amdmi3@
  Approved by:    itetcu (mentor, implicit)
  
  Revision  Changes    Path
  1.47      +1 -0      ports/audio/libsndfile/Makefile
  1.1       +11 -0     ports/audio/libsndfile/files/patch-src-sndfile.h.in (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-04-12 21:17:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!