svn commit: r537087 - head/audio/ardour5
Ed Maste
emaste at FreeBSD.org
Sat May 30 15:52:48 UTC 2020
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 \
More information about the svn-ports-all
mailing list