svn commit: r464871 - head/mail/archiveopteryx

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 05:27:21 UTC 2018


Author: linimon
Date: Sun Mar 18 05:27:20 2018
New Revision: 464871
URL: https://svnweb.freebsd.org/changeset/ports/464871

Log:
  Mark as broken on armvX.  This is probably a holdover from ancient code.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/mail/archiveopteryx/Makefile

Modified: head/mail/archiveopteryx/Makefile
==============================================================================
--- head/mail/archiveopteryx/Makefile	Sun Mar 18 05:16:16 2018	(r464870)
+++ head/mail/archiveopteryx/Makefile	Sun Mar 18 05:27:20 2018	(r464871)
@@ -12,9 +12,11 @@ COMMENT=	Advanced PostgreSQL-based IMAP/POP server
 
 LICENSE=	MIT
 
-BUILD_DEPENDS=	jam:devel/jam
+BROKEN_armv6=		fails to build: core/md5.cpp:55:5: 'register' storage class specifier is deprecated and incompatible with C++17
+BROKEN_armv7=		fails to build: core/md5.cpp:55:5: 'register' storage class specifier is deprecated and incompatible with C++17
+BROKEN_powerpc64=	fails to build: /bin/sh: clang: not found
 
-BROKEN_powerpc64=	Does not build: /bin/sh: clang: not found
+BUILD_DEPENDS=	jam:devel/jam
 
 USES=		perl5 ssl tar:bzip2
 USE_PERL5=	build


More information about the svn-ports-all mailing list