Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2015 21:04:12 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396932 - head/audio/audacity
Message-ID:  <201509142104.t8EL4Crp070806@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep 14 21:04:11 2015
New Revision: 396932
URL: https://svnweb.freebsd.org/changeset/ports/396932

Log:
  Switch back audacity to wxGTK 2.8 as it is failing on FreeBSD 9 if using wxGTK3

Modified:
  head/audio/audacity/Makefile

Modified: head/audio/audacity/Makefile
==============================================================================
--- head/audio/audacity/Makefile	Mon Sep 14 20:41:14 2015	(r396931)
+++ head/audio/audacity/Makefile	Mon Sep 14 21:04:11 2015	(r396932)
@@ -3,7 +3,7 @@
 
 PORTNAME=	audacity
 PORTVERSION=	2.1.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
 DISTNAME=	${PORTNAME}-minsrc-${PORTVERSION}
@@ -21,7 +21,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-minsrc-${
 GNU_CONFIGURE=	yes
 USES=		cpe desktop-file-utils gettext gmake pkgconfig shared-mime-info \
 		tar:xz
-USE_WX=		3.0+
+USE_WX=		2.8+
 WX_UNICODE=	yes
 WX_COMPS=	wx
 INSTALLS_ICONS=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509142104.t8EL4Crp070806>