Summary: | [maintainer update] audio/audacity: Update to 2.3.0 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jack <xxjack12xx> | ||||||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | ndowens04 | ||||||||
Priority: | --- | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Created attachment 197653 [details]
Upgrade audacity to 2.3.0 and add disable-nls option
Comment on attachment 197653 [details]
Upgrade audacity to 2.3.0 and add disable-nls option
+MOD_SCRIPT_PIPE_USES= python:3.6+
+MOD_NYQ_BENCH_USES= python:3.6+
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
NLS_CONFIGURE_WITH= libintl-prefix="${LOCALBASE}"
goes in options area
Comment on attachment 197653 [details]
Upgrade audacity to 2.3.0 and add disable-nls option
NLS_CONFIGURE_OFF= --disable-nls
change to:
NLS_CONFIGURE_ENABLE= nls
Makes sure build system doesn't guess how to do it
Created attachment 197654 [details]
Patch to update audacity with uses moved to options
Looks like there was already a NLS_CONFIGURE_ENABLE so removed the _OFF version
A commit references this bug: Author: swills Date: Mon Oct 1 20:26:09 UTC 2018 New revision: 481065 URL: https://svnweb.freebsd.org/changeset/ports/481065 Log: audio/audacity: Update to 2.3.0 PR: 231837 Submitted by: xxjack12xx@gmail.com (maintainer) Changes: head/audio/audacity/Makefile head/audio/audacity/distinfo head/audio/audacity/files/patch-configure.ac head/audio/audacity/files/patch-include_audacity_Types.h head/audio/audacity/files/patch-lib-src_FileDialog_Makefile.am head/audio/audacity/files/patch-lib-src_FileDialog_configure.ac head/audio/audacity/files/patch-lib-src_libnyquist_nyquist_cmt_cext.h head/audio/audacity/files/patch-lib-src_libnyquist_nyquist_xlisp_xlisp.h head/audio/audacity/files/patch-lib-src_portmidi_porttime_ptlinux.c head/audio/audacity/files/patch-src_AudioIO.cpp head/audio/audacity/files/patch-src_FFmpeg.h head/audio/audacity/files/patch-src_Makefile.am head/audio/audacity/files/patch-src_MemoryX.h Committed, thanks! |
Created attachment 197652 [details] Patch to upgrade audacity to 2.3.0 Upgrade to audacity-2.3.0