The update to version 0.9.2 changed the way the dafault skins are installed. It copies the files to the wrong place (VU_Meter_skins/skins instead of VU_Meter_skins) and also breaks the packing list. How-To-Repeat: cd /usr/ports/graphics/xmms-vumeter make package
Responsible Changed From-To: freebsd-ports-bugs->jylefort Take.
The problem you describe happens if, for some reason, ${DATADIR} already exists at installation time. Another reason why ${CP} should not be used is that it does not set the appropriate permissions/ownerships. Maintainer, please approve the patch (without the PLIST_SUB bit, which is already set in bsd.port.mk). -- Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/
State Changed From-To: open->feedback Waiting for maintainer feedback.
On Sun, 30 Oct 2005 10:09:27 +0100 Jean-Yves Lefort <jylefort@FreeBSD.org> wrote: > The problem you describe happens if, for some reason, ${DATADIR} > already exists at installation time. > > Another reason why ${CP} should not be used is that it does not set > the appropriate permissions/ownerships. > > Maintainer, please approve the patch (without the PLIST_SUB bit, which > is already set in bsd.port.mk). > I agree with the changes. Best Regards, Ale
State Changed From-To: feedback->closed Committed, thanks!