svn commit: r491675 - in head/comms/fldigi: . files

Alexey Dokuchaev danfe at freebsd.org
Thu Jan 31 02:14:40 UTC 2019


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


More information about the svn-ports-all mailing list