From 6ed976a6e3030de817fa50c4eebdc80c07432855 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sat, 30 May 2020 16:06:19 +0000 Subject: [PATCH] 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 --- databases/memcached/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile index 5d48ca47ac10..2e5a26f4e43d 100644 --- a/databases/memcached/Makefile +++ b/databases/memcached/Makefile @@ -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*