Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2020 16:06:20 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537092 - head/databases/memcached
Message-ID:  <202005301606.04UG6KeV077017@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste (src committer)
Date: Sat May 30 16:06:19 2020
New Revision: 537092
URL: https://svnweb.freebsd.org/changeset/ports/537092

Log:
  databases/memcached: 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 [exp-run]
  Approved by:	portmgr (blanket)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/databases/memcached/Makefile

Modified: head/databases/memcached/Makefile
==============================================================================
--- head/databases/memcached/Makefile	Sat May 30 16:01:52 2020	(r537091)
+++ head/databases/memcached/Makefile	Sat May 30 16:06:19 2020	(r537092)
@@ -16,6 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BROKEN_mips=		fails to link: failed to merge target specific data of file /usr/lib/dtrace/drti.o
 BROKEN_mips64=		fails to link: failed to merge target specific data of file /usr/lib/dtrace/drti.o
 
+BUILD_DEPENDS=	as:devel/binutils
 LIB_DEPENDS=	libevent.so:devel/libevent
 
 CONFLICTS=	memcached-1.2*



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