svn commit: r396932 - head/audio/audacity

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 14 21:04:12 UTC 2015


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


More information about the svn-ports-all mailing list