Bug 211662

Summary: audio/libao: Add SNDIO option
Product: Ports & Packages Reporter: Tobias Kortkamp <tobik>
Component: Individual Port(s)Assignee: Christian Weisgerber <naddy>
Status: Closed FIXED    
Severity: Affects Only Me CC: naddy
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (naddy)
Hardware: Any   
OS: Any   
Bug Depends on: 211554    
Bug Blocks:    
Attachments:
Description Flags
libao.diff tobik: maintainer-approval? (naddy)

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.