diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-27 04:02:44 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-27 04:02:44 +0800 |
commit | f165f7743e2cbd42b86a4c6643b7648b0056c167 (patch) | |
tree | 0cde4b8b45b7e4393f92305c47df693c2ef646bd /archivers | |
parent | 2e8e012fe9faa77f49a5d468d23272c102a68d1d (diff) | |
download | freebsd-ports-gnome-f165f7743e2cbd42b86a4c6643b7648b0056c167.tar.gz freebsd-ports-gnome-f165f7743e2cbd42b86a4c6643b7648b0056c167.tar.zst freebsd-ports-gnome-f165f7743e2cbd42b86a4c6643b7648b0056c167.zip |
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/snappy-java/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/snappy-java/Makefile b/archivers/snappy-java/Makefile index 2ee6e366860b..28aa3ab2568f 100644 --- a/archivers/snappy-java/Makefile +++ b/archivers/snappy-java/Makefile @@ -25,6 +25,8 @@ LICENSE= APACHE20 BUILD_DEPENDS= ${LOCALBASE}/share/java/maven3/bin/mvn:devel/maven3 +BROKEN_armv6= fails to build: maven-assembly-plugin: Failed to retrieve numeric file attributes + USE_GITHUB= yes GH_ACCOUNT= xerial GH_PROJECT= snappy-java |