diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 20:33:22 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 20:33:22 +0000 |
commit | 4734e25a318bb23039d75d1fb9dbc1b9a8f20923 (patch) | |
tree | 20831f826b312ccc1d73e36368de50c53c3f5cda /www/kannel | |
parent | f30f83c178bdceee0884f67f78350dc20dba82bf (diff) |
Mark some ports failing on armv6, for errors classified as "configure_error".
Note: this skips all the ports that _sometimes_ fail with CMake errors. We
need to investigate that problem, and find out if it is specific to the qemu
environment.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=441874
Diffstat (limited to 'www/kannel')
-rw-r--r-- | www/kannel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/kannel/Makefile b/www/kannel/Makefile index 8cd14122c4ba..05abdf03c96d 100644 --- a/www/kannel/Makefile +++ b/www/kannel/Makefile @@ -19,6 +19,8 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libpcre.so:devel/pcre +BROKEN_armv6= fails to configure: Unable to find MySQL client libraries + PORTSCOUT= skipv:1.5.0 USERS= kannel |