Date: Tue, 2 Oct 2018 07:15:22 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Steve Wills <swills@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r481065 - in head/audio/audacity: . files Message-ID: <20181002071522.GA81970@FreeBSD.org> In-Reply-To: <201810012026.w91KQ6mJ080588@repo.freebsd.org> References: <201810012026.w91KQ6mJ080588@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181002071522.GA81970>