Bug 214522 - databases/hbase: Fix for pr 213228
Summary: databases/hbase: Fix for pr 213228
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Dmitry Sivachenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-15 03:11 UTC by Coleman Kane
Modified: 2016-11-15 09:53 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (demon)


Attachments
Patch to fix the newline bug (682 bytes, patch)
2016-11-15 03:11 UTC, Coleman Kane
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Coleman Kane 2016-11-15 03:11:52 UTC
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!
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-11-15 09:50:33 UTC
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
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-11-15 09:51:35 UTC
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
Comment 3 Dmitry Sivachenko freebsd_committer freebsd_triage 2016-11-15 09:53:37 UTC
Patch committed, thanks!