diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 04:02:44 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 04:02:44 +0800 |
commit | c095cd43d09bd4be60b99b561b39e7866aa8ab0f (patch) | |
tree | 0cde4b8b45b7e4393f92305c47df693c2ef646bd /comms | |
parent | d63a4cfa1b0415955ee62a38577f5e43886852d0 (diff) | |
download | freebsd-ports-gnome-c095cd43d09bd4be60b99b561b39e7866aa8ab0f.tar.gz freebsd-ports-gnome-c095cd43d09bd4be60b99b561b39e7866aa8ab0f.tar.zst freebsd-ports-gnome-c095cd43d09bd4be60b99b561b39e7866aa8ab0f.zip |
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/rxtx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile index a3f63bd84b93..406b3273a48f 100644 --- a/comms/rxtx/Makefile +++ b/comms/rxtx/Makefile @@ -16,6 +16,8 @@ COMMENT= Native interface to serial ports in Java LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= fails to link: librxtxParallel.so: No such file or directory + USES= gmake libtool zip USE_JAVA= yes |