Bug 130953

Summary: multimedia/libxine: remove optinal XCB
Product: Ports & Packages Reporter: Max Brazhnikov <makc>
Component: Individual Port(s)Assignee: MANTANI Nobutaka <nobutaka>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Max Brazhnikov freebsd_committer freebsd_triage 2009-01-24 20:00:02 UTC
Remove XCB option from libxine.

libX11 now depends on libxcb unconditionally. Since several libxine consumers (e.g. multimedia/phonon and all KDE4) require xcb support in libxine, this removal seems to be reasonable.

Fix: Patch attached with submission follows:
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2009-01-24 20:41:22 UTC
Class Changed
From-To: sw-bug->update

Fix category.
Comment 2 Max Brazhnikov freebsd_committer freebsd_triage 2009-01-24 20:43:47 UTC
Responsible Changed
From-To: freebsd-bugs->nobutaka

Assign to maintainer.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-01-25 10:03:26 UTC
nobutaka    2009-01-25 10:03:12 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/libxine   Makefile pkg-plist 
  Log:
  Enable libxcb support by default since libX11 depends on libxcb unconditionally.
  
  PR:             ports/130953
  Submitted by:   makc
  
  Revision  Changes    Path
  1.138     +1 -10     ports/multimedia/libxine/Makefile
  1.52      +2 -2      ports/multimedia/libxine/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 4 MANTANI Nobutaka freebsd_committer freebsd_triage 2009-01-25 10:03:48 UTC
State Changed
From-To: open->closed

Committed, thanks!