diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-26 14:45:53 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-26 14:45:53 +0000 |
| commit | 28a42395cb250478d6822fac3b644d00427b842c (patch) | |
| tree | b3c92e3a08ab6aad465c4e833c0b0a29d2f4abab /java/berkeley-db | |
| parent | These ports fail the same way on armv6 as they do on aarch64. (diff) | |
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)
Diffstat (limited to 'java/berkeley-db')
| -rw-r--r-- | java/berkeley-db/Makefile | 6 |
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 |
