svn commit: r514755 - head/audio/audacity

Tobias Kortkamp tobik at FreeBSD.org
Sat Oct 19 06:25:13 UTC 2019


Author: tobik
Date: Sat Oct 19 06:25:12 2019
New Revision: 514755
URL: https://svnweb.freebsd.org/changeset/ports/514755

Log:
  audio/audacity: Remove bogus STATIC_WX option
  
  This was accepted by me in r495224.  STATIC_WX_ENABLE was probably
  supposed to be STATIC_WX_CONFIGURE_ENABLE but the entire idea of
  the option is flawed.  wxgtk31 does not provide static libraries.
  
  While here drop unhooked JACK_LIB_DEPENDS options helper.  Audacity
  has been using the system Portaudio for a while and JACK support
  can be enabled there.

Modified:
  head/audio/audacity/Makefile

Modified: head/audio/audacity/Makefile
==============================================================================
--- head/audio/audacity/Makefile	Sat Oct 19 06:22:19 2019	(r514754)
+++ head/audio/audacity/Makefile	Sat Oct 19 06:25:12 2019	(r514755)
@@ -41,7 +41,7 @@ USE_GITHUB=		yes
 
 OPTIONS_DEFINE=		DEBUG DOCS DYNLOAD FFMPEG FLAC ID3TAG LADSPA LAME LV2 \
 			MAD MOD_NYQ_BENCH MOD_SCRIPT_PIPE NLS SBSMS SOUNDTOUCH \
-			SSE STATIC_WX TWOLAME VAMP VORBIS VST
+			SSE TWOLAME VAMP VORBIS VST
 OPTIONS_DEFAULT=	FLAC ID3TAG LADSPA MAD SBSMS SOUNDTOUCH TWOLAME VAMP \
 			VORBIS VST
 
@@ -56,7 +56,6 @@ MOD_SCRIPT_PIPE_DESC=	mod-script-pipe scripting suppor
 MOD_NYQ_BENCH_DESC=	Enable Nyquist Workbench
 SBSMS_DESC=		Use libsbsms for pitch and tempo changing
 SOUNDTOUCH_DESC=	Use libSoundTouch for pitch and tempo changing
-STATIC_WX_DESC=		Link wx statically
 TAGLIB_DESC=		Use TagLib for metadata support
 TWOLAME_DESC=		Use libtwolame for MP2 export support
 VAMP_DESC=		Vamp plug-in support
@@ -100,8 +99,6 @@ FLAC_LIB_DEPENDS=	libFLAC.so:audio/flac
 ID3TAG_CONFIGURE_WITH=	libid3tag=system
 ID3TAG_LIB_DEPENDS=	libid3tag.so:audio/libid3tag
 
-JACK_LIB_DEPENDS=	libjack.so:audio/jack
-
 LADSPA_CONFIGURE_ENABLE=	ladspa
 LADSPA_RUN_DEPENDS=		listplugins:audio/ladspa
 
@@ -130,8 +127,6 @@ SOUNDTOUCH_CONFIGURE_WITH=	soundtouch=system
 SOUNDTOUCH_LIB_DEPENDS=		libSoundTouch.so:audio/soundtouch
 
 SSE_CONFIGURE_ENABLE=	sse
-
-STATIC_WX_ENABLE=	static-wx
 
 TWOLAME_CONFIGURE_WITH=	libtwolame=system
 TWOLAME_LIB_DEPENDS=	libtwolame.so:audio/twolame


More information about the svn-ports-head mailing list