From owner-svn-ports-head@freebsd.org Thu May 24 08:17:49 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 BBA3BF6BB3A; Thu, 24 May 2018 08:17:49 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6C1AC7CD40; Thu, 24 May 2018 08:17:49 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 4B0361E16E; Thu, 24 May 2018 08:17:49 +0000 (UTC) Date: Thu, 24 May 2018 08:17:49 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Cc: Tobias Kortkamp , Fernando Apestegu?a , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r470725 - in head/textproc/tkdiff: . files Message-ID: <20180524081749.GB88772@FreeBSD.org> References: <201805232159.w4NLxYrK000782@repo.freebsd.org> <1527143137.2894038.1383018096.245EB176@webmail.messagingengine.com> <20180524065529.rtcmylbz5qtnupnx@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180524065529.rtcmylbz5qtnupnx@atuin.in.mat.cc> User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 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: Thu, 24 May 2018 08:17:49 -0000 On Thu, May 24, 2018 at 08:55:29AM +0200, Mathieu Arnold wrote: > On Thu, May 24, 2018 at 06:25:37AM +0000, Tobias Kortkamp wrote: > > 2. print/jabref, misc/mc, editors/openoffice-devel, etc. seem to have > > binary files in files/*.png. Can we add new ones or is it forbidden now? > > It seems weird to have to base64 encode icons and decode them during the > > build. > > I think it would be better to keep binary files out of the ports tree. > It's probably as easy to drop them in LOCAL/user, either individually or > in an archive. +1. Binary files are PITA to deal with SVN (heck, even UTF-8 text ones are PITA!). ./danfe