From owner-freebsd-x11@FreeBSD.ORG Sun May 20 11:19:59 2007 Return-Path: X-Original-To: x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 16A1516A421 for ; Sun, 20 May 2007 11:19:59 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from jim.arved.priv.at (85-126-209-253.work.xdsl-line.inode.at [85.126.209.253]) by mx1.freebsd.org (Postfix) with ESMTP id 7725913C458 for ; Sun, 20 May 2007 11:19:58 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from [192.168.1.28] (linksys.local.arved.priv.at [192.168.1.250]) by jim.arved.priv.at (8.13.8/8.13.8) with ESMTP id l4KB3JL9088476; Sun, 20 May 2007 13:03:26 +0200 (CEST) (envelope-from arved@FreeBSD.org) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Tilman Linneweh Date: Sun, 20 May 2007 13:03:15 +0200 To: x11@FreeBSD.org X-Mailer: Apple Mail (2.752.3) Cc: Tilman Linneweh Subject: LIB_DEPENDS+= X11.6:${X_LIBRARIES_PORT} X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2007 11:19:59 -0000 Hi, Just FYI, maybe this is already known, I stumbled about a small problem, the dependency line in bsd.port.mk "LIB_DEPENDS+= X11.6:$ {X_LIBRARIES_PORT}" fails to install the xorg-libraries metaport if the libX11 port is already installed, because libX11.so.6 is not installed by the metaport itself. So either the xorg-libraries metaport needs to install a dummy file, or the libX11 port needs to depend on the other libraries and become the new libraries metaport or the libraries metaport needs to be collapsed into bsd.*.mk. regards tilman