FreeBSD Bugzilla – Attachment 138903 Details for
Bug 185015
[PATCH] java/openjdk7: unlimited strength policy option not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.08 KB, created by
Phil Phillips
on 2013-12-20 05:00:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Phil Phillips
Created:
2013-12-20 05:00:00 UTC
Size:
1.08 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 336970) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= openjdk > PORTVERSION= ${JDK_MAJOR_VERSION}.${PORT_MINOR_VERSION}.${PORT_BUILD_NUMBER} >+PORTREVISION= 1 > CATEGORIES= java devel > MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}u${JDK_MINOR_VERSION}/promoted/b${JDK_BUILD_NUMBER}/ \ > http://download.java.net/jaxp/1.4.5/:jaxp \ >@@ -110,6 +111,10 @@ > MAKE_ENV+= ALT_OBJCOPY="/nonexistent" > .endif > >+.if ${PORT_OPTIONS:MPOLICY} >+MAKE_ENV+= UNLIMITED_CRYPTO=1 >+.endif >+ > .if ${PORT_OPTIONS:MTZUPDATE} > RUN_DEPENDS+= ${LOCALBASE}/share/java/zi:${PORTSDIR}/java/java-zoneinfo > .endif >@@ -135,10 +140,6 @@ > post-patch: > @${REINPLACE_CMD} "s|%%LOCALBASE%%|${LOCALBASE}|" \ > ${WRKSRC}/hotspot/src/os/bsd/vm/os_bsd.cpp >-.if ${PORT_OPTIONS:MPOLICY} >- @${REINPLACE_CMD} 's|build-policy install-limited|build-policy install-unlimited|' \ >- ${WRKSRC}/jdk/make/javax/crypto/Makefile >-.endif > .if empty(ICONV_LIB) > @${REINPLACE_CMD} 's| -liconv||' \ > ${WRKSRC}/Makefile \
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
Actions:
View
|
Diff
Attachments on
bug 185015
: 138903