Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Oct 2021 09:09:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 258107] audio/audacity: Upgrade to 3.0.5
Message-ID:  <bug-258107-7788-dZC4DWC576@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258107-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258107-7788@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=3D258107

--- Comment #46 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
(In reply to Jack from comment #45)

Sorry, 3.0.5 still has the empty directory issue.
If "@${FIND} ${STAGEDIR} -type d -empty -delete" is to be removed, the
following part of audacity-Audacity-3.0.5/src/CMakeLists.txt must not be
executed.

   # Copy the required wxWidgets libs into the bundle
   add_custom_command(
      TARGET
         ${TARGET}
      COMMAND
         ${CMAKE_COMMAND} -D SRC=3D"${_EXEDIR}/audacity"
                          -D DST=3D"${_DEST}/${_PKGLIB}"
                          -D WXWIN=3D"${_SHARED_PROXY_BASE_PATH}/$<CONFIG>"
                          -P ${AUDACITY_MODULE_PATH}/CopyLibs.cmake
      POST_BUILD
   )

I think it is better to delete it once before entering stage phase, because
stagedir is created during build phase.

post-build:
    # delete empty directories: https://github.com/audacity/audacity/issues=
/808
    @${RM} -r ${STAGEDIR}

However, that part has been added by yuri@FreeBSD (Bug 254598 comment #22),
we'll leave it untouched. :)
I just want to write down here what I found out about the cause of the issu=
e.
So that other people can save time doing the same thing. :)

--=20
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-258107-7788-dZC4DWC576>