FreeBSD Bugzilla – Attachment 178104 Details for
Bug 215417
Add powerpc64 support to java/bootstrap-openjdk
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to add powerpc64 support
bootstrap-openjdk.diff (text/plain), 1.74 KB, created by
Greg Lewis
on 2016-12-19 14:27:10 UTC
(
hide
)
Description:
Patch to add powerpc64 support
Filename:
MIME Type:
Creator:
Greg Lewis
Created:
2016-12-19 14:27:10 UTC
Size:
1.74 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 428772) >+++ Makefile (working copy) >@@ -4,12 +4,12 @@ > PORTVERSION= ${DISTVERSION_${JDK_ARCH}} > PORTREVISION= 1 > CATEGORIES= java devel >-MASTER_SITES= LOCAL/jkim >+MASTER_SITES= ${JDK_MASTER_SITES} > PKGNAMEPREFIX= bootstrap- > DISTNAME= ${JDK_PORT}-${JDK_ARCH}-${PORTVERSION} > > MAINTAINER= jkim@FreeBSD.org >-COMMENT= Oracle's Java 6 virtual machine release under the GPL v2 >+COMMENT= Oracle\'s Java 6 virtual machine release under the GPL v2 > > LICENSE= GPLv2 > >@@ -16,12 +16,13 @@ > RUN_DEPENDS= java-zoneinfo>0:java/java-zoneinfo > BUNDLE_LIBS= yes > >-ONLY_FOR_ARCHS= amd64 armv6 armv6hf i386 >+ONLY_FOR_ARCHS= amd64 armv6 armv6hf i386 powerpc64 > > DISTINFO_FILE= ${.CURDIR}/distinfo.${JDK_ARCH} > DISTVERSION_amd64= r351880 > DISTVERSION_arm= r378760 > DISTVERSION_i386= r351880 >+DISTVERSION_powerpc64= r407937 > > JDK_ARCH= ${ARCH:C/armv6.*/arm/} > JDK_NAME= openjdk >@@ -43,6 +44,8 @@ > > .include <bsd.port.pre.mk> > >+JDK_MASTER_SITES= LOCAL/jkim >+ > .if ${ARCH:Marmv6*} > JDK_PORT= openjdk7 > .else >@@ -55,6 +58,12 @@ > PLIST_SUB+= CLIENTVM="@comment " > .endif > >+.if ${ARCH} == "powerpc64" >+JDK_PORT= openjdk7 >+JDK_NAME= openjdk >+JDK_MASTER_SITES= LOCAL/glewis/bootstrap-openjdk >+.endif >+ > do-install: > @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${INSTALLDIR} "${EXCLUDE_EXP}" > @cd ${WRKSRC} && ${COPYTREE_BIN} "bin jre/bin" ${INSTALLDIR} >Index: distinfo.powerpc64 >=================================================================== >--- distinfo.powerpc64 (nonexistent) >+++ distinfo.powerpc64 (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (openjdk7-powerpc64-r407937.tar.xz) = e0d547f1ed83738fd30bd8382603dbd076b329cd232588e159c4e7c6f728c4fd >+SIZE (openjdk7-powerpc64-r407937.tar.xz) = 32765212
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
glewis
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 215417
: 178104