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
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.
Can you please attach the patch here? Posting it inline makes it harder and annoying to apply.
Created attachment 202399 [details] Change to wx 3.1
How did the patch look?
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
Committed, thanks!