diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-28 04:33:22 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-28 04:33:22 +0800 |
commit | 5c7d1cd21d4101c6a88843bc0513c1c423d67dfa (patch) | |
tree | 20831f826b312ccc1d73e36368de50c53c3f5cda /irc/srvx | |
parent | 50ec4ed063591708f2b48f7376ec06381803fe25 (diff) | |
download | freebsd-ports-gnome-5c7d1cd21d4101c6a88843bc0513c1c423d67dfa.tar.gz freebsd-ports-gnome-5c7d1cd21d4101c6a88843bc0513c1c423d67dfa.tar.zst freebsd-ports-gnome-5c7d1cd21d4101c6a88843bc0513c1c423d67dfa.zip |
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)
Diffstat (limited to 'irc/srvx')
-rw-r--r-- | irc/srvx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/srvx/Makefile b/irc/srvx/Makefile index 5c886746f504..7969cdb48d0a 100644 --- a/irc/srvx/Makefile +++ b/irc/srvx/Makefile @@ -12,6 +12,8 @@ COMMENT= Services for ircu P10 protocol networks LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= fails to configure: Cannot detect format string for time_t + USES= cpe GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-getopt |