From owner-freebsd-x11@FreeBSD.ORG Tue Mar 24 05:25:34 2015 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 094CD703; Tue, 24 Mar 2015 05:25:34 +0000 (UTC) Received: from mail-yh0-x235.google.com (mail-yh0-x235.google.com [IPv6:2607:f8b0:4002:c01::235]) (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 AF7A1A49; Tue, 24 Mar 2015 05:25:33 +0000 (UTC) Received: by yhjf44 with SMTP id f44so79389376yhj.3; Mon, 23 Mar 2015 22:25:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=yOEV39FdPjG2Xfhr6SPd78EvX642/Ujn6N5QZsfEGmc=; b=pcXYvION8sO5E4x4WWCG7DekjEVKYRzKk6yH5yUKZat2I5kfCSTqBFVg1g2Om0ANsm VWtu/FfRdur5t+0iuoOYRc6abnR1yOzkCl4F3zxp7f9JoOrNX7kKJtRxaP2F0/hXRAKD uaPPIYoanSDPfhC3s7XhaL/FyksVI3mdVgckC4y27zckxTNpWDw+/y4M7KRq2JK1WOd/ s4OezpGbeMdDoo0nBt4hsbM8nRfixDNAhPbK6sbmB5MVWHFv8P7r1dxAusqBaTbS918u 0BPILQGAsUYbkUBG5seE+9AC24c65A8TYQ459iokYkItIm6N5ESlK7SpND6UJmSymYDm 4UZg== X-Received: by 10.52.251.75 with SMTP id zi11mr2143373vdc.70.1427174732708; Mon, 23 Mar 2015 22:25:32 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id ey6sm764678vdc.10.2015.03.23.22.25.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Mar 2015 22:25:29 -0700 (PDT) Sender: Baptiste Daroussin Date: Tue, 24 Mar 2015 06:25:26 +0100 From: Baptiste Daroussin To: Bryan Drewery Subject: Re: [HEADSUP] WIP on fonts Message-ID: <20150324052526.GA37936@ivaldir.etoilebsd.net> References: <20150320153711.GB87678@ivaldir.etoilebsd.net> <20150321230802.GG87678@ivaldir.etoilebsd.net> <551041A9.6040500@FreeBSD.org> <551042E5.4050909@FreeBSD.org> <55109907.4090607@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NzB8fVQJ5HfG6fxh" Content-Disposition: inline In-Reply-To: <55109907.4090607@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "ports@freebsd.org" , Ben Woods , "x11@freebsd.org" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2015 05:25:34 -0000 --NzB8fVQJ5HfG6fxh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 packag= es as > >>> a result. > >>> > >>> The interesting thing is that dejavu was a dependency the entire time= =2E It > >>> will successfully peform the bulk build and update the package set. I= f 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=3D 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. > >=20 > >=20 > > 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 > >=20 > >=20 > > The dejavu port has: > >=20 > > ~/svn/ports/x11-fonts/dejavu # grep DejaVuSans.ttf pkg-plist > > %%FONTSDIR%%/DejaVuSans.ttf > > ~/svn/ports/x11-fonts/dejavu # make -V '${PLIST_SUB:MFONTSDIR*}' > > FONTSDIR=3D"/usr/local/share/fonts/dejavu" > >=20 > > So somehow the package is lacking this file, or poudriere is wrong here. > >=20 > > I'm double checking with some builds now. > >=20 >=20 > It seems fine to me. Does it still happen for you every time? >=20 >=20 > --=20 > Regards, > Bryan Drewery >=20 This was due to me not bumping dejavu fonts, that is fixed now Bapt --NzB8fVQJ5HfG6fxh Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEUEARECAAYFAlUQ9UYACgkQ8kTtMUmk6ExBuwCYkYOcL4XYyAao3z5pmX/E4Mfc ewCglZMRIl34GSSbAVYW1js3B5IhYUU= =4Tn5 -----END PGP SIGNATURE----- --NzB8fVQJ5HfG6fxh--