svn commit: r481065 - in head/audio/audacity: . files

Alexey Dokuchaev danfe at FreeBSD.org
Tue Oct 2 07:15:23 UTC 2018


On Mon, Oct 01, 2018 at 08:26:06PM +0000, Steve Wills wrote:
> New Revision: 481065
> URL: https://svnweb.freebsd.org/changeset/ports/481065
> 
> Log:
>   audio/audacity: Update to 2.3.0
>   
> ...
> Modified: head/audio/audacity/files/patch-configure.ac
> ==============================================================================
> --- head/audio/audacity/files/patch-configure.ac	Mon Oct  1 20:02:54 2018	(r481064)
> +++ head/audio/audacity/files/patch-configure.ac	Mon Oct  1 20:26:06 2018	(r481065)
> @@ -1,6 +1,6 @@
> ---- configure.ac.orig   2016-01-08 22:05:48 UTC
> +--- configure.ac.orig	2018-09-20 14:35:07 UTC
>  +++ configure.ac
> -@@ -235,20 +235,7 @@
> +@@ -235,20 +235,7 @@ dnl check if alloca.h exists. If it does, we need to i
>   dnl Solaris builds, by defining HAVE_ALLOCA_H
>   AC_CHECK_HEADERS_ONCE(alloca.h)
>   
> 
> Modified: head/audio/audacity/files/patch-include_audacity_Types.h
> ==============================================================================
> --- head/audio/audacity/files/patch-include_audacity_Types.h	Mon Oct  1 20:02:54 2018	(r481064)
> +++ head/audio/audacity/files/patch-include_audacity_Types.h	Mon Oct  1 20:26:06 2018	(r481065)
> @@ -1,6 +1,6 @@
> ---- include/audacity/Types.h.orig       2017-03-13 21:02:21 UTC
> +--- include/audacity/Types.h.orig	2018-10-01 14:07:33 UTC
>  +++ include/audacity/Types.h
> -@@ -72,7 +72,7 @@
> +@@ -73,7 +73,7 @@ class sampleCount (public)
>      sampleCount ( long v ) : value { v } {}
>   
>      // unsigned long is 64 bit on some platforms.  Let it narrow.

There several patches that were stirred needlessly (no functional
changes).  They add unnecessary noise to the update diff, please try
to omit them from the commit batch.

./danfe


More information about the svn-ports-all mailing list