From owner-freebsd-ports@freebsd.org Sat Aug 27 16:15:13 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 788D7B76DDB for ; Sat, 27 Aug 2016 16:15:13 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: from h2.pinyon.org (h2.pinyon.org [65.101.5.250]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44AC43B7; Sat, 27 Aug 2016 16:15:13 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: by h2.pinyon.org (Postfix, from userid 58) id 4E35ECAC4; Sat, 27 Aug 2016 09:15:12 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pinyon.org; s=DKIM; t=1472314512; bh=REWnvyB5ca0hA0DuU/TIbEiPyE0ndefe9DgQFi+IUgU=; h=Subject:To:References:Cc:From:Date:In-Reply-To; b=rDxunXpePU7wC0q9yR4RhiMGgESsJhf0grXQ1r/t88YOrKeoseEMojas+oBfYkXNe JFzl7vSal1v11eMWa7sy82GNNcmCZmhxW2cJLIJAr10TcNVSd9PNAL/DN7xcxP+19G GUka7WiB5KMKBHWdTi04pRJ06xgDdMQLU+/5PgB0= X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on h2.pinyon.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=ham autolearn_force=no version=3.4.1 Received: from [10.0.10.15] (h4.esturion.net [65.101.5.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by h2.pinyon.org (Postfix) with ESMTPSA id BB09BCABD; Sat, 27 Aug 2016 09:15:11 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pinyon.org; s=DKIM; t=1472314511; bh=REWnvyB5ca0hA0DuU/TIbEiPyE0ndefe9DgQFi+IUgU=; h=Subject:To:References:Cc:From:Date:In-Reply-To; b=gnNjEj8taYs3c5j1kS6lYCDDwm6s0tO5zPYmbIJR7qwDI6Vuxd0clvGhu8kNS7aCP Ucn5XSDVvqLfs+0t2mdAMYTPh6JCozggZ1B+QKhDV0zQGemk6jeC+qifXnMU9xhWKs UR8hDY8lt3aASQg1JQeagwElS/sd4fYpQ2leqlHc= Subject: Re: fontconfig update uglifies fonts To: Raphael Kubo da Costa References: <729af4af-0ed3-4d45-2e68-b4483e08110a@pinyon.org> <8660qmh43u.fsf@FreeBSD.org> <861t1ah3wf.fsf@FreeBSD.org> Cc: freebsd-ports@freebsd.org From: "Russell L. Carter" Message-ID: Date: Sat, 27 Aug 2016 09:15:11 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <861t1ah3wf.fsf@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2016 16:15:13 -0000 On 08/27/16 04:01, Raphael Kubo da Costa wrote: > Raphael Kubo da Costa writes: >> You can either change the HINTING option when building the port or >> create a ~/.config/fontconfig/fonts.conf with something like this: >> >> >> >> >> >> >> hintnone >> >> >> > > "hintnone" was just an example and is likely the opposite of what you > want. In your specific case you probably need "hintmedium" or > "hintfull". > Ah, that's a lot quicker technique than changing the fontconfig option and then rebuilding all the dependent ports. Thanks, Russell