Bug 231837 - [maintainer update] audio/audacity: Update to 2.3.0
Summary: [maintainer update] audio/audacity: Update to 2.3.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-01 03:47 UTC by Jack
Modified: 2018-10-01 20:28 UTC (History)
1 user (show)

See Also:


Attachments
Patch to upgrade audacity to 2.3.0 (7.98 KB, text/plain)
2018-10-01 03:47 UTC, Jack
no flags Details
Upgrade audacity to 2.3.0 and add disable-nls option (8.02 KB, patch)
2018-10-01 04:00 UTC, Jack
xxjack12xx: maintainer-approval+
Details | Diff
Patch to update audacity with uses moved to options (7.69 KB, patch)
2018-10-01 04:57 UTC, Jack
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jack 2018-10-01 03:47:42 UTC
Created attachment 197652 [details]
Patch to upgrade audacity to 2.3.0

Upgrade to audacity-2.3.0
Comment 1 Jack 2018-10-01 04:00:39 UTC
Created attachment 197653 [details]
Upgrade audacity to 2.3.0 and add disable-nls option
Comment 2 Nathan 2018-10-01 04:07:26 UTC
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 3 Nathan 2018-10-01 04:10:16 UTC
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
Comment 4 Jack 2018-10-01 04:57:44 UTC
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
Comment 5 commit-hook freebsd_committer freebsd_triage 2018-10-01 20:27:11 UTC
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
Comment 6 Steve Wills freebsd_committer freebsd_triage 2018-10-01 20:28:50 UTC
Committed, thanks!