From owner-svn-ports-head@freebsd.org Wed Feb 27 13:12:42 2019 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 C66C7151CD93; Wed, 27 Feb 2019 13:12:42 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 68A927618F; Wed, 27 Feb 2019 13:12:42 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 5BC5D17D2B; Wed, 27 Feb 2019 13:12:42 +0000 (UTC) Date: Wed, 27 Feb 2019 13:12:42 +0000 From: Alexey Dokuchaev To: Niclas Zeising Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r494049 - in head/devel/imake: . files Message-ID: <20190227131242.GA6386@FreeBSD.org> References: <201902271255.x1RCtIJs066388@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201902271255.x1RCtIJs066388@repo.freebsd.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 68A927618F X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] 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: Wed, 27 Feb 2019 13:12:42 -0000 On Wed, Feb 27, 2019 at 12:55:18PM +0000, Niclas Zeising wrote: > New Revision: 494049 > URL: https://svnweb.freebsd.org/changeset/ports/494049 > > Log: > devel/imake Add LICENSE Could your please not include unrealated changes in the same commit? Now you've broken svn blaming on these patches, as the real history would be masked with this "add LICENSE" nonsense which has nothing to do with them. ./danfe > Modified: head/devel/imake/files/patch-imake.c > ============================================================================== > --- head/devel/imake/files/patch-imake.c Wed Feb 27 12:06:57 2019 (r494048) > +++ head/devel/imake/files/patch-imake.c Wed Feb 27 12:55:18 2019 (r494049) > @@ -1,6 +1,6 @@ > ---- imake.c.orig 2013-07-23 06:53:04.000000000 +0200 > -+++ imake.c 2013-08-31 14:57:48.000000000 +0200 > -@@ -531,6 +531,14 @@ > +--- imake.c.orig 2013-08-17 10:11:50 UTC > ++++ imake.c > +@@ -531,6 +531,14 @@ init(void) > AddCppArg(p); > } > } > @@ -15,7 +15,7 @@ > if ((p = getenv("IMAKECPP"))) > cpp = p; > if ((p = getenv("IMAKEMAKE"))) > -@@ -1142,29 +1150,17 @@ > +@@ -1142,29 +1150,17 @@ get_binary_format(FILE *inFile) > int mib[2]; > size_t len; > int osrel = 0; > > Modified: head/devel/imake/files/patch-imakemdep.h > ============================================================================== > --- head/devel/imake/files/patch-imakemdep.h Wed Feb 27 12:06:57 2019 (r494048) > +++ head/devel/imake/files/patch-imakemdep.h Wed Feb 27 12:55:18 2019 (r494049) > @@ -1,6 +1,6 @@ > ---- ./imakemdep.h.orig 2012-03-08 06:47:32.000000000 +0100 > -+++ ./imakemdep.h 2013-06-12 20:22:52.058999526 +0200 > -@@ -380,7 +383,7 @@ > +--- imakemdep.h.orig 2013-08-17 10:11:06 UTC > ++++ imakemdep.h > +@@ -365,7 +365,7 @@ const char *cpp_argv[ARGUMENTS] = { > defined(__GNUC__) || defined(__GLIBC__) > # ifdef __i386__ > "-D__i386__", >