Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2019 02:14:39 +0000
From:      Alexey Dokuchaev <danfe@freebsd.org>
To:        Diane Bruce <db@freebsd.org>
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>
In-Reply-To: <201901310204.x0V24U5Y032910@repo.freebsd.org>
References:  <201901310204.x0V24U5Y032910@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <NAME> <CALL> de <MYCALL
> +@@ -67,7 +67,7 @@ text[3] = " btu <NAME> <CALL> de <MYCALL> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190131021439.GA94120>