Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2020 15:52:48 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537087 - head/audio/ardour5
Message-ID:  <202005301552.04UFqmYv069639@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste (src committer)
Date: Sat May 30 15:52:48 2020
New Revision: 537087
URL: https://svnweb.freebsd.org/changeset/ports/537087

Log:
  audio/ardour5: add BUILD_DEPENDS as:devel/binutils
  
  /usr/bin/as will soon be removed from the FreeBSD base system, for
  FreeBSD 13.0.
  
  Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no
  change for existing 11.x and 12.x, which will continue to use the base
  system GNU as 2.17.50.
  
  This likely also addresses the reason this port is marked BROKEN_aarch64;
  that can be addressed in a subsequent sweep.
  
  PR:		205250
  Approved by:	portmgr (blanket)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/audio/ardour5/Makefile

Modified: head/audio/ardour5/Makefile
==============================================================================
--- head/audio/ardour5/Makefile	Sat May 30 15:47:13 2020	(r537086)
+++ head/audio/ardour5/Makefile	Sat May 30 15:52:48 2020	(r537087)
@@ -19,7 +19,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 DEPRECATED=	Uses deprecated version of python
 EXPIRATION_DATE=	2020-09-15
 
-BUILD_DEPENDS=	lv2>=1.14.0:audio/lv2 itstool>2.0.0:textproc/itstool
+BUILD_DEPENDS=	lv2>=1.14.0:audio/lv2 itstool>2.0.0:textproc/itstool \
+		as:devel/binutils
 LIB_DEPENDS=	libserd-0.so:devel/serd \
 		libsord-0.so:devel/sord \
 		libsratom-0.so:audio/sratom \



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