Bug 221897 - [patch] adapt java/bootstrap-openjdk to new 'armv7' architecture
Summary: [patch] adapt java/bootstrap-openjdk to new 'armv7' architecture
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Jung-uk Kim
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-08-29 12:12 UTC by Mark Linimon
Modified: 2017-09-28 20:33 UTC (History)
0 users

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


Attachments
patch to java/bootstrap-openjdk (1.08 KB, patch)
2017-08-29 12:12 UTC, Mark Linimon
no flags Details | Diff
corrected patch to java/bootstrap-openjdk (1.08 KB, patch)
2017-08-29 21:13 UTC, Mark Linimon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Linimon freebsd_committer freebsd_triage 2017-08-29 12:12:54 UTC
Created attachment 185865 [details]
patch to java/bootstrap-openjdk

The src tree is splitting 32-bit arm support into 'armv6' and the new 'armv7'.  This patch adds armv7 support.  It should provide no regression on any existing architecture.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2017-08-29 21:13:03 UTC
Created attachment 185894 [details]
corrected patch to java/bootstrap-openjdk
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-09-28 20:13:02 UTC
A commit references this bug:

Author: jkim
Date: Thu Sep 28 20:12:52 UTC 2017
New revision: 450868
URL: https://svnweb.freebsd.org/changeset/ports/450868

Log:
  Add bootstrap JDK for OpenJDK8.

  PR:		210283
  PR:		221897
  PR:		222460

Changes:
  head/java/Makefile
  head/java/bootstrap-openjdk8/
  head/java/bootstrap-openjdk8/Makefile
  head/java/bootstrap-openjdk8/Makefile.update
  head/java/bootstrap-openjdk8/distinfo.amd64
  head/java/bootstrap-openjdk8/distinfo.arm
  head/java/bootstrap-openjdk8/distinfo.i386
  head/java/bootstrap-openjdk8/distinfo.powerpc64
  head/java/bootstrap-openjdk8/pkg-message
  head/java/bootstrap-openjdk8/pkg-plist
  head/java/bootstrap-openjdk8/pkg-plist.arm
Comment 3 Jung-uk Kim freebsd_committer freebsd_triage 2017-09-28 20:33:04 UTC
This PR should be fixed by newly added java/bootstrap-openjdk8.  Thanks!