Bug 130953 - multimedia/libxine: remove optinal XCB
Summary: multimedia/libxine: remove optinal XCB
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-01-24 20:00 UTC by Max Brazhnikov
Modified: 2009-01-25 10:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.81 KB, patch)
2009-01-24 20:00 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 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!