> Merge upstream changes from the master branch into the bsd-port branch. > > This work is sponsored by The FreeBSD Foundation.
Harald Eilertsen has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains four commits: - Merge remote-tracking branch 'upstream-bsd-port/master' into bsd-port - Add BSD to autoconf scrips This basically allows configure to complete and set up a configuration suitable for building the BSD port for supported platforms (FreeBSD, OpenBSD and NetBSD.) The flag _BSDONLY_SOURCE is defined for all the BSD's except for Apple MacOS, while the existing _ALLBSD_SOURCE includes Apple MacOS. For the BSD's we set the OPENJDK_TARGET_OS_ENV variable to distinct values reflecting the BSD variant being built. This is used to distinguish build flags, library locations and what libraries and modules to include for the various builds. As an example, FreeBSD includes the ALSA library, and should build the Serviceability Agent, while the other BSD's do not. This work was sponsored by: The FreeBSD Foundation Co-authored-by: Greg Lewis <[email protected]> Co-authored-by: Kurt Miller <[email protected]> Reviewed-by: erikj, kurt, stuefe - Merge openjdk/bsd-port:master - Initial .jcheck/conf file for bsd-port ------------- Changes: https://git.openjdk.org/bsd-port/pull/5/files Webrev: https://webrevs.openjdk.org/?repo=bsd-port&pr=5&range=01 Stats: 98 lines in 11 files changed: 63 ins; 18 del; 17 mod Patch: https://git.openjdk.org/bsd-port/pull/5.diff Fetch: git fetch https://git.openjdk.org/bsd-port.git pull/5/head:pull/5 PR: https://git.openjdk.org/bsd-port/pull/5
