svn commit: r537092 - head/databases/memcached
Ed Maste
emaste at FreeBSD.org
Sat May 30 16:06:20 UTC 2020
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*
More information about the svn-ports-all
mailing list