svn commit: r424285 - head/mail/rmilter

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Oct 19 20:07:21 UTC 2016


Author: amdmi3
Date: Wed Oct 19 20:07:19 2016
New Revision: 424285
URL: https://svnweb.freebsd.org/changeset/ports/424285

Log:
  - Mark BROKEN on 9.x: error: Unsupported word size
  
  Approved by:	portmgr blanket

Modified:
  head/mail/rmilter/Makefile

Modified: head/mail/rmilter/Makefile
==============================================================================
--- head/mail/rmilter/Makefile	Wed Oct 19 19:26:11 2016	(r424284)
+++ head/mail/rmilter/Makefile	Wed Oct 19 20:07:19 2016	(r424285)
@@ -16,6 +16,7 @@ LIB_DEPENDS=	libpcre.so:devel/pcre \
 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
+BROKEN_FreeBSD_9=	Fails to compile: error: Unsupported word size
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	vstakhov


More information about the svn-ports-all mailing list