svn commit: r536827 - head/lang/ocaml

Ed Maste emaste at FreeBSD.org
Fri May 29 00:20:19 UTC 2020


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

Log:
  lang/ocaml: 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/lang/ocaml/Makefile

Modified: head/lang/ocaml/Makefile
==============================================================================
--- head/lang/ocaml/Makefile	Fri May 29 00:17:08 2020	(r536826)
+++ head/lang/ocaml/Makefile	Fri May 29 00:20:19 2020	(r536827)
@@ -24,6 +24,8 @@ BROKEN_sparc64=	No rule to make target 'none.o', neede
 BROKEN_mips64=	No ASM support
 BROKEN_mips=	No ASM support
 
+BUILD_DEPENDS=	as:devel/binutils
+
 USES=		cpe compiler:c11 gmake tar:xz
 USE_LDCONFIG=	yes
 CPE_VENDOR=	inria


More information about the svn-ports-head mailing list