Bug 222750 - java/openjdk8: Alsa change broke -jre port
Summary: java/openjdk8: Alsa change broke -jre port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jung-uk Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-03 09:34 UTC by Daniel Ylitalo
Modified: 2017-10-03 18:19 UTC (History)
1 user (show)

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


Attachments
Fixes jre build (862 bytes, patch)
2017-10-03 09:34 UTC, Daniel Ylitalo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Ylitalo 2017-10-03 09:34:12 UTC
Created attachment 186879 [details]
Fixes jre build

In r444448 the -jre port broke because the ALSA changes was put in a ifstatement that excluded the jre port.

Provided patch makes openjdk8-jre build agian.
Comment 1 Jung-uk Kim freebsd_committer freebsd_triage 2017-10-03 17:58:13 UTC
I'll take it.
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-10-03 18:13:28 UTC
A commit references this bug:

Author: jkim
Date: Tue Oct  3 18:13:18 UTC 2017
New revision: 451162
URL: https://svnweb.freebsd.org/changeset/ports/451162

Log:
  Fix java/openjdk8-jre build after r444448.

  PR:		222750

Changes:
  head/java/openjdk8/Makefile
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-10-03 18:18:34 UTC
A commit references this bug:

Author: jkim
Date: Tue Oct  3 18:17:42 UTC 2017
New revision: 451163
URL: https://svnweb.freebsd.org/changeset/ports/451163

Log:
  MFH:	r451162

  Fix java/openjdk8-jre build after r444448.

  PR:		222750
  Approved by:	ports-secteam (blanket)

Changes:
_U  branches/2017Q4/
  branches/2017Q4/java/openjdk8/Makefile
Comment 4 Jung-uk Kim freebsd_committer freebsd_triage 2017-10-03 18:19:54 UTC
Committed (with minor changes), thanks!