svn commit: r536826 - head/devel/plan9port

Ed Maste emaste at FreeBSD.org
Fri May 29 00:17:09 UTC 2020


Author: emaste (src committer)
Date: Fri May 29 00:17:08 2020
New Revision: 536826
URL: https://svnweb.freebsd.org/changeset/ports/536826

Log:
  devel/plan9port: 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.
  
  PR:		205250
  Approved by:	portmgr (blanket)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/devel/plan9port/Makefile

Modified: head/devel/plan9port/Makefile
==============================================================================
--- head/devel/plan9port/Makefile	Fri May 29 00:15:17 2020	(r536825)
+++ head/devel/plan9port/Makefile	Fri May 29 00:17:08 2020	(r536826)
@@ -18,6 +18,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-se
 BROKEN_armv6=	fails to compile: thread.c:130:5: no member named 'arm_r0' in 'mcontext_t'
 BROKEN_armv7=	fails to compile: thread.c:130:5: no member named 'arm_r0' in 'mcontext_t'
 
+BUILD_DEPENDS=	as:devel/binutils
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 


More information about the svn-ports-all mailing list