Bug 107903

Summary: [audio/libao] Improve standards of ao.h
Product: Ports & Packages Reporter: Ed Schouten <ed>
Component: Individual Port(s)Assignee: Christian Weisgerber <naddy>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Ed Schouten 2007-01-14 10:40:22 UTC
Libao is a library written in C to ease the support for audio frameworks
on a lot of platforms. The most used header file shipped with libao,
ao.h, contains a prototype that causes a warning (or error) when trying
to build against it using -Wstrict-prototypes. This bug has been fixed
in their own repository:

	https://trac.xiph.org/changeset/12204

Fix: Place the file below in the 'files' directory of the port.
How-To-Repeat: Try to build an application using libao with -Wstrict-prototypes
specified.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-14 10:40:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->naddy

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-14 22:18:07 UTC
naddy       2007-01-14 22:18:01 UTC

  FreeBSD ports repository

  Modified files:
    audio/libao          Makefile 
  Added files:
    audio/libao/files    patch-include_ao_ao.h 
  Log:
  On special request, provide a full prototype for ao_default_driver_id()
  in ao.h.
  
  PR:             107903
  Submitted by:   Ed Schouten <ed@fxq.nl>
  
  Revision  Changes    Path
  1.35      +1 -1      ports/audio/libao/Makefile
  1.1       +14 -0     ports/audio/libao/files/patch-include_ao_ao.h (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 Christian Weisgerber freebsd_committer freebsd_triage 2007-01-14 22:18:22 UTC
State Changed
From-To: open->closed

This is really minor, and there are incomplete declarations in other 
headers, but I've added it.