Subject: CVS commit: pkgsrc
From: Julio M. Merino Vidal
Date: 2005-05-20 21:20:56
Message id: 20050520192056.2D3692DA27@cvs.netbsd.org

Log Message:
- Change libao to not build OSS, Sun, MacOS X nor several other plugins even
  when the header files are found.  Bump its revision to 1 due to this.
  This makes the libao package completely audio-output agnostic.
- Add a libao-macosx package containing the MacOS X plugin (sorry, untested).
- Add a libao-oss package containing the OSS plugin.  While here, use
  ossaudio.buildlink3.mk to determine the audio device instead of hardcoding
  it in a patch.
- Add a libao-macosx package containing the Sun audio plugin (sorry, untested).

Change approved by silence on tech-pkg@ for quite a long time since my
proposal.

I'm doing these changes to cleanup the base libao package.  Before these,
it contained a huge conditional to determine when the OSS and/or Sun
plugins were built, which often failed in untested platforms (PLIST
inconsistencies, for example).  Having these plugins in independent packages
makes debugging easier, keeps the dependency tree clean and also lets us use
{ONLY,NOT}_FOR_PLATFORM directives to easily say where they work or don't.

Files:
RevisionActionfile
1.3modifypkgsrc/audio/libao/DESCR
1.27modifypkgsrc/audio/libao/Makefile
1.19modifypkgsrc/audio/libao/Makefile.common
1.11modifypkgsrc/audio/libao/PLIST
1.6modifypkgsrc/audio/libao/buildlink3.mk
1.17modifypkgsrc/audio/libao/distinfo
1.7modifypkgsrc/audio/libao/patches/patch-ae
1.1addpkgsrc/audio/libao-macosx/DESCR
1.1addpkgsrc/audio/libao-macosx/Makefile
1.1addpkgsrc/audio/libao-macosx/PLIST
1.1addpkgsrc/audio/libao-oss/DESCR
1.1addpkgsrc/audio/libao-oss/Makefile
1.1addpkgsrc/audio/libao-oss/PLIST
1.1addpkgsrc/audio/libao-sun/DESCR
1.1addpkgsrc/audio/libao-sun/Makefile
1.1addpkgsrc/audio/libao-sun/PLIST
1.1removepkgsrc/audio/libao/PLIST.Darwin
1.8removepkgsrc/audio/libao/patches/patch-aa