diff options
author | linimon <linimon@FreeBSD.org> | 2018-07-02 08:47:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-07-02 08:47:14 +0800 |
commit | ff4764da3989fb9d78ff960ea39172daa22c690a (patch) | |
tree | ce0ba039e73aa26cf274cd42e00f7ac94a9a3b5c /databases | |
parent | b84ac62cf7ef55a343688d9f2c94d0a3827a429b (diff) | |
download | freebsd-ports-gnome-ff4764da3989fb9d78ff960ea39172daa22c690a.tar.gz freebsd-ports-gnome-ff4764da3989fb9d78ff960ea39172daa22c690a.tar.zst freebsd-ports-gnome-ff4764da3989fb9d78ff960ea39172daa22c690a.zip |
Mark various ports broken on mips64 and, where appropriate, mips.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/memcached/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile index 345d1521130d..0f6b9e6900df 100644 --- a/databases/memcached/Makefile +++ b/databases/memcached/Makefile @@ -13,6 +13,9 @@ COMMENT= High-performance distributed memory object cache system LICENSE= BSD3CLAUSE 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 + LIB_DEPENDS= libevent.so:devel/libevent CONFLICTS= memcached-1.2* |