Bug 103892 - multimedia/mplayer installs confs in wrong path
Summary: multimedia/mplayer installs confs in wrong path
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-02 06:20 UTC by Denis Eremenko <moonshade@pnhz.kz>
Modified: 2006-10-06 20:50 UTC (History)
0 users

See Also:


Attachments
mplayer.diff (3.90 KB, patch)
2006-10-02 23:40 UTC, Thomas E. Zander
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Eremenko <moonshade@pnhz.kz> 2006-10-02 06:20:07 UTC

multimedia/mplayer installs confs in /usr/local/share/mplayer
but mplayer binary searches in /usr/local/etc/mplayer

Fix: 

ln -s /usr/local/share/mplayer /usr/local/etc/mplayer
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-10-02 06:20:22 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Thomas E. Zander 2006-10-02 23:40:47 UTC
mplayer does not necessarily these config files to work properly.
They are needed however if one wants to set system-wide defaults
different from mplayer's built-in settings.
Therefore,
o these files have more example character and are now
  installed in ${PREFIX}/share/mplayer/examples/etc
o this is mentioned in files/pkg-message.in

Also there are further cleanups:
o The port now recognizes the new skin dir accorting to
  ports/103891. Please commit these two diffs together
  in order to maintain dependency consistency
o pkg-message in the port root dir should be removed from
  the tree as we are using files/pkg-message.in for quite
  some time now

Attached patch addresses all these issues.

Riggs
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2006-10-06 14:38:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-10-06 20:48:06 UTC
miwi        2006-10-06 19:48:00 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/mplayer   Makefile pkg-plist 
    multimedia/mplayer/files pkg-message.in 
  Removed files:
    multimedia/mplayer   pkg-message 
  Log:
  Log from Maintainer:
  
  mplayer does not necessarily these config files to work properly.
  They are needed however if one wants to set system-wide defaults
  different from mplayer's built-in settings.
  Therefore,
  o these files have more example character and are now
  installed in ${PREFIX}/share/mplayer/examples/etc
  o this is mentioned in files/pkg-message.in
  
  Also there are further cleanups:
  o The port now recognizes the new skin dir accorting to
  ports/103891. Please commit these two diffs together
  in order to maintain dependency consistency
  o pkg-message in the port root dir should be removed from
  the tree as we are using files/pkg-message.in for quite
  some time now
  
  PR:             ports/103892
  Submitted by:   Denis Eremenko <moonshade@pnhz.kz>
  Approved by:    Thomas E. Zander <riggs@rrr.de> (maintainer)
  
  Revision  Changes    Path
  1.144     +5 -3      ports/multimedia/mplayer/Makefile
  1.2       +25 -4     ports/multimedia/mplayer/files/pkg-message.in
  1.10      +0 -15     ports/multimedia/mplayer/pkg-message (dead)
  1.21      +6 -4      ports/multimedia/mplayer/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2006-10-06 20:48:18 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!