Port details |
- openjdk8-jre Java Runtime Environment 8
- 8.422.05.1_2 java =8 8.282.08.1Version of this port present on the latest quarterly branch.
- Maintainer: java@FreeBSD.org
- Port Added: 2014-05-02 18:00:54
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- People watching this port, also watch:: poudriere, openjdk8, pkg, nginx, sudo
- 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:
-
- openjdk8-jre>0:java/openjdk8-jre
- To install the port:
- cd /usr/ports/java/openjdk8-jre/ && make install clean
- To add the package, run one of these commands:
- pkg install java/openjdk8-jre
- pkg install openjdk8-jre
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: openjdk8-jre
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1722106193
SHA256 (jtreg4.1-b08.tar.gz) = a9fbfac903313c12687e60978c4688c20189cdf873560125917d6ad53d55b30c
SIZE (jtreg4.1-b08.tar.gz) = 6834252
Packages (timestamps in pop-ups are UTC):
- Master port: java/openjdk8
- 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
- cups.h : print/cups
- bash : shells/bash
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- javac : java/bootstrap-openjdk8
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xi.pc : x11/libXi
- xrender.pc : x11/libXrender
- xt.pc : x11-toolkits/libXt
- xtst.pc : x11/libXtst
- Runtime dependencies:
-
- javavm : java/javavmwrapper
- dejavu>0 : x11-fonts/dejavu
- java-zoneinfo>0 : java/java-zoneinfo
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xi.pc : x11/libXi
- xrender.pc : x11/libXrender
- xt.pc : x11-toolkits/libXt
- xtst.pc : x11/libXtst
- Library dependencies:
-
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libinotify.so : devel/libinotify
- libasound.so : audio/alsa-lib
- libgif.so : graphics/giflib
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for openjdk8-jre-8.422.05.1_2:
ALSA=on: ALSA audio architecture support
FONTCONFIG=off: X11 font configuration support
POLICY=on: Install the Unlimited Strength Policy Files
TZUPDATE=on: Update the time zone data
X11=on: X11 (graphics) support
===> Use 'make config' to modify these settings
- Options name:
- java_openjdk8-jre
- USES:
- compiler:features cpe gmake iconv 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) |
This is a slave port. You may also want to view the commits to the master port: java/openjdk8 |
Commit | Credits | Log message |
8.282.08.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
8.282.08.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
8.25.17 09 Nov 2014 05:23:32 |
glewis |
. Update to 8u25. |
8.11.12_5 30 Oct 2014 16:30:37 |
jkim |
Merge Linux-specific changes to BSD patches. Most importantly, this change
corrects 'os.arch' property for i386 to fix regressions.
PR: 194419 |
8.5.13_4 27 Jun 2014 18:41:19 |
jkim |
Implement current and signal methods for sun.nio.ch.NativeThread. Note this
fixes a test case in the following Apache Solr bug report.
https://issues.apache.org/jira/browse/SOLR-6204
Reported by: Dawid Weiss <dawid.weiss@gmail.com> |
8.5.13_3 21 May 2014 20:06:17 |
jkim |
Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be used
to print a generated PostScript file. When lpd(8) is used, lpr(1) from base
must be used. Also, status command for lpc(8) requires a printer name. If
no argument is specified, i.e., "/usr/sbin/lpc status", then it displays the
command usage, i.e., "usage: status {all | printer ...}". Unfortunately,
"usage" is interpreted as a printer name because ":" is included. Add "all"
and adjust an expression for grep(1). |
8.5.13_2 17 May 2014 06:14:59 |
jkim |
Always link libjli statically. When launchers are symlinked, it may not be
able to find libjli.so from RPATH because argv[0] points to the symlink.
Note it seems Linux does not have the problem when /proc/self/exe exists.
If it does not exist, it also fails to find libjli.so. Clean up patches
while I am here. |
8.5.13_1 15 May 2014 23:53:57 |
jkim |
Add support for java/icedtea-web. Clean up some patches while I am here. |
8.5.13 02 May 2014 18:05:45 |
jkim |
Add a separate comment for the package. |
8.5.13 02 May 2014 18:00:50 |
jkim |
Add a slave port to create JRE-only package for java/openjdk8. |