Date: Mon, 23 Nov 2015 00:10:33 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402252 - head/databases/libnvpair Message-ID: <201511230010.tAN0AXQf039495@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Mon Nov 23 00:10:33 2015 New Revision: 402252 URL: https://svnweb.freebsd.org/changeset/ports/402252 Log: databases/libnvpair: Limit to amd64 and i386 The ARMv6, mips, and mips64 builds are all failing on the isa.defs.h support check and there's no ETA for a support fix. Modified: head/databases/libnvpair/Makefile Modified: head/databases/libnvpair/Makefile ============================================================================== --- head/databases/libnvpair/Makefile Sun Nov 22 23:57:14 2015 (r402251) +++ head/databases/libnvpair/Makefile Mon Nov 23 00:10:33 2015 (r402252) @@ -10,6 +10,8 @@ COMMENT= Illumos name-value pair library LICENSE= CDDL +ONLY_FOR_ARCHS= amd64 i386 + GH_ACCOUNT= jrmarino USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511230010.tAN0AXQf039495>