Created attachment 147897 [details] audacity upgrade patch Upgrade audacity from 2.0.5 to 2.0.6 Use new ffmpeg libs
Created attachment 147898 [details] New patch including a missing file I forgot to add the 2nd patch, this new patch includes it.
Also need to remove files/patch-Makefile.in after applying the patch
Any update?
Created attachment 148782 [details] new patch Hi, Your submissio has a few problems. It was not working as is in any OS version. I fixed various problems with it. Main things: Removed some unneeded options Patched various deficiencies in software build system, which were preventing build to succeed in various OS versions. Removed RESAMPLE option which cannot work since files needed by it are missing from distribution Please also note that your submission included the line: /you/have/to/check/what/makeplist/gives/you in the pkg-plist, it was the first line, which is a line generated on purpose by the "make makeplist" command. This kind of mistake casts doubts on the quality of the checks you performed before submitting the patch. Please test and review my patch and, if you see fit, approve it. thanks.
Sorry about that, I will review and test.
I just tested the patch and it works fine, thanks for fixing my errors.
A commit references this bug: Author: madpilot Date: Thu Oct 30 21:10:52 UTC 2014 New revision: 371772 URL: https://svnweb.freebsd.org/changeset/ports/371772 Log: - Update to 2.0.6 - Remove option not supported anymore - Use newer ffmpeg - Clean up uneeded directives PR: 194083 Submitted by: xxjack12xx at gmail.com (maintainer) Changes: head/audio/audacity/Makefile head/audio/audacity/distinfo head/audio/audacity/files/patch-Makefile.in head/audio/audacity/files/patch-lib-src__libvamp__Makefile.in head/audio/audacity/files/patch-portaudio.h head/audio/audacity/files/patch-src__Makefile.in head/audio/audacity/pkg-plist
Committed, thanks!