From owner-svn-ports-all@FreeBSD.ORG Fri Nov 22 07:05:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 36FB27FC; Fri, 22 Nov 2013 07:05:13 +0000 (UTC) Date: Fri, 22 Nov 2013 07:05:13 +0000 From: Alexey Dokuchaev To: Xin LI Subject: Re: svn commit: r332902 - in head/x11-fonts/wqy: . files Message-ID: <20131122070513.GA31808@FreeBSD.org> References: <201311051940.rA5Je2lP009970@svn.freebsd.org> <20131106063038.GB60770@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131106063038.GB60770@FreeBSD.org> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, Akira TAGOH , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Nov 2013 07:05:13 -0000 On Wed, Nov 06, 2013 at 06:30:38AM +0000, Alexey Dokuchaev wrote: > On Tue, Nov 05, 2013 at 07:40:02PM +0000, Xin LI wrote: > > New Revision: 332902 > > URL: http://svnweb.freebsd.org/changeset/ports/332902 > > > > Log: > > Fix a warning "Having multiple values in isn't supported and may > > not work as expected" when using the latest x11-fonts/fontconfig. > > Thank you! Unfortunately, I've spoken too soon. Committed fix does not work quite right; e.g. language check bogusly gives me Bitmap Song font for any "lang" value. I'll investigate further, but my xterm and Gtk+2 apps look very ugly now... Meanwhile, I'm starting to really think whether we better just back this warning shit out. Just take a look at this (offending upstream commit), their "rationale" is hilarious: "Warn if the multiple values is set to , including the case of in because the behavior isn't intuitive since so many users is asking for a help to get things working for their expectation." http://cgit.freedesktop.org/fontconfig/commit/?id=2837c63876b9b1f27d74aad51d45fc18d48f4652 The reason why so many users are asking for help is that XML is utterly inappropriate config file format for fontconfig, you fuckheads! Once you need to store something more than few key-value pairs, once you need to add even simplest conditionals, XML will bite your ass away, and that is precisely what we are now having with fontconfig. (Upstream commit author CC'ed in case he has something to say, or correct me on anything). ./danfe