From owner-svn-ports-all@freebsd.org Fri Jun 26 12:41:05 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 408793579ED; Fri, 26 Jun 2020 12:41:05 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49tc1s12j7z4Zsv; Fri, 26 Jun 2020 12:41:05 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 11BE510E85; Fri, 26 Jun 2020 12:41:05 +0000 (UTC) Date: Fri, 26 Jun 2020 12:41:05 +0000 From: Alexey Dokuchaev To: Fernando Apestegu??a Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r540489 - in head/devel/fhist: . files Message-ID: <20200626124105.GA65385@FreeBSD.org> References: <202006261034.05QAYaDe038059@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202006261034.05QAYaDe038059@repo.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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, 26 Jun 2020 12:41:05 -0000 On Fri, Jun 26, 2020 at 10:34:36AM +0000, Fernando Apestegu??a wrote: > New Revision: 540489 > URL: https://svnweb.freebsd.org/changeset/ports/540489 > > Log: > devel/fhist: and fix bison issues and change maintership > > Modified: > head/devel/fhist/Makefile > head/devel/fhist/files/patch-common_ac_time.h > > Modified: head/devel/fhist/files/patch-common_ac_time.h > ============================================================================== > --- head/devel/fhist/files/patch-common_ac_time.h Fri Jun 26 09:35:06 2020 (r540488) > +++ head/devel/fhist/files/patch-common_ac_time.h Fri Jun 26 10:34:36 2020 (r540489) > @@ -1,6 +1,6 @@ > ---- common/ac/time.h.orig Wed Dec 18 02:09:57 2002 > -+++ common/ac/time.h Wed Dec 18 02:10:04 2002 > -@@ -29,7 +29,7 @@ > +--- common/ac/time.h.orig 2012-07-13 04:47:15 UTC > ++++ common/ac/time.h > +@@ -26,7 +26,7 @@ > * Catch-22: Dec Alpha OSF/1: need to include time.h before sys/time.h > * before time.h > */ Please, "svn revert" patches which forwent no functional changes prior to making commit. It just clutters the diff and decreases SNR. :-( ./danfe