From owner-freebsd-ports@FreeBSD.ORG Tue May 16 22:35:41 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E0AC16AA09 for ; Tue, 16 May 2006 22:35:41 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0183A43D45 for ; Tue, 16 May 2006 22:35:38 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp5-g19.free.fr (Postfix) with ESMTP id D61BF2457E; Wed, 17 May 2006 00:35:37 +0200 (CEST) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id 3FC7E9D0E0; Tue, 16 May 2006 22:35:24 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id 16E38405B; Wed, 17 May 2006 00:35:24 +0200 (CEST) Date: Wed, 17 May 2006 00:35:23 +0200 From: Jeremie Le Hen <%1@%2chchile.org> To: riggs@rrr.de Message-ID: <20060516223523.GA39460@obiwan.tataz.chchile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Cc: ports@FreeBSD.org Subject: move fontconfig to LOCALBASE from X11BASE 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: Tue, 16 May 2006 22:35:41 -0000 Hi, (Please Cc: me in your replies, I am not subscribed to this list.) I wanted to update my mplayer port which is built WITHOUT_X11. Its Makefile contains: % .if defined(WITHOUT_X11) % WITHOUT_GUI= yes % BUILD_DEPENDS+= imake:${X_IMAKE_PORT} % CONFIGURE_ARGS+=--disable-x11 % .else % USE_XLIB= yes % CONFIGURE_ARGS+=--with-x11libdir=${X11BASE}/lib \ % --with-x11incdir=${X11BASE}/include % .endif Unfortunately, fontconfig is installed to X11BASE. We could fix the mplayer port, but I think this could happen with other ports as well: % obiwan:ports# awk -F\| '$8 ~ /fontconfig/ {print $2 "/Makefile" }' INDEX | \ % xargs grep -l WITHOUT_X11 | wc -l % 120 What about moving fontconfig from LOCALBASE to X11BASE ? Thank you. Best regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org >