diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-10-08 08:20:16 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-10-08 08:20:16 +0000 |
commit | df92ae8879be27225d211907b5d17b10ea0da4a4 (patch) | |
tree | 676397ed19adc09c92531bbc3612b9ee7b26ff6c /databases/hbase | |
parent | 55c120eb4067c5977fd0d401e256106daf0c24d8 (diff) |
Mark BROKEN: fails to build
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.4.0:exec (concat-NOTICE-files) on project hbase-assembly: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
Reported by: pkg-fallout
MFH: 2016Q4
Notes
Notes:
svn path=/head/; revision=423494
Diffstat (limited to 'databases/hbase')
-rw-r--r-- | databases/hbase/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/hbase/Makefile b/databases/hbase/Makefile index 601b274b0b72..b28757984d5d 100644 --- a/databases/hbase/Makefile +++ b/databases/hbase/Makefile @@ -15,6 +15,8 @@ COMMENT= Hadoop database, a distributed, scalable, big data store LICENSE= APACHE20 +BROKEN= fails to build + BUILD_DEPENDS= bash:shells/bash \ cmake:devel/cmake \ ${LOCALBASE}/share/java/maven3/bin/mvn:devel/maven3 |