git: 9736510e4fd1 - main - java/openjdk7: Add CPE information
Bernhard Froehlich
decke at FreeBSD.org
Sat Sep 11 11:57:16 UTC 2021
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9736510e4fd11794b2085b900ced7fd7e63bee2d
commit 9736510e4fd11794b2085b900ced7fd7e63bee2d
Author: Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-11 11:29:22 +0000
Commit: Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-11 11:29:22 +0000
java/openjdk7: Add CPE information
Approved by: portmgr (blanket)
---
java/openjdk7/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/java/openjdk7/Makefile b/java/openjdk7/Makefile
index 302e5abdb057..0221d596a0ef 100644
--- a/java/openjdk7/Makefile
+++ b/java/openjdk7/Makefile
@@ -15,12 +15,14 @@ LICENSE= GPLv2
BROKEN_FreeBSD_13= does not link: duplicate symbol: fp_g_free
BROKEN_FreeBSD_14= does not link: duplicate symbol: fp_g_free
+CPE_VENDOR= oracle
+
USE_GITHUB= yes
GH_ACCOUNT= battleblow
GH_PROJECT= jdk7u
GH_TAGNAME= jdk${JDK_MAJOR_VERSION}u${JDK_UPDATE_VERSION}-b${JDK_BUILD_NUMBER}.${BSD_JDK_VERSION}
-USES= compiler dos2unix iconv gmake
+USES= compiler cpe dos2unix iconv gmake
# Even when not building with X11 support, openjdk7 requires Xrender, X11, and
# Xt headers.
X11_BUILD_DEPENDS_OFF+= ${LOCALBASE}/libdata/pkgconfig/x11.pc:x11/libX11
More information about the dev-commits-ports-all
mailing list