From owner-freebsd-ports@FreeBSD.ORG Fri Apr 3 14:07:15 2009 Return-Path: Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68724106564A; Fri, 3 Apr 2009 14:07:15 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 5243E8FC1C; Fri, 3 Apr 2009 14:07:13 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id RAA15383; Fri, 03 Apr 2009 17:07:12 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <49D6180F.5@icyb.net.ua> Date: Fri, 03 Apr 2009 17:07:11 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.21 (X11/20090323) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.ORG, freebsd-emulation@FreeBSD.ORG X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: USE_LINUX_APPS=scimgtk vs OVERRIDE_LINUX_BASE_PORT=f7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2009 14:07:15 -0000 For instance: acroread8 has USE_LINUX_APPS=scimgtk. bsd.linux-apps.mk translates this to dependency on libscim-1.0.so.8.1.0. But I have: $ pkg_which /usr/compat/linux/usr/lib/libscim-1.0.so.8.1.1 linux-scim-libs-fc7-1.4.5_2 And yes, I have OVERRIDE_LINUX_BASE_PORT=f7. So acroread8 can't detect linux-scim-libs dependency, tries to install that port again and that obviously fails. Ideas, suggestions? -- Andriy Gapon