Bug 114622 - fix multimedia/libxine compiled with libcaca support
Summary: fix multimedia/libxine compiled with libcaca support
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: 2007-07-16 10:30 UTC by Max Brazhnikov
Modified: 2007-07-16 14:00 UTC (History)
0 users

See Also:


Attachments
file.diff (494 bytes, patch)
2007-07-16 10:30 UTC, Max Brazhnikov
no flags Details | Diff
xine.fixcaca.diff (642 bytes, patch)
2007-07-16 11:12 UTC, Max Brazhnikov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Max Brazhnikov 2007-07-16 10:30:06 UTC
Add libcaca to LIB_DEPENDS if libxine compiled with caca support

Fix: Patch attached with submission follows:
Comment 1 Max Brazhnikov 2007-07-16 11:12:41 UTC
Fix xine also
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-16 11:31:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

Not sure what this is about, but portmgr might want to have a look.
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-16 11:31:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-ports-bugs

Still the edit-pr bug on freefall not fixed (yes I'm looking at you bugmeister)
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-16 11:31:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-ports-bugs

Still the edit-pr bug on freefall not fixed (yes I'm looking at you bugmeister)
Comment 5 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-16 11:34:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Over to maintainer
Comment 6 dfilter service freebsd_committer freebsd_triage 2007-07-16 13:45:23 UTC
nobutaka    2007-07-16 12:45:15 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/libxine   Makefile 
  Log:
  Change dependency on libcaca from BUILD_DEPENDS to LIB_DEPENDS.
  
  PR:             ports/114622
  Submitted by:   Max Brazhnikov <makc@issp.ac.ru>
  
  Revision  Changes    Path
  1.115     +1 -1      ports/multimedia/libxine/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 7 dfilter service freebsd_committer freebsd_triage 2007-07-16 13:52:35 UTC
nobutaka    2007-07-16 12:52:30 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/xine      Makefile 
  Log:
  Do not build if WITH_CACA=true and libxine is not built with libcaca support.
  
  PR:             ports/114622
  Submitted by:   Max Brazhnikov <makc@issp.ac.ru>
  
  Revision  Changes    Path
  1.74      +5 -0      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 8 MANTANI Nobutaka freebsd_committer freebsd_triage 2007-07-16 13:53:05 UTC
State Changed
From-To: open->closed

Committed, thanks!