Bug 236050 - [maintainer update] audio/audacity switch to wxgtk31
Summary: [maintainer update] audio/audacity switch to wxgtk31
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-26 10:40 UTC by Jack
Modified: 2019-03-04 18:05 UTC (History)
0 users

See Also:


Attachments
Change to wx 3.1 (519 bytes, patch)
2019-02-27 04:02 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 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!