svn commit: r536825 - head/comms/syncterm

Ed Maste emaste at FreeBSD.org
Fri May 29 00:15:18 UTC 2020


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

Log:
  comms/syncterm: 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)

Modified:
  head/comms/syncterm/Makefile

Modified: head/comms/syncterm/Makefile
==============================================================================
--- head/comms/syncterm/Makefile	Fri May 29 00:11:48 2020	(r536824)
+++ head/comms/syncterm/Makefile	Fri May 29 00:15:17 2020	(r536825)
@@ -11,6 +11,8 @@ COMMENT=	ANSI-BBS terminal which supports telnet, rlog
 
 LICENSE=	GPLv2
 
+BUILD_DEPENDS=	as:devel/binutils
+
 WRKSRC=		${WRKDIR}/syncterm-${PORTVERSION}/src/syncterm
 USES=		gmake perl5 tar:tgz
 USE_PERL5=	build


More information about the svn-ports-head mailing list