Bug 165619

Summary: fix plugin dir of multimedia/xine
Product: Ports & Packages Reporter: TsurutaniNaoki
Component: Individual Port(s)Assignee: Max Brazhnikov <makc>
Status: Closed FIXED    
Severity: Affects Only Me CC: TsurutaniNaoki
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description TsurutaniNaoki 2012-03-02 11:10:12 UTC
	xine plugins dir is different from it in libxine;
	hence building multimedia/xine with WITH_CACA=1 fails.

Fix: 

plugins dir by libxine is ${LOCALBASE}/lib/xine/plugins/2.1, and 
	that by xine is ${LOCALBASE}/lib/xine/plugins/1.29.
	I do not know which is correct, but it seems to be strange..
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-02 11:10:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-03-02 12:04:45 UTC
makc        2012-03-02 12:04:32 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/xine      Makefile 
  Log:
  Fix plugin path after recent libxine update
  
  PR:             ports/165619
  Reported by:    Tsurutani Naoki <turutani at scphys.kyoto-u.ac.jp>
  
  Revision  Changes    Path
  1.106     +2 -1      ports/multimedia/xine/Makefile
_______________________________________________
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 3 Max Brazhnikov freebsd_committer freebsd_triage 2012-03-02 12:05:28 UTC
State Changed
From-To: open->closed

"Fixed, thanks for report!"