notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2024Q4
openjdk8 Java Development Kit 8
8.422.05.1_2 java on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 8.422.05.1_2Version of this port present on the latest quarterly branch.
Maintainer: java@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-10-12 11:15:08
Last Update: 2024-10-12 11:12:37
Commit Hash: 23aba72
Also Listed In: devel
License: GPLv2
WWW:
https://openjdk.java.net/
Description:
An open-source implementation of the Java Platform, Standard Edition,
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/openjdk8-8.422.05.1_2/catalog.mk
  2. /usr/local/share/licenses/openjdk8-8.422.05.1_2/LICENSE
  3. /usr/local/share/licenses/openjdk8-8.422.05.1_2/GPLv2
Collapse this list.
Dependency lines:
  • openjdk8>0:java/openjdk8
To install the port:
cd /usr/ports/java/openjdk8/ && make install clean
To add the package, run one of these commands:
  • pkg install java/openjdk8
  • pkg install openjdk8
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: openjdk8
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

Expand this list (2 items)

Collapse this list.

SHA256 (battleblow-jdk8u-8.422.05.1-jdk8u422-b05.1_GH0.tar.gz) = 6a3f123d8a2ca827fdfd9188dc2530808b02f0721a0a3ba60db3f0ac657187b3 SIZE (battleblow-jdk8u-8.422.05.1-jdk8u422-b05.1_GH0.tar.gz) = 93628616

Collapse this list.


Packages (timestamps in pop-ups are UTC):
openjdk8
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest8.422.05.1_28.432.06.1-8.422.05.1_28.432.06.1---
FreeBSD:13:quarterly8.422.05.1_28.422.05.1_28.372.07.1_18.422.05.1_28.422.05.1_2-8.392.08.1_18.392.08.1_1
FreeBSD:14:latest8.422.05.1_28.432.06.18.352.08.1_18.422.05.1_28.432.06.1--8.372.07.1_1
FreeBSD:14:quarterly8.422.05.1_28.422.05.1_2-8.422.05.1_28.422.05.1_2-8.392.08.1_18.392.08.1_1
FreeBSD:15:latest8.432.06.18.432.06.1n/a8.432.06.1n/a-8.392.08.1_18.402.06.1_1
Slave ports:
  1. java/openjdk8-jre
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. zip : archivers/zip
  2. autoconf>0 : devel/autoconf
  3. cups.h : print/cups
  4. bash : shells/bash
  5. gmake>=4.4.1 : devel/gmake
  6. pkgconf>=1.3.0_1 : devel/pkgconf
  7. javac : java/bootstrap-openjdk8
  8. x11.pc : x11/libX11
  9. xext.pc : x11/libXext
  10. xi.pc : x11/libXi
  11. xrender.pc : x11/libXrender
  12. xt.pc : x11-toolkits/libXt
  13. xtst.pc : x11/libXtst
Runtime dependencies:
  1. javavm : java/javavmwrapper
  2. dejavu>0 : x11-fonts/dejavu
  3. java-zoneinfo>0 : java/java-zoneinfo
  4. x11.pc : x11/libX11
  5. xext.pc : x11/libXext
  6. xi.pc : x11/libXi
  7. xrender.pc : x11/libXrender
  8. xt.pc : x11-toolkits/libXt
  9. xtst.pc : x11/libXtst
Library dependencies:
  1. libfontconfig.so : x11-fonts/fontconfig
  2. libfreetype.so : print/freetype2
  3. libinotify.so : devel/libinotify
  4. libasound.so : audio/alsa-lib
  5. libgif.so : graphics/giflib
This port is required by:
for Build
  1. devel/spark
  2. editors/openoffice-4
  3. editors/openoffice-devel
for Run
  1. devel/spark
  2. editors/openoffice-4
  3. editors/openoffice-devel
  4. www/tomcat9

Configuration Options:
===> The following configuration options are available for openjdk8-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 TEST=off: Run regression tests TZUPDATE=on: Update the time zone data X11=on: X11 (graphics) support ====> Select OpenJDK build type: you have to select exactly one of them DEBUG=off: Build for debugging (without optimizations) DEBUGFAST=off: Build for debugging (with optimizations) RELEASE=on: Build for release (default) ===> Use 'make config' to modify these settings
Options name:
java_openjdk8
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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/battleblow/jdk8u/tar.gz/jdk8u422-b05.1?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
8.422.05.1_2
12 Oct 2024 11:12:37
commit hash: 23aba7204c39589899e397b166f170b27653f042commit hash: 23aba7204c39589899e397b166f170b27653f042commit hash: 23aba7204c39589899e397b166f170b27653f042commit hash: 23aba7204c39589899e397b166f170b27653f042 files touched by this commit
Ronald Klop (ronald) search for other commits by this committer
Author: Mikael Urankar
java/openjdk8: fix build on 32 bit arm

Fixes:
In file included from
/wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u422-b05.1/hotspot/src/os/bsd/vm/os_perf_bsd.cpp:61:
In file included from /usr/include/sys/user.h:51:
In file included from /usr/include/vm/pmap.h:88:
In file included from /usr/include/machine/pmap.h:48:
In file included from /usr/include/sys/systm.h:46:
/usr/include/machine/cpufunc.h:184:1: error: static declaration of 'breakpoint'
follows non-static declaration
  184 | breakpoint(void)
      | ^
/wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u422-b05.1/hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp:224:17:
note: previous declaration is here
  224 | extern "C" void breakpoint();
      |                 ^

- bumped portrevision to easily spot if future bug reports are about this
change.

PR:	281991
Approved by:	early maintainer timeout java@ (the build is broken and the patch
does not affect other architectures)
Obtained from:	Mikael Urankar <mikael@> via Attachment 254105 in bug #255662

(cherry picked from commit e13c81137266603a6a0700810b6bad419f9d98c8)

Number of commits found: 1