Port details |
- linux-oracle-jre18 Oracle Java 8 Runtime Environment for Linux
- 8.241 java =2 8.241Version of this port present on the latest quarterly branch.
- IGNORE: You must manually fetch the J2SE RE download for the Linux platform (jre-8u241-linux-x64.tar.gz) from http://www.oracle.com/technetwork/java/javase/downloads/index.html, place it in /usr/ports/distfiles and then run make again
- Maintainer: java@FreeBSD.org
- Port Added: 2014-04-01 01:08:33
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: jre
- WWW:
- https://www.oracle.com/java/
- Description:
- The Oracle Java 8 Runtime Environment for Linux.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- linux-oracle-jre18>0:java/linux-oracle-jre18
- To install the port:
- cd /usr/ports/java/linux-oracle-jre18/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
- Ignore
- Package not available
Packages are normally not provided for ports that are marked as above.- To add the package, run one of these commands:
- pkg install java/linux-oracle-jre18
- pkg install linux-oracle-jre18
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: there is no package for this port: _LICENSE_RESTRICTED = delete-package delete-distfiles
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- TIMESTAMP = 1579242288
SHA256 (jre-8u241-linux-i586.tar.gz) = 53e353e97e1e5a04d19f7a5da451c3858fe2ac044c76d20137b263092efc1d93
SIZE (jre-8u241-linux-i586.tar.gz) = 87666306
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- javavm : java/javavmwrapper
- linux-c7-xorg-libs>=7.7_7 : x11/linux-c7-xorg-libs
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- java_linux-oracle-jre18
- USES:
- cpe linux shebangfix
- pkg-message:
- For install:
- Warning: This JRE may be unstable. You are advised to use the native
FreeBSD JDK 8, in ports/java/openjdk8.
This Java VM will attempt to obtain some system information by
accessing files in linux's procfs. You must install the Linux
emulation procfs filesystem for this to work correctly. The JVM
will exhibit various problems otherwise. This can be accomplished
by adding the following line to your /etc/fstab file:
linprocfs /compat/linux/proc linprocfs rw 0 0
and then, as root, executing the commands:
kldload linprocfs
mount /compat/linux/proc
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
8.241 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
8.241 20 Oct 2021 16:13:16 |
Stefan Eßer (se) |
java/linux-oracle-jre18: Add CPE information
Approved by: portmgr (blanket) |
8.241 06 May 2021 11:47:48 |
Mathieu Arnold (mat) |
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010 |
8.241 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
8.241 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
8.241 17 Jan 2020 06:44:16 |
glewis |
Update to 8u241
Security: https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14 |
8.231 16 Oct 2019 02:57:55 |
glewis |
Update to 8u231 |
8.221 13 Aug 2019 22:22:35 |
mat |
Convert to UCL & cleanup pkg-message (categories h-k) |
8.221 28 Jul 2019 21:28:15 |
glewis |
Update to 8u221 |
8.212 10 Jul 2019 14:40:02 |
tijl |
On amd64 adding DEFAULT_VERSIONS+=linux=c6 to /etc/make.conf made Linux
infrastructure ports (linux_base-c6 and linux-c6*) install i386 CentOS 6
packages. Using c6_64 instead of c6 made them install mixed amd64/i386
CentOS 6 packages and allowed Linux application ports to install amd64
binaries when available. The i386-only configuration was only useful for
users of x11/nvidia-driver* which didn't provide Linux amd64 emulation
until recently.
With x11/nvidia-driver* now supporting Linux amd64 there's no longer a
need for i386-only Linux on amd64. Let DEFAULT_VERSIONS+=linux=c6 make
Linux infrastructure ports install mixed amd64/i386 CentOS 6 packages,
like c6_64 before, and remove support for c6_64 as a value.
Replace LINUX_ARCH with ARCH everywhere because they are always the same
now. |
8.212 18 May 2019 09:01:37 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
8.212 20 Apr 2019 19:58:13 |
glewis |
. Update to 8u212. |
8.202 09 Feb 2019 23:58:19 |
glewis |
. Update to 8u202. |
8.192 27 Oct 2018 18:05:21 |
glewis |
. Update to 8u192. |
8.181 15 Sep 2018 20:14:24 |
glewis |
. Update to 8u181. |
8.172 27 May 2018 05:19:42 |
glewis |
Update to 8u172 |
8.162 05 Apr 2018 21:05:52 |
glewis |
. Tweak message. |
8.162 24 Feb 2018 00:55:48 |
glewis |
Respect the LINUX_ARCH setting
. Install either the i386 or amd64 version of the JDK, depending upon the
value of LINUX_ARCH.
. Add appropriate packing list conditionals to account for this. |
8.162 29 Jan 2018 22:26:53 |
jkim |
Update to 8u162.
http://www.oracle.com/technetwork/java/javase/8u162-relnotes-4021436.html
MFH: 2018Q1 |
8.152 22 Oct 2017 21:25:53 |
glewis |
. Update to 8u152. |
8.144 10 Aug 2017 16:40:55 |
jkim |
Update to 8u144.
MFH: 2017Q3 |
8.131 19 Apr 2017 04:58:09 |
glewis |
. Update to 8u131 |
8.121 28 Jan 2017 21:51:20 |
glewis |
. Update to 8u121. |
8.112 28 Jan 2017 21:51:02 |
glewis |
. Fix @javavm directive. |
8.112 20 Oct 2016 20:50:08 |
glewis |
. Update to 8u112. |
8.102 05 Sep 2016 19:23:42 |
tijl |
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework. (Only the first 15 lines of the commit message are shown above ) |
8.102 31 Jul 2016 12:43:53 |
bapt |
Use the new @javavm |
8.102 23 Jul 2016 17:18:31 |
glewis |
. Update to 8u102. |
8.92 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
8.92 23 Apr 2016 04:00:19 |
glewis |
. Update to 8u92 |
8.77 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
8.77 26 Mar 2016 20:13:08 |
glewis |
. Update to 8u77 |
8.74 11 Feb 2016 01:15:19 |
jkim |
Update to 8u74.
PR: 207076 |
8.72 25 Jan 2016 23:58:14 |
jkim |
Update to 8u72.
MFH: 2016Q1 |
8.66 24 Oct 2015 02:38:20 |
glewis |
. Update to 8u66. |
8.60 28 Aug 2015 03:18:48 |
glewis |
. Update to 8u60
PR: 202696
Submitted by: xmj@ |
8.51 15 Jul 2015 02:23:51 |
glewis |
. Update to 8u51. |
8.45 19 Apr 2015 18:21:20 |
glewis |
. Update to 8u45. |
8.40_1 24 Mar 2015 22:29:56 |
jkim |
Catch up with distfile changes. |
8.40 06 Mar 2015 03:20:02 |
glewis |
. Update to 8u40. |
8.31 24 Jan 2015 08:50:09 |
glewis |
. Udpate to 8u31. |
8.25 14 Nov 2014 15:38:28 |
antoine |
Cleanup plist |
8.25 01 Nov 2014 19:36:05 |
glewis |
. Update to 8u25. |
8.20 24 Aug 2014 05:44:04 |
glewis |
. Update to 8u20. |
8.11 16 Jul 2014 02:59:57 |
glewis |
. Update to 8u11. |
8.5 18 Apr 2014 22:48:46 |
jkim |
Reduce diff between Orcle/Sun Java ports and clean up. |
8.5 15 Apr 2014 22:17:02 |
jkim |
Update to 8u5. |
8.0 11 Apr 2014 17:34:34 |
jkim |
Replace hardcoding of "8" with ${JRE_VERSION}. |
8.0 10 Apr 2014 05:15:56 |
glewis |
. Replace hardcoding of "8" with ${JRE_VERSION} |
8.0 01 Apr 2014 01:08:12 |
jkim |
The Oracle Java 8 JDK/JRE for Linux.
WWW: http://www.oracle.com/us/technologies/java/index.html |