Bug 236050

Summary: [maintainer update] audio/audacity switch to wxgtk31
Product: Ports & Packages Reporter: Jack <xxjack12xx>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Some People    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Change to wx 3.1 none

Description Jack 2019-02-26 10:40:01 UTC
Use wxgtk 3.1 since it's the preferred version for audacity

Index: Makefile
===================================================================
--- Makefile    (revision 493959)
+++ Makefile    (working copy)
@@ -4,7 +4,7 @@
 PORTNAME=      audacity
 PORTVERSION=   2.3.0
 DISTVERSIONPREFIX=     Audacity-
-PORTREVISION=  4
+PORTREVISION=  5
 CATEGORIES=    audio

 MAINTAINER=    xxjack12xx@gmail.com
@@ -31,7 +31,7 @@
 NLS_CONFIGURE_ENABLE=  nls
 NLS_CONFIGURE_WITH=    libintl-prefix="${LOCALBASE}"
 OPTIONS_SUB=   yes
-USE_WX=                3.0+
+USE_WX=                3.1+
 WX_COMPS=      wx
 INSTALLS_ICONS=        yes
 PORTDOCS=      README.txt
Comment 1 Jack 2019-02-27 00:50:12 UTC
Per configure if wx-gtk is not found

configure: error: Unable to locate a suitable configuration of wxWidgets v3.1.x
or higher (or even of 3.0.x).  We recommend building with 3.1.x.
The currently available configurations are listed below.  If necessary, either
install the package for your distribution or download the latest version of
wxWidgets
from http://wxwidgets.org.
Comment 2 Tobias Kortkamp freebsd_committer freebsd_triage 2019-02-27 03:45:09 UTC
Can you please attach the patch here?  Posting it inline makes it
harder and annoying to apply.
Comment 3 Jack 2019-02-27 04:02:35 UTC
Created attachment 202399 [details]
Change to wx 3.1
Comment 4 Jack 2019-03-02 05:45:23 UTC
How did the patch look?
Comment 5 commit-hook freebsd_committer freebsd_triage 2019-03-04 18:04:40 UTC
A commit references this bug:

Author: swills
Date: Mon Mar  4 18:03:59 UTC 2019
New revision: 494626
URL: https://svnweb.freebsd.org/changeset/ports/494626

Log:
  audio/audacity: switch to wxgtk31

  PR:		236050
  Submitted by:	xxjack12xx@gmail.com (maintainer)

Changes:
  head/audio/audacity/Makefile
Comment 6 Steve Wills freebsd_committer freebsd_triage 2019-03-04 18:05:59 UTC
Committed, thanks!