Bug 132085 - LIBXINE_VER out of date in multimedia/xine
Summary: LIBXINE_VER out of date in multimedia/xine
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: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-25 04:00 UTC by Jack
Modified: 2009-03-01 02:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jack 2009-02-25 04:00:13 UTC
When trying to compile xine with the latest libxine installed, you get

===>  xine-0.99.5_3 libxine should be compiled with caca support.
*** Error code 1

The
LIBXINE_VER=    1.24
should be 1.25

Fix: 

LIBXINE_VER=1.24
should be
LIBXINE_VER=1.25
in the Makefile
How-To-Repeat: Compile xine with an up to date libxine
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-02-25 22:12:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-03-01 02:27:07 UTC
nobutaka    2009-03-01 02:26:41 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/xine      Makefile 
  Log:
  Update LIBXINE_VER.
  
  PR:             ports/132085
  Submitted by:   Jack <xxjack12xx@gmail.com>
  
  Revision  Changes    Path
  1.85      +1 -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 MANTANI Nobutaka freebsd_committer freebsd_triage 2009-03-01 02:27:12 UTC
State Changed
From-To: open->closed

Committed, thanks!