From owner-freebsd-ports@FreeBSD.ORG Tue Mar 24 14:38:31 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC3BEF2E; Tue, 24 Mar 2015 14:38:30 +0000 (UTC) Received: from mail-ie0-x236.google.com (mail-ie0-x236.google.com [IPv6:2607:f8b0:4001:c03::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9DA59D9; Tue, 24 Mar 2015 14:38:30 +0000 (UTC) Received: by ieclw3 with SMTP id lw3so61797651iec.2; Tue, 24 Mar 2015 07:38:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-type; bh=PjswvaF3rTR3dAagiXAV9XtwGqZE99jtlwnI/rllD3I=; b=yPBk/Pgg4v2DvX7o6u2fcNXv2RoYe14iBeTH+JfRrQXSN+/SsRuS39K+arC9LJyGXM vyRhJbvCqs+8DR3sE0HW9sx/tzyUeWo7gGsi/cUTNqlRs33K+X2yQs06OjyGTOoPSK+d +TIeOpLVlH0ZR8vknFATueKcvxj7v8u0nlpzmg/Fc9Lndjs8QDLnUB1DFyF3gOPwYHb/ JZUTkSWdiNDlXGJELqYFnREBsqcDp6YrZ4eXYb3rlQS/Ki/8r/aSACdpS2y0RaqVfev+ Q7/2d0gpOAZONuLB2Hw32oXyUXsJEAe+WTGp52qTOptCEch2ksZIW5tJO14FJldI+D+O 5pSQ== X-Received: by 10.107.155.13 with SMTP id d13mr6741079ioe.29.1427207910000; Tue, 24 Mar 2015 07:38:30 -0700 (PDT) MIME-Version: 1.0 References: <20150320153711.GB87678@ivaldir.etoilebsd.net> <20150321230802.GG87678@ivaldir.etoilebsd.net> <551041A9.6040500@FreeBSD.org> <551042E5.4050909@FreeBSD.org> <55109907.4090607@FreeBSD.org> <20150324052526.GA37936@ivaldir.etoilebsd.net> In-Reply-To: <20150324052526.GA37936@ivaldir.etoilebsd.net> From: Ben Woods Date: Tue, 24 Mar 2015 14:38:29 +0000 Message-ID: Subject: Re: [HEADSUP] WIP on fonts To: Baptiste Daroussin , Bryan Drewery Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "ports@freebsd.org" , "x11@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2015 14:38:31 -0000 I can confirm this issue is now resolved with the latest ports tree. Thanks for your help Bryan and Bapt! On Tue, 24 Mar 2015 at 1:25 pm Baptiste Daroussin wrote: > On Mon, Mar 23, 2015 at 05:51:51PM -0500, Bryan Drewery wrote: > > On 3/23/2015 11:44 AM, Bryan Drewery wrote: > > > On 3/23/2015 11:39 AM, Bryan Drewery wrote: > > >> On 3/22/2015 5:28 AM, Ben Woods wrote: > > >>> My poudriere is acting funny now, and I'm not sure if it's related. > It > > >>> keeps deleting xorg-fonts-truetype because there is a new dependency > > >>> (x11-fonts/dejavu), and then having to rebuild a whole suit of > packages as > > >>> a result. > > >>> > > >>> The interesting thing is that dejavu was a dependency the entire > time. It > > >>> will successfully peform the bulk build and update the package set. > If I > > >>> then re-run the bulk build, it does the same thing every time. > > >>> > > >>> My make.conf file (which hasn't changed in some time) contains: > > >>> OPTIONS_SET= VAAPI VDPAU X265 ASS FAAC LAME > > >>> MDNSRESPONDER RRDTOOL STATGRAB DEJAVU > > >>> > > >>> > > >> > > >> It will do this if a port has a dependency listed that it does not > > >> actually use. So the xorg-fonts-truetype is incorrectly depending on > > >> x11-fonts/dejavu. > > > > > > > > > xorg-fonts-trutype has: > > > + > > > ${FONTDIR}/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu > > > ~/svn/ports/x11-fonts/xorg-fonts-truetype # make -V FONTDIR > > > /usr/local/share/fonts > > > > > > > > > The dejavu port has: > > > > > > ~/svn/ports/x11-fonts/dejavu # grep DejaVuSans.ttf pkg-plist > > > %%FONTSDIR%%/DejaVuSans.ttf > > > ~/svn/ports/x11-fonts/dejavu # make -V '${PLIST_SUB:MFONTSDIR*}' > > > FONTSDIR="/usr/local/share/fonts/dejavu" > > > > > > So somehow the package is lacking this file, or poudriere is wrong > here. > > > > > > I'm double checking with some builds now. > > > > > > > It seems fine to me. Does it still happen for you every time? > > > > > > -- > > Regards, > > Bryan Drewery > > > > > This was due to me not bumping dejavu fonts, that is fixed now > > Bapt >