Bug 196830 - x11/libxcb expects x11/xcb-proto >= 1.11, yet x11/libxcb/Makefile tests only for x11/xcb-proto >= 1.9
Summary: x11/libxcb expects x11/xcb-proto >= 1.11, yet x11/libxcb/Makefile tests only ...
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-17 22:19 UTC by Trond Endrestøl
Modified: 2016-02-07 17:46 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (x11)


Attachments
Patch for x11/libxcb/Makefile (547 bytes, patch)
2015-01-17 22:19 UTC, Trond Endrestøl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Trond Endrestøl 2015-01-17 22:19:49 UTC
Created attachment 151779 [details]
Patch for x11/libxcb/Makefile

configure sure complains loud:

configure:19067: checking for XCBPROTO
configure:19074: $PKG_CONFIG --exists --print-errors "xcb-proto >= 1.11"
Package dependency requirement 'xcb-proto >= 1.11' could not be satisfied.
Package 'xcb-proto' has version '1.10', required version is '>= 1.11'
configure:19077: $? = 1

Solution: Apply the attached patch for x11/libxcb/Makefile.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-01-17 22:19:49 UTC
Auto-assigned to maintainer x11@FreeBSD.org
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2016-02-07 17:46:05 UTC
This problem no longer exists.