From owner-freebsd-gnome@FreeBSD.ORG Sun Oct 3 16:00:16 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 417FA106566C for ; Sun, 3 Oct 2010 16:00:16 +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 3056D8FC14 for ; Sun, 3 Oct 2010 16:00:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o93G0G1C032675 for ; Sun, 3 Oct 2010 16:00:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o93G0GR3032657; Sun, 3 Oct 2010 16:00:16 GMT (envelope-from gnats) Date: Sun, 3 Oct 2010 16:00:16 GMT Message-Id: <201010031600.o93G0GR3032657@freefall.freebsd.org> To: gnome@FreeBSD.org From: John Hein Cc: Subject: Re: ports/151166: [patch] converters/fribidi fails to build if devel/glib20 is installed X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Hein List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2010 16:00:16 -0000 The following reply was made to PR ports/151166; it has been noted by GNATS. From: John Hein To: Anonymous Cc: bug-followup@FreeBSD.org Subject: Re: ports/151166: [patch] converters/fribidi fails to build if devel/glib20 is installed Date: Sun, 3 Oct 2010 09:53:19 -0600 Anonymous wrote at 07:34 +0400 on Oct 3, 2010: > I think it affects only default LOCALBASE. With non-default one > configure script won't find pkg-config and won't check glib version. Sure. Putting it another way, if pkg-config is not in your path or glib-2.0.pc is not in PKG_CONFIG_PATH and/or the pkg-config default search path, then fribidi's configure will not detect glib and the build of fribidi will not fail. But in most cases I think it's accurate to say that if someone has devel/glib20 installed, fribidi's build will fail.