[Bug 290531] [NEW PORT] multimedia/tenacity: Tenacity is an easy-to-use multi-track audio editor and recorde

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 30 Oct 2025 03:43:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290531

Hiroki Tagato <tagattie@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tagattie@FreeBSD.org
             Status|New                         |Open

--- Comment #2 from Hiroki Tagato <tagattie@FreeBSD.org> ---
Hi, thanks for a new port submission.

Here are a few comments:
- DISTVERSION should include -alpha1 and eliminate DISTVERSIONSUFFIX
  Including the suffix in DISTVERSION makes the ports framework aware that the
version is less than 1.4.
- Typo in COMMENT
  I guess the comment should end with recorder (not recorded). Also, COMMENT
should not include the period.
- Upstream appears to have moved to Codeberg.org
- Regarding OPTIONS
  It looks to me the options (AVX AVX2 AVX512 SSE4) are mutually exclusive. If
so, OPTIONS_SINGLE should be used instead of OPTIONS_DEFINE. Also, options
helpers can be used here like:
  SSE4_CMAKE_BOOL_OFF= AVX2 AVX512 AVX
  AVX_CMAKE_BOOL= AVX
  AVX_CMAKE_BOOL_OFF= AVX2 AVX512
  For more details, please see
https://docs.freebsd.org/en/books/porters-handbook/book/#options-cmake-helpers

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