head 1.2; access; symbols pkgsrc-2021Q2:1.1.0.16 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.14 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.12 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.10 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.8 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.4 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.6 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.2 pkgsrc-2019Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2021.06.27.14.54.41; author tnn; state dead; branches; next 1.1; commitid qar5HMaFpJwouMYC; 1.1 date 2019.07.25.12.00.08; author tnn; state Exp; branches; next ; commitid TooWuVizeFvv7qwB; desc @@ 1.2 log @openjdk8: update to 1.8.292 Updated BSD port of JDK 8 Additional features include: Native HotSpot support for aarch64 (not enabled yet in pkgsrc) @ text @$NetBSD: patch-jdk_make_gensrc_GensrcMisc.gmk,v 1.1 2019/07/25 12:00:08 tnn Exp $ Use compiler to link executable, otherwise libc and crt will be absent. --- jdk/make/gensrc/GensrcMisc.gmk.orig 2019-07-18 21:55:16.000000000 +0000 +++ jdk/make/gensrc/GensrcMisc.gmk @@@@ -76,7 +76,7 @@@@ $(eval $(call SetupNativeCompilation,BUI INCLUDE_FILES := $(GENSRC_SOR_SRC_FILE), \ LANG := C, \ CC := $(BUILD_CC), \ - LDEXE := $(BUILD_LD), \ + LDEXE := $(BUILD_CC), \ OBJECT_DIR := $(GENSRC_SOR_BIN), \ OUTPUT_DIR := $(GENSRC_SOR_BIN), \ PROGRAM := genSocketOptionRegistry)) @ 1.1 log @openjdk8: switch upstream to the openjdk BSD community effort at github This repo is a continuation of the bsd-port tree, still maintained by the FreeBSD ports java people. It is forked from (and merges regularly from) AdoptOpenJDK. They accept patches for other BSDs, so we should see if we have anything in our tree worth contributing. As a side effect, this changes updates openjdk8 to u222. @ text @d1 1 a1 1 $NetBSD$ @