Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2020 16:38:44 +0000 (UTC)
From:      =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549608 - head/lang/ccl
Message-ID:  <202009221638.08MGciuD034575@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Tue Sep 22 16:38:43 2020
New Revision: 549608
URL: https://svnweb.freebsd.org/changeset/ports/549608

Log:
  Add a build dependency on GNU as
  
  On systems with GNU as in base (up to and including 12.x) there is no need
  to provide the GNU binutils from a port.
  
  If the not fully compatible llvm-as should be made available under the name
  "as", the condition should be changed to always require binutils from a port
  when running on a system after 12.x (which should retain the GNU as in base
  for the live-time of that major release).

Modified:
  head/lang/ccl/Makefile

Modified: head/lang/ccl/Makefile
==============================================================================
--- head/lang/ccl/Makefile	Tue Sep 22 16:28:37 2020	(r549607)
+++ head/lang/ccl/Makefile	Tue Sep 22 16:38:43 2020	(r549608)
@@ -33,6 +33,7 @@ USE_ASDF=	yes
 .if ${OSVERSION} < 1200000
 IGNORE=         does not build on FreeBSD < 12.0
 .endif
+BUILD_DEPENDS+=	as:devel/binutils
 
 LISP_ARCH=	x8664
 FX86CL=		fx86cl64



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