svn commit: r423377 - head/mail/rmilter

Mark Linimon linimon at FreeBSD.org
Wed Oct 5 19:33:25 UTC 2016


Author: linimon
Date: Wed Oct  5 19:33:24 2016
New Revision: 423377
URL: https://svnweb.freebsd.org/changeset/ports/423377

Log:
  Mark as broken on various tier-2 archs.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/mail/rmilter/Makefile

Modified: head/mail/rmilter/Makefile
==============================================================================
--- head/mail/rmilter/Makefile	Wed Oct  5 19:17:40 2016	(r423376)
+++ head/mail/rmilter/Makefile	Wed Oct  5 19:33:24 2016	(r423377)
@@ -13,6 +13,10 @@ LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libopendkim.so:mail/opendkim \
 		libmemcached.so:databases/libmemcached
 
+BROKEN_armv6=		Fails to configure in cmake
+BROKEN_mips=		Fails to compile: error: Unsupported word size
+BROKEN_sparc64=		Fails to compile: error: Unsupported word size
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	vstakhov
 


More information about the svn-ports-head mailing list