Date: Sun, 18 Mar 2018 05:27:21 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464871 - head/mail/archiveopteryx Message-ID: <201803180527.w2I5RL4r025946@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803180527.w2I5RL4r025946>