[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 03:53:01 UTC 2016


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

Kubilay Kocak <koobs at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-qa
            Summary|[patch][maintainer update]  |audio/audacity: Use
                   |audio/audacity Use          |different compiler to
                   |different compiler to       |recognize optimizations,
                   |recognize optimizations and |add lv2 support
                   |add lv2 support             |
                 CC|                            |koobs at FreeBSD.org

--- Comment #6 from Kubilay Kocak <koobs at FreeBSD.org> ---
One should very careful applying optimizations for the common case, in
particular as it relates to binary package builds. 

Additionally, this enforces a dependency on GCC, where instead the behaviour
ought to be that the software builds with the compiler its given, provided of
course, the compiler supports the required language constructs.

I'm -1 on those changes.

Also, this port should depend on (and use) ports versions of libraries rather
than those that come bundled in the sources. This goes for at least
audio/libmad, which precludes the optimization issue referenced above as well.

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


More information about the freebsd-ports-bugs mailing list