Port details |
- bootstrap-openjdk Oracle\'s Java 6 virtual machine release under the GPL v2
- r351880_1 java
=7 r351880_1Version of this port present on the latest quarterly branch.
- DEPRECATED: superseded by java/bootstrap-openjdk[68]
This port expired on: 2017-11-30
- Maintainer: jkim@FreeBSD.org
- Port Added: 2012-10-12 01:16:41
- Last Update: 2017-12-01 12:23:21
- SVN Revision: 455282
- People watching this port, also watch:: pkg, sqlite3, glib, bash, gmake
- Also Listed In: devel
- License: GPLv2
- WWW:
- http://openjdk.java.net/
- Description:
- OpenJDK is an open-source implementation of the Java Platform, Standard Edition.
Much of the OpenJDK code is licensed under the GPL version 2 with the
Classpath exception. The Java Hotspot virtual machine source code is
licensed under the GPL version 2 only.
WWW: http://openjdk.java.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bootstrap-openjdk>0:java/bootstrap-openjdk
- No installation instructions:
- This port has been deleted.
- PKGNAME: bootstrap-openjdk
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 armv6 i386 powerpc64
- distinfo:
- SHA256 (openjdk6-amd64-r351880.tar.xz) = 1e94f633fbf627aefdacb22b0a8509f1711a7aee00b522276cd0696775481c33
SIZE (openjdk6-amd64-r351880.tar.xz) = 22627688
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:
-
- java-zoneinfo>0 : java/java-zoneinfo
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- tar:xz
- pkg-message:
- ======================================================================
WARNING: This port only exists for bootstrapping java/openjdk[67].
You are advised to remove this port as soon as a stable JDK is built.
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 |
r351880_1 01 Dec 2017 12:23:21 |
rene |
Remove expired ports:
2017-11-30 www/p5-Yahoo-Lifestyle: This service has been shut down
2017-11-30 games/linux-rtcw: Use the native and open source games/iortcw instead
2017-11-30 java/bootstrap-openjdk: superseded by java/bootstrap-openjdk[68]
2017-11-30 lang/gcc46: Unsupported by upstream. Use GCC 6 or newer instead. |
r351880_1 28 Sep 2017 21:03:43 |
jkim |
Set DEPRECATED and EXPIRATION_DATE.
Use java/bootstrap-openjdk6 to bootstrap java/openjdk6 and java/openjdk7 and
use java/bootstrap-openjdk8 to bootstrap java/openjdk8. |
r351880_1 26 Jun 2017 22:20:20 |
linimon |
Scrub mention of armv6hf from ARCHS. It was never in a released version.
While here, sort ARCHS and pet portlint.
Reviewed by: imp
Approved by: portmgr (tier-2 blanket) |
r351880_1 13 May 2017 23:21:37 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
r351880_1 18 Jan 2017 13:20:32 |
tijl |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
r351880_1 02 Jan 2017 23:04:41 |
glewis |
. Add support for powerpc64.
PR: 215417
Submitted by: Curtis Hamilton
Approved by: Maintainer timeout |
r351880_1 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
r351880_1 15 Oct 2015 18:01:54 |
jkim |
Add support for armv6hf. Tested on Raspberry Pi 2 Model B. |
r351880_1 18 Sep 2015 15:47:07 |
sbruno |
Add support for armv6
PR: 201307
Submitted by: rpaulo
Reviewed by: glewis |
r351880_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
r351880_1 21 Apr 2015 23:37:21 |
bapt |
the boostrap bundle libs, do not expose them to the pkg(8) solver |
r351880 24 Jan 2015 15:07:40 |
antoine |
Switch some dependencies from a directory name or a file generated by
pkg-install
to a package name, as the former can't be attributed to a package |
r351880 14 Nov 2014 11:30:42 |
antoine |
Cleanup plist |
r351880 02 Jul 2014 18:18:37 |
sbruno |
Correct typo declaring ONLY_FOR_ARCHS
PR: 191565
Reviewed by: bdrewery |
r351880 23 Apr 2014 03:25:08 |
jkim |
- Update to r351880.
- Bundle libfreetype.so.6. |
r348097 14 Mar 2014 17:15:17 |
jkim |
Use USES=tar:xz. |
r348097 13 Mar 2014 21:26:10 |
jkim |
Update to r348097. |
r347418 10 Mar 2014 18:16:44 |
jkim |
- Update to r347418.
- Re-enable mixed mode by default. Now we know it is not our problem.
- Do not build with system zlib and include libstdc++.so.6 in the distfile
to avoid misc/compat8x dependency. |
r333271 11 Nov 2013 18:51:17 |
jkim |
Update to r333271. |
r330538 21 Oct 2013 21:27:59 |
jkim |
- Update to r330538.
- Turn off mixed mode for HotSpot (i. e., JIT compiler) by default for
extreme safety. Although it may be too conservative and/or slow, it is okay
because it is not useful for anything but bootstrapping OpenJDK itself. In
fact, it does not seem stable within jails (e. g., QAT) for unknown reasons.
- Revert r330422. Now it is obsolete by r330500. |
r330107 15 Oct 2013 18:15:22 |
jkim |
Chase misc/compat8x change. libstdc++.so.6 is now available from compat9x. |
r330107 13 Oct 2013 06:17:15 |
jkim |
Update to r330107 (OpenJDK6 b28). |
r316538 26 Sep 2013 00:49:50 |
jkim |
Tidy up staging support. |
r316538 25 Sep 2013 23:43:07 |
jkim |
Add support for staging. |
r316538 20 Sep 2013 19:48:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
r316538 26 Apr 2013 20:25:39 |
jkim |
Update to r316538 and drop support for 7.x. |
r306764 01 Nov 2012 17:25:59 |
jkim |
- Update to r306764.
- Generate distfiles directly from pkg-plist. This list was compiled from
running "ktrace -i -tn make" on openjdk6 and openjdk7 ports.
- Re-add jre/bin/java to work around a bug in openjdk7 build infrastructure.
It is not really necessary but langtools fails to build without it because
langtools/make/tools/GenStubs/GenStubs.java executes it based on java.home
property, which points to jre subdirectory. Note this problem only exists
on recent jdk7 langtools and jdk6 and jdk8 are not affected.
Feature safe: yes |
r306294_1 25 Oct 2012 22:21:54 |
jkim |
Register javavmwrapper as dependency. It is not strictly necessary but it
should unbreak tinderbox build for openjdk6 and openjdk6-jre.
Feature safe: yes |
r306294 24 Oct 2012 19:57:18 |
jkim |
- Update to r306294.
- Trim more files to simplify maintenance.
Feature safe: yes |
r305682 12 Oct 2012 06:41:52 |
jkim |
Fix pkg-plist for i386.
Feature safe: yes |
r305682 12 Oct 2012 00:42:31 |
jkim |
Add a port to self-bootstrap OpenJDK6. Note the initial distfiles were
bootstrapped with pre-built openjdk6 packages from FreeBSD build clusters
on clean 7.4-RELEASE installation, and the ports tree was checked out at
r305682.
Feature safe: yes |