summaryrefslogtreecommitdiff
path: root/java/openjdk11/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2020-07-12 02:13:27 +0000
committerGreg Lewis <glewis@FreeBSD.org>2020-07-12 02:13:27 +0000
commit0e8769531d7ccc8c8a1ab30b31b1d53b4db538ca (patch)
treea06f72c509833acc8a2d76ddf16eac7c57f044c0 /java/openjdk11/Makefile
parent- Update to 3.0.3 (diff)
More accurate vendor information
PR: 244634
Notes
Notes: svn path=/head/; revision=542063
Diffstat (limited to 'java/openjdk11/Makefile')
-rw-r--r--java/openjdk11/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/java/openjdk11/Makefile b/java/openjdk11/Makefile
index 05d7525e1813..889e93a165fb 100644
--- a/java/openjdk11/Makefile
+++ b/java/openjdk11/Makefile
@@ -61,6 +61,8 @@ JDK_PATCH_VERSION= 7
JDK_BUILD_NUMBER= 10
BSD_JDK_VERSION= 2
+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_ENV= CC=${CC} \
CXX=${CXX} \
@@ -88,7 +90,11 @@ CONFIGURE_ARGS= --with-boot-jdk=${BOOTSTRAPJDKDIR} \
--with-cacerts-file=${FILESDIR}/cacerts \
--with-version-string=${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} \
--with-native-debug-symbols=none \
- --with-debug-level=release
+ --with-debug-level=release \
+ --with-vendor-name="OpenJDK BSD Porting Team" \
+ --with-vendor-url="https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/" \
+ --with-vendor-bug-url="${JDK_BUG_URL}" \
+ --with-vendor-vm-bug-url="${JDK_BUG_URL}"
JAVAVMS_COMMENT= OpenJDK${JDK_MAJOR_VERSION}