aboutsummaryrefslogtreecommitdiff
path: root/java/berkeley-db
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-26 14:45:53 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-26 14:45:53 +0000
commit28a42395cb250478d6822fac3b644d00427b842c (patch)
treeb3c92e3a08ab6aad465c4e833c0b0a29d2f4abab /java/berkeley-db
parentd32f1af461e17fa05334d0ea6403b7c45b0b3d61 (diff)
downloadports-28a42395cb250478d6822fac3b644d00427b842c.tar.gz
ports-28a42395cb250478d6822fac3b644d00427b842c.zip
Mark some ports failing on armv6. In cases where the error message
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=441786
Diffstat (limited to 'java/berkeley-db')
-rw-r--r--java/berkeley-db/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/java/berkeley-db/Makefile b/java/berkeley-db/Makefile
index da5fa7fba7fa..c44830c7fb72 100644
--- a/java/berkeley-db/Makefile
+++ b/java/berkeley-db/Makefile
@@ -11,10 +11,12 @@ MASTER_SITES= http://download.oracle.com/berkeley-db/ \
MAINTAINER= mi@aldan.algebra.com
COMMENT= Berkeley DB Java Edition
-OPTIONS_DEFINE= DOCS EXAMPLES TEST
-
BUILD_DEPENDS= ${JAVALIBDIR}/junit.jar:java/junit
+BROKEN_armv6= fails to build: build.xml: Java returned: 1
+
+OPTIONS_DEFINE= DOCS EXAMPLES TEST
+
USE_JAVA= yes
JAVA_VERSION= 1.7+
USE_ANT= yes