On 01/28 11:35, Alexandre Ratchov wrote: > On Tue, Jan 27, 2009 at 02:52:29PM -0800, Jeremy Evans wrote: > > Here's an update to the audio/aqualung port. It adds: > > > > * sndio backend based on the upstream support I wrote (with a minor > > change from bufsz to appbufsz) > > * wavpack support, since it got added to the ports tree recently > > * use of SUBST_CMD > > > > i see it was just committed, but i failed to build: > > ===> Building package for aqualung-0.9beta9.1p6 > Create /usr/ports/packages/i386/all/aqualung-0.9beta9.1p6.tgz > Error: no @group for /usr/local/share/applications/aqualung.desktop > (alex), which has mode 664 > ===> Cleaning for aqualung-0.9beta9.1p6 > rm -f /usr/ports/packages/i386/all/aqualung-0.9beta9.1p6.tgz > /usr/ports/packages/i386/ftp/aqualung-0.9beta9.1p6.tgz > /usr/ports/packages/i386/cdrom/aqualung-0.9beta9.1p6.tgz > *** Error code 1 > > hints ?
My guess is that PLIST needs @group wheel after @owner root. But it packages here correctly on a 2 week old current. This patch doesn't appear to do any harm, though, and may fix the issue. I'm sure someone more knowledgable than I about these things will correct me if I'm wrong. Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/audio/aqualung/pkg/PLIST,v retrieving revision 1.4 diff -u -r1.4 PLIST --- pkg/PLIST 28 Jan 2009 00:20:57 -0000 1.4 +++ pkg/PLIST 28 Jan 2009 23:54:51 -0000 @@ -2,6 +2,7 @@ @bin bin/aqualung @man man/man1/aqualung.1 @owner root +...@group wheel share/applications/aqualung.desktop share/aqualung/ share/aqualung/appearance.png
