FreeBSD Bugzilla – Attachment 212193 Details for
Bug 244634
java/openjdk8: Incorrect VM vendor advertised
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against /usr/ports
openjdk8-vendor.patch (text/plain), 1.45 KB, created by
Michael Osipov
on 2020-03-06 16:36:17 UTC
(
hide
)
Description:
Patch against /usr/ports
Filename:
MIME Type:
Creator:
Michael Osipov
Created:
2020-03-06 16:36:17 UTC
Size:
1.45 KB
patch
obsolete
>Index: java/openjdk8/Makefile >=================================================================== >--- java/openjdk8/Makefile (Revision 527748) >+++ java/openjdk8/Makefile (Arbeitskopie) >@@ -56,6 +56,7 @@ > BSD_JDK_VERSION= 1 > JTREG_VERSION= 4.1 > JTREG_BUILD_NUMBER= b08 >+JDK_BUG_URL= https://bugs.freebsd.org/bugzilla/enter_bug.cgi?product=Ports%20%26%20Packages&component=Individual%20Port(s)&short_desc=java/${PORTNAME}${JDK_MAJOR_VERSION}%3A%20 > > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-boot-jdk=${BOOTSTRAPJDKDIR} >@@ -63,6 +64,10 @@ > .if ${JDK_UPDATE_VERSION} > 0 > CONFIGURE_ARGS+= --with-update-version=${JDK_UPDATE_VERSION} > .endif >+CONFIGURE_ARGS+= --with-vendor-name="The FreeBSD Project" \ >+ --with-vendor-url="https://www.freebsd.org/" \ >+ --with-vendor-bug-url="${JDK_BUG_URL}" \ >+ --with-vendor-vm-bug-url="${JDK_BUG_URL}" > .if defined(NO_CCACHE) > CONFIGURE_ARGS+= --disable-ccache > .endif >Index: java/openjdk8/files/cacerts >=================================================================== >Kann nicht anzeigen: Dateityp ist als binär angegeben. >svn:mime-type = application/x-java-keystore > >Property changes on: java/openjdk8/files/cacerts >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-application/x-java-keystore >\ No newline at end of property >Added: svn:special >## -0,0 +1 ## >+* >\ No newline at end of property
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 244634
: 212193