Mark as broken on armvX. This is probably a holdover from ancient code.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
ad0c2fd84b
commit
7f4a2b3e80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464871
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue