[Bug 199567] [UPDATE] audio/sox: Update to 14.4.2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 22 16:12:06 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199567

Dan Nelson <dnelson at allantgroup.com> changed:

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

--- Comment #1 from Dan Nelson <dnelson at 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.


More information about the freebsd-ports-bugs mailing list