Port details |
- openjdk11 Java Development Kit 11
- 11.0.25+9.1 java =14 11.0.25+9.1Version of this port present on the latest quarterly branch.
- Maintainer: java@FreeBSD.org
- Port Added: 2019-03-13 15:10:41
- Last Update: 2024-12-17 14:11:59
- Commit Hash: 406bc6f
- People watching this port, also watch:: git, pkg, openjdk8, libxml2, curl
- Also Listed In: devel
- License: GPLv2
- WWW:
- https://openjdk.java.net/
- Description:
- An open-source implementation of the Java Platform, Standard Edition,
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- openjdk11>0:java/openjdk11
- To install the port:
- cd /usr/ports/java/openjdk11/ && make install clean
- To add the package, run one of these commands:
- pkg install java/openjdk11
- pkg install openjdk11
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: openjdk11
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1731345839
SHA256 (OpenPrinting-cups-v2.4.2_GH0.tar.gz) = 7095b2977bb728ded5566a5c802866062840d6541fd027836865949a407c3682
SIZE (OpenPrinting-cups-v2.4.2_GH0.tar.gz) = 8173207
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- java/openjdk11-jre
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- zip : archivers/zip
- autoconf>0 : devel/autoconf
- bash : shells/bash
- gsed : textproc/gsed
- cups.h : print/cups
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- javac : java/bootstrap-openjdk11
- gcc13 : lang/gcc13
- as : devel/binutils
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xi.pc : x11/libXi
- xrandr.pc : x11/libXrandr
- xrender.pc : x11/libXrender
- xt.pc : x11-toolkits/libXt
- xtst.pc : x11/libXtst
- Runtime dependencies:
-
- javavm : java/javavmwrapper
- xorg-fonts-truetype>0 : x11-fonts/xorg-fonts-truetype
- gcc13 : lang/gcc13
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xi.pc : x11/libXi
- xrandr.pc : x11/libXrandr
- xrender.pc : x11/libXrender
- xt.pc : x11-toolkits/libXt
- xtst.pc : x11/libXtst
- Library dependencies:
-
- libasound.so : audio/alsa-lib
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libgif.so : graphics/giflib
- liblcms2.so : graphics/lcms2
- libpng.so : graphics/png
- libjpeg.so : graphics/jpeg-turbo
- This port is required by:
- for Build
-
- biology/igv
- biology/jalview
- devel/RStudio
- devel/bazel
- devel/bazel5
- games/coronapoker
- java/openjfx14
- for Run
-
- astro/gpsprune
- astro/josm
- biology/igv
- biology/jalview
- cad/fidocadj
- databases/neo4j
- databases/puppetdb8
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for openjdk11-11.0.25+9.1:
CUPS=on: CUPS printing system support
===> Use 'make config' to modify these settings
- Options name:
- java_openjdk11
- USES:
- compiler:features cpe gmake iconv jpeg pkgconfig xorg
- pkg-message:
- For install:
- This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
procfs(5) mounted on /proc.
If you have not done it yet, please do the following:
mount -t fdescfs fdesc /dev/fd
mount -t procfs proc /proc
To make it permanent, you need the following lines in /etc/fstab:
fdesc /dev/fd fdescfs rw 0 0
proc /proc procfs rw 0 0
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
11.0.2.9.4 29 Mar 2019 01:05:26 |
glewis |
. Update to 11.0.2.9.4
. Sort LIB_DEPENDS and USE_XORG
. Add a dependency in alsa-lib now that sound is supported on FreeBSD.
. Don't disable dtrace now that it is supported on FreeBSD.
. Less intrusive iconv change. |
11.0.2.9.2_3 28 Mar 2019 23:19:00 |
jkim |
Refine r496923.
libinstrument.so and libjdwp.so do not need anything from $LOCALBASE but
libsplashscreen.so does. For example,
% cd /usr/local/openjdk11
% bin/java -jar demo/jfc/SwingSet2/SwingSet2.jar
ld-elf.so.1: /usr/local/openjdk11/lib/libsplashscreen.so: Undefined symbol
"libiconv_open"
PR: 236759 |
11.0.2.9.2_2 26 Mar 2019 20:48:04 |
glewis |
Fixes for include path, jshell, and process issues.
* Put MD specific include files (e.g. jni_md.h) in a subdirectory named
'freebsd' rather than 'bsd'. [1]
* Remove the necessity to always have /usr/local/include in the header
paths and linker paths. This allows jshell to use the system iconv.h
rather than the third party one and link correctly. [2]
* Fix getting process commands and arguments on FreeBSD.
* Bump PORTREVISION.
All fixes need forward porting to openjdk12.
PR: 236754 [1], 236759 [2]
Submitted by: Kurt Miller [2] |
11.0.2.9.2_1 21 Mar 2019 18:32:50 |
glewis |
. Fix permissions on jspawnhelper.
. Bump PORTREVISION. |
11.0.2.9.2 21 Mar 2019 17:22:39 |
glewis |
Support i386 |
11.0.2.9.2 20 Mar 2019 20:59:00 |
glewis |
Update to 11.0.2.9.2 |
11.0.2.9.1 16 Mar 2019 16:19:42 |
glewis |
Add pkgconfig to USES
Reported by: Jonathan Chen <jonc@chen.org.nz> |
11.0.2.9.1 15 Mar 2019 21:42:08 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
11.0.2.9.1 15 Mar 2019 06:02:17 |
glewis |
Add a port of OpenJDK 11 |
11.0.2.9.1 15 Mar 2019 05:56:35 |
glewis |
Removing openjdk11 temporarily to do a repo copy from openjdk8 first. |
11.0.2.9.1 13 Mar 2019 16:11:33 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
11.0.2.9.1 13 Mar 2019 15:10:07 |
glewis |
Add a port of OpenJDK 11 |