svn commit: r402252 - head/databases/libnvpair

John Marino marino at FreeBSD.org
Mon Nov 23 00:10:34 UTC 2015


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
 


More information about the svn-ports-all mailing list