[Bug 206694] audio/audacity: Use different compiler to recognize optimizations, add lv2 support

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 28 04:10:56 UTC 2016


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

--- Comment #9 from Kubilay Kocak <koobs at FreeBSD.org> ---
(In reply to xxjack12xx from comment #8)

The root cause solution for the optimizations (requiring the patch), is for
upstream to make their configure script check for the presence of support for
those flags:

standard checks (compile tests with -<flag>) or the following are options:

www.gnu.org/s/autoconf-archive/ax_check_compile_flag.html

I'd recommend leaving the patch in place until that occurs (at least report the
issue) in favour of requiring users install another compilers.

Regarding the strip issue, check using the file(1) command to confirm whether
or not it's stripped (after install) to exclude an issue with stripped file
detection in the framework. If it isn't stripped, look to the audacity build to
figure out why.

At the present time the change as currently proposed is (IMO) not ready to
commit. Fixing the strip issue 'can' be deferred, but I recommend reverting the
patch removal and compiler changes given the existing port version works now

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


More information about the freebsd-ports-bugs mailing list