From owner-svn-ports-head@freebsd.org Sat Oct 20 15:02:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B89AFE8AE5; Sat, 20 Oct 2018 15:02:44 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from erza.lautre.net (erza.lautre.net [80.67.160.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.lautre.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A087374EB1; Sat, 20 Oct 2018 15:02:43 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by erza.lautre.net (Postfix) with ESMTPSA id 12D8845812; Sat, 20 Oct 2018 17:02:34 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 5ED6C5B77D0; Sat, 20 Oct 2018 17:02:34 +0200 (CEST) Date: Sat, 20 Oct 2018 17:02:34 +0200 From: Thierry Thomas To: Tobias Kortkamp Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r482482 - head/x11-fonts/liberation-fonts-ttf Message-ID: <20181020150234.GI28932@graf.pompo.net> Mail-Followup-To: Tobias Kortkamp , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201810201026.w9KAQhHN077740@repo.freebsd.org> <1540032055.882466.1548613400.169F7593@webmail.messagingengine.com> <20181020130408.GH28932@graf.pompo.net> <1540041718.917168.1548689632.46E304E9@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1540041718.917168.1548689632.46E304E9@webmail.messagingengine.com> X-Operating-System: FreeBSD 11.2-STABLE amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xF1C516B3C8359753 User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2018 15:02:44 -0000 Le sam. 20 oct. 18 à 15:21:58 +0200, Tobias Kortkamp écrivait : > > Yes, there is, but a GH_DISTNAME macro is missing from our GH_ stuff, > > and I do not want to handle a specific MASTER_SITES for that. > > So everyone is forced to live with additional build dependencies > for a tiny bit of extra maintainer convenience? :-( > > Building fontforge is not something you'd have to do to build a > package set for a FreeBSD desktop normally. BUILD_DEPENDS do not belong to a packages set! > > Furthermore it is now possible to get other formats (woff, etc.) if > > someone needs them. > > Has someone actually requested it? Anyway this could be a non-default > option in the port. Not yet, and upstream do not build them by default, but Web Open Font Format (WOFF) is a W3C recommendation. This is a good case for multi-packages, and I'd like to add it when it will be available. > > The disadvantage is only some BUILD_DEPENDS for ports builders, but > > these are light ports. > > These things add up fast. OK, I've just added an item to my TODO-list: - use something like GH_DISTNAME with USE_GITHUB is set. -- Th. Thomas.