Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2015 16:12:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199567] [UPDATE] audio/sox: Update to 14.4.2
Message-ID:  <bug-199567-13-WBrBr4BSWN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199567-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199567-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199567

Dan Nelson <dnelson@allantgroup.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #155866|                            |maintainer-approval+
              Flags|                            |

--- Comment #1 from Dan Nelson <dnelson@allantgroup.com> ---
Created attachment 155866
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155866&action=edit
updated patch

Updated version of the patch:

Made OPUS a default option, since VORBIS was a default option too, and opus is
supposed to replace vorbis.  

Removed the "USE_GCC=any" block and replaced it with "CONFIGURE_ARGS+=
--disable-stack-protector".  I assume USE_GCC was added to avoid a coredump
when compiled with clang, but the real problem is that sox tries to link in
custom stack-smashing code when the ports tree already adds -fstack-protector
to CFLAGS, and the two don't co-operate.  See bug #186097 for a similar problem
and solution.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199567-13-WBrBr4BSWN>