Created attachment 177011 [details] Patch to fix the newline bug Noticed that databases/hbase was marked as BROKEN. Tried building from source and diagnosed the issue as an extraneous trailing escaped-newline in the XML. Not sure what the purpose of it is, but after removal the sources build fine for me. Attaching. My FreeBSD committer id is 'cokane' (cokane@FreeBSD.org) but I have been dormant from active contributions for quite some time. However, providing the old committer id for reference. Thanks!
A commit references this bug: Author: demon Date: Tue Nov 15 09:50:22 UTC 2016 New revision: 426155 URL: https://svnweb.freebsd.org/changeset/ports/426155 Log: Fix build with newer bash. PR: 214522 Submitted by: cokane Changes: head/databases/hbase/files/patch-hbase-assembly-pom.xml
A commit references this bug: Author: demon Date: Tue Nov 15 09:50:53 UTC 2016 New revision: 426156 URL: https://svnweb.freebsd.org/changeset/ports/426156 Log: Remove broken as it does build now. PR: 214522 Submitted by: cokane Changes: head/databases/hbase/Makefile
Patch committed, thanks!