Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2020 20:09:39 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550078 - head/audio/ardour6
Message-ID:  <202009252009.08PK9dZU067098@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Sep 25 20:09:38 2020
New Revision: 550078
URL: https://svnweb.freebsd.org/changeset/ports/550078

Log:
  Pet portlint.

Modified:
  head/audio/ardour6/Makefile

Modified: head/audio/ardour6/Makefile
==============================================================================
--- head/audio/ardour6/Makefile	Fri Sep 25 20:07:01 2020	(r550077)
+++ head/audio/ardour6/Makefile	Fri Sep 25 20:09:38 2020	(r550078)
@@ -12,11 +12,12 @@ DISTNAME=	Ardour-${PORTVERSION}
 MAINTAINER=	beerml@sigma6audio.de
 COMMENT=	Multichannel digital audio workstation
 
-BROKEN=		Does not build with glib 2.66.0
-
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		Does not build with glib 2.66.0
+BROKEN_aarch64=		fails to configure: Could not find the program gas,as,gcc
+
 BUILD_DEPENDS=	lv2>=1.18.0:audio/lv2 \
 		itstool>2.0.0:textproc/itstool
 LIB_DEPENDS=	libserd-0.so:devel/serd \
@@ -51,8 +52,6 @@ USE_GNOME=	atk cairo cairomm gdkpixbuf2 glib20 glibmm 
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 BINARY_ALIAS+=	gas=${CC}
-
-BROKEN_aarch64=		fails to configure: Could not find the program gas,as,gcc
 
 PLIST_SUB=	ARDOURVERSION=${PORTVERSION}
 



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