[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: update/RFC: MPlayer 0.90-pre7



> No, ports should never populate ${LOCALBASE}/etc/ .. if a configuration file
> exists, it is the standard thing to do to install to 
> ${LOCALBASE}/share/<port>/<filename>
> 
> And then in pkg/INSTALL it does the copy to /etc/ iff it doesn't already
> exist.

Which is what I tried to say, but without being sure that "coders.conf"
is a configuration file.  If it is 'static' i.e. changes with every new
version of mplayer released and the user is not supposed to touch it,
then it should live in share/mplayer as it did before.  Otherwise it
should go to /etc with INSTALL/DEINSTALL of course

> -- 
> Todd Fries .. todd@fries.net
> 
> (last updated $ToddFries: signature.p,v 1.2 2002/03/19 15:10:18 todd Exp $)
> 
> Penned by Peter Valchev on Tue, Sep 10, 2002 at 12:07:46AM -0600, we have:
> | > > Another prerelease from the folks at mplayerhq. Be sure to move away
> | > > ports/x11/mplayer before extraction.
> | > 
> | > New version at http://www.chips.chalmers.se/~biorn/mplayer-pre7.tgz
> | > The one I mailed out has a broken Makefile.
> | > 
> | > Björn Sandell       DCE/DFS Sysadmin       IT department
> | > Chalmers University of Technology    www.dce.chalmers.se
> | > 
> | 
> | Err:
> | -share/mplayer/codecs.conf
> | +etc/mplayer/codecs.conf
> | 
> | Why does that change? (It should not, or it should go to /etc instead)