From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 1 11:10:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F286106566B for ; Tue, 1 Sep 2009 11:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F19A78FC30 for ; Tue, 1 Sep 2009 11:10:02 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n81BA2BA065510 for ; Tue, 1 Sep 2009 11:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n81BA2Yl065509; Tue, 1 Sep 2009 11:10:02 GMT (envelope-from gnats) Date: Tue, 1 Sep 2009 11:10:02 GMT Message-Id: <200909011110.n81BA2Yl065509@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: MOROHOSHI Akihiko Cc: Subject: Re: ports/138361: x11/libxcb: alleviate dependency on python X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: MOROHOSHI Akihiko List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Sep 2009 11:10:03 -0000 The following reply was made to PR ports/138361; it has been noted by GNATS. From: MOROHOSHI Akihiko To: wahjava@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/138361: x11/libxcb: alleviate dependency on python Date: Tue, 01 Sep 2009 19:43:18 +0900 Hi, Thank you for accepting my suggestion. However, I regret that libxcb still has runtime dependency on python via xcb-proto. It seems for me that libxcb can remove runtime dependency on xcb-proto, too. Libxcb itself installs C header files as well as libraries. Only two ports x11/libxcb and x11/xpyb explicitly depend on xcb-proto. Other ports, including ones which depend on libxcb, do not actually need any xcb-proto files, IMHO. I did an experiment and its result confirms my expectation: In a new jail environment, I installed x11/libxcb modifying its Makefile to remove runtime dependency on xcb-proto and python. Installed x11/libxcb and x11/xpyb, which are te only two ports which explicitly require xcb-proto. Pkg_delete'd xcb-proto-1.5. Then I installed some ports including x11/xorg-libraries, x11/xcb-util, graphics/cairo (which depends on xcb-util), x11-toolkit/gtk20, multimedia/kaffeine (which is a KDE software and depends on libxcb), and x11-wm/awesome (which depends on libxcb and xcb-util). All of them succeeded without xcb-proto. Thanks, MOROHOSHI Akihiko