From owner-svn-ports-head@freebsd.org Thu Jan 31 02:14:39 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 CEA4C133EA17; Thu, 31 Jan 2019 02:14:39 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 708E58F2C0; Thu, 31 Jan 2019 02:14:39 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 4839010B5C; Thu, 31 Jan 2019 02:14:39 +0000 (UTC) Date: Thu, 31 Jan 2019 02:14:39 +0000 From: Alexey Dokuchaev To: Diane Bruce Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r491675 - in head/comms/fldigi: . files Message-ID: <20190131021439.GA94120@FreeBSD.org> References: <201901310204.x0V24U5Y032910@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201901310204.x0V24U5Y032910@repo.freebsd.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 708E58F2C0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.91 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.987,0]; NEURAL_HAM_SHORT(-0.93)[-0.927,0]; NEURAL_HAM_LONG(-1.00)[-0.997,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US] 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: Thu, 31 Jan 2019 02:14:40 -0000 On Thu, Jan 31, 2019 at 02:04:30AM +0000, Diane Bruce wrote: > New Revision: 491675 > URL: https://svnweb.freebsd.org/changeset/ports/491675 > > Log: > - Update to fldigi 4.1.00 > - Restore OSS and pulseaudio options > - Fix OSS bug in upstream code causing OSS to fail. > > ... > Modified: head/comms/fldigi/files/patch-src_misc_newinstall.cxx > ============================================================================== > --- head/comms/fldigi/files/patch-src_misc_newinstall.cxx Thu Jan 31 01:50:17 2019 (r491674) > +++ head/comms/fldigi/files/patch-src_misc_newinstall.cxx Thu Jan 31 02:04:30 2019 (r491675) > @@ -1,6 +1,6 @@ > ---- src/misc/newinstall.cxx.orig 2017-10-28 00:24:34 UTC > +--- src/misc/newinstall.cxx.orig 2018-02-24 13:42:49 UTC > +++ src/misc/newinstall.cxx > -@@ -67,7 +67,7 @@ text[3] = " btu de +@@ -67,7 +67,7 @@ text[3] = " btu de k\n\ > > label[4] = "SK @||"; > text[4] = "\n\ > > Modified: head/comms/fldigi/files/patch-src_waterfall_raster.cxx > ============================================================================== > --- head/comms/fldigi/files/patch-src_waterfall_raster.cxx Thu Jan 31 01:50:17 2019 (r491674) > +++ head/comms/fldigi/files/patch-src_waterfall_raster.cxx Thu Jan 31 02:04:30 2019 (r491675) > @@ -1,6 +1,6 @@ > ---- src/waterfall/raster.cxx.orig 2018-08-11 23:26:43 UTC > +--- src/waterfall/raster.cxx.orig 2018-02-24 13:42:49 UTC > +++ src/waterfall/raster.cxx > -@@ -169,6 +169,10 @@ void Raster::resize(int x, int y, int w, > +@@ -169,6 +169,10 @@ void Raster::resize(int x, int y, int w, int h) > while ((Ndest * rhs) < Hdest) Ndest++; > Ndest--; These two patches were essentially not changed and should have been dropped from the commit batch to reduce repo churn and diff noise. ./danfe