Bug 211662 - audio/libao: Add SNDIO option
Summary: audio/libao: Add SNDIO option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Christian Weisgerber
URL:
Keywords: patch
Depends on: 211554
Blocks:
  Show dependency treegraph
 
Reported: 2016-08-08 14:42 UTC by Tobias Kortkamp
Modified: 2016-08-09 15:14 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (naddy)


Attachments
libao.diff (3.60 KB, patch)
2016-08-08 14:42 UTC, Tobias Kortkamp
tobik: maintainer-approval? (naddy)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Kortkamp freebsd_committer freebsd_triage 2016-08-08 14:42:12 UTC
Created attachment 173406 [details]
libao.diff

This enables sndio support in libao.  It includes the sndio patch from the OpenBSD ports tree.

I've also added --disable-alsa to CONFIGURE_ARGS because without it the port tries to link with libasound when it's installed.

Build in Poudriere@FreeBSD 10.3/amd64 and portlint ok.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-08-09 15:12:23 UTC
A commit references this bug:

Author: naddy
Date: Tue Aug  9 15:11:27 UTC 2016
New revision: 419927
URL: https://svnweb.freebsd.org/changeset/ports/419927

Log:
  Enable sndio support in libao, based on the OpenBSD port.

  Also add --disable-alsa to CONFIGURE_ARGS because without it the
  port tries to link with libasound when it's installed.

  PR:		211662
  Submitted by:	Tobias Kortkamp <t@tobik.me>

Changes:
  head/audio/libao/Makefile
  head/audio/libao/files/patch-src_plugins_sndio_ao__sndio.c
  head/audio/libao/pkg-plist
Comment 2 Christian Weisgerber freebsd_committer freebsd_triage 2016-08-09 15:14:45 UTC
Thanks.