Bug 231837

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:
Description Flags
Patch to upgrade audacity to 2.3.0
none
Upgrade audacity to 2.3.0 and add disable-nls option
xxjack12xx: maintainer-approval+
Patch to update audacity with uses moved to options none

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!