On Mon, Jan 14, 2013 at 11:36:58AM -0500, Brian Callahan wrote: > Hi ports -- > > Attached is a port of mscore (also known as musescore), a WYSIWYG > music notation program, similar to Finale or Sibelius. > > There is one minor issue; when attempting to save a file as .flac or > .ogg, you get the following error: > open soundfile failed: File contains data in an unimplemented format. > > I believe this is because our libsndfile is built with > --disable-external-libs. Trying to save in all other formats works > as expected. One could, as a workaround, save as wav and then > convert it to the format of your choice with external tools. Adding > libvorbis and libogg to the depends does nothing to fix this.
That should be fixed - did you look at how other oses handled that ? Are you sure this is a problem with libsndfile ? As for the port itself it looks right, except FULLPKGNAME in PLIST - this will break if REVISION is set. Landry