notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: java/openjdk11/Makefile
SVNWeb

Number of commits found: 80

Fri, 28 Jul 2023
[ 17:13 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:664a2fa1e56e670a356f54c94389bdb47d868f3f  commit hash:664a2fa1e56e670a356f54c94389bdb47d868f3f  commit hash:664a2fa1e56e670a356f54c94389bdb47d868f3f  664a2fa  (Only the first 10 of 502 ports in this commit are shown above. View all ports for this commit)
*/*: Bump jpeg-turbo users treewide

New major version 3.0.0
Sun, 23 Jul 2023
[ 06:57 Greg Lewis (glewis) search for other commits by this committer ]    commit hash:fbeb951105e504e4984df564ed16f1baf4088840  commit hash:fbeb951105e504e4984df564ed16f1baf4088840  commit hash:fbeb951105e504e4984df564ed16f1baf4088840  fbeb951 
java/openjdk11:  Update to 11.0.20
Sat, 29 Apr 2023
[ 17:27 Greg Lewis (glewis) search for other commits by this committer ]    commit hash:3cbb3b930236b5df4676138f734ecb6398adb8c6  commit hash:3cbb3b930236b5df4676138f734ecb6398adb8c6  commit hash:3cbb3b930236b5df4676138f734ecb6398adb8c6  3cbb3b9 
java/openjdk11: Update to 11.0.19
Sat, 15 Apr 2023
[ 04:27 Eugene Grosbein (eugen) search for other commits by this committer ]    commit hash:3f3975ef8c2692cc0aedf26becd3ee6d2754fb81  commit hash:3f3975ef8c2692cc0aedf26becd3ee6d2754fb81  commit hash:3f3975ef8c2692cc0aedf26becd3ee6d2754fb81  3f3975e 
java/openjdk11: add new CUPS port option

UniFi controller is headless Java application that requires
OpenJDK that depends on full CUPS port. In fact, the latter originally
required cups-client port only that was later removed and merged
to full cups port, so openjdk11 now requires full CUPS.

However, OpenJDK really needs only some header files out of CUPS distribution
and officially supports building --with-cups-include instead of --with-cups.

This change introduces new CUPS port option to java/openjdk11
that defaults to ON to preserve current behaviour.
With CUPS option turned OFF it skips build dependency on full cups:
instead, it downloads and extracts its distfile and
builds --with-cups-include pointing to extracted cups distfile.

Default build not affected, so PORTREVISION not changed.

PR:		264792
Approved by:	java (maintainer timeout, over 7 months)
Mon, 23 Jan 2023
[ 05:36 Greg Lewis (glewis) search for other commits by this committer ]    commit hash:cb5f8daf2259da9ad4a175ba00f8f5100592f2f0  commit hash:cb5f8daf2259da9ad4a175ba00f8f5100592f2f0  commit hash:cb5f8daf2259da9ad4a175ba00f8f5100592f2f0  cb5f8da 
java/openjdk11: Update to 11.0.18
Fri, 4 Nov 2022
[ 06:13 Greg Lewis (glewis) search for other commits by this committer ]    commit hash:34c45542f75c54c35a44be1c80f0ac3076da8bee  commit hash:34c45542f75c54c35a44be1c80f0ac3076da8bee  commit hash:34c45542f75c54c35a44be1c80f0ac3076da8bee  34c4554 
java/openjdk11:  Use the distributed cacerts

PR:		266723
Reported by:	Michael Osipov <michael.osipov@siemens.com>
Sat, 29 Oct 2022
[ 22:22 Greg Lewis (glewis) search for other commits by this committer ]    commit hash:b87e44e535f12b3491421aeb487576049f7386be  commit hash:b87e44e535f12b3491421aeb487576049f7386be  commit hash:b87e44e535f12b3491421aeb487576049f7386be  b87e44e 
java/openjdk11: Update to 11.0.17
Sun, 25 Sep 2022
[ 23:06 Greg Lewis (glewis) search for other commits by this committer ]    commit hash:749c57a8a8b8f36b8b6abeb48c64697f6dfc8f0a  commit hash:749c57a8a8b8f36b8b6abeb48c64697f6dfc8f0a  commit hash:749c57a8a8b8f36b8b6abeb48c64697f6dfc8f0a  749c57a 
java/openjdk11: Update to 11.0.16.1
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 30 Aug 2022
[ 23:02 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:e3f56d3c663dd21857843e187524d601b7dca29b  commit hash:e3f56d3c663dd21857843e187524d601b7dca29b  commit hash:e3f56d3c663dd21857843e187524d601b7dca29b  e3f56d3 
java/openjdk11: use LLVM 12 to build if the system compiler is LLVM 13 or newer

PR:	260319
Reported by:	jonc@chen.org.nz
Approved by:	java (maintainer timeout)
Tue, 9 Aug 2022
[ 21:16 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:5a8afa08c5f99fba47509a15c79e2cd2128f48ac  commit hash:5a8afa08c5f99fba47509a15c79e2cd2128f48ac  commit hash:5a8afa08c5f99fba47509a15c79e2cd2128f48ac  5a8afa0 
java/openjdk11: fix build on powerpc64*

Go back to using LLVM 12, bin/java built with LLVM 13 crashes with:
* For target jdk__packages_attribute.done:

 A fatal error has been detected by the Java Runtime Environment:

  SIGILL (0x4) at pc=0x0000000802e3d438, pid=28756, tid=149399

 JRE version:  (11.0.16+8) (build )
 Java VM: OpenJDK 64-Bit Server VM (11.0.16+8-1, mixed mode, tiered, compressed
oops, serial gc, bsd-ppc64)
 Problematic frame:
 V  [libjvm.so+0xe3d438]  JVM_RaiseSignal+0x446bcc
Sat, 6 Aug 2022
[ 10:55 Dimitry Andric (dim) search for other commits by this committer ]    commit hash:591a784f324b7d8c45596d758b4c0893626bdbef  commit hash:591a784f324b7d8c45596d758b4c0893626bdbef  commit hash:591a784f324b7d8c45596d758b4c0893626bdbef  591a784 
java/openjdk{8,11}: Remove dependency on devel/llvm12 which is no longer
necessary

The workarounds committed in aa1ca89826b5 and 846ff4e95291 are no longer
necessary, as both the upstream commits for PR258954
(https://github.com/battleblow/jdk11u/commit/305a68a90c722aa7a7b75589e24d5b5d554c96c1)
and PR264065 (https://hg.openjdk.java.net/jdk/jdk/rev/40c07de877ab) are
now merged into the distribution tarballs.

PR:		258954, 264065
Approved by:	maintainer timeout (1 month)
MFH:		2022Q3
Tue, 2 Aug 2022
[ 05:03 Greg Lewis (glewis) search for other commits by this committer ]    commit hash:6ce6fe80a1daafb673be2eb86f465a76bf1e2a57  commit hash:6ce6fe80a1daafb673be2eb86f465a76bf1e2a57  commit hash:6ce6fe80a1daafb673be2eb86f465a76bf1e2a57  6ce6fe8 
java/openjdk11: Update to 11.0.16
Thu, 5 May 2022
[ 01:50 Greg Lewis (glewis) search for other commits by this committer ]    commit hash:ec8ecb5b4a24746692cfd03a1f7bafeabe6409f6  commit hash:ec8ecb5b4a24746692cfd03a1f7bafeabe6409f6  commit hash:ec8ecb5b4a24746692cfd03a1f7bafeabe6409f6  ec8ecb5 
java/openjdk11: Update to 11.0.15 GA
Sat, 12 Feb 2022
[ 04:28 Greg Lewis (glewis) search for other commits by this committer ]    commit hash:399e3772d37e1ca597304d7e6784d4ee410ba869  commit hash:399e3772d37e1ca597304d7e6784d4ee410ba869  commit hash:399e3772d37e1ca597304d7e6784d4ee410ba869  399e377 
java/openjdk11: Bump PORTREVISION

Bump PORTREVISION, missed in the last commit.

PR:		260319
Reported by:	Jonathan Chen
Wed, 9 Feb 2022
[ 04:45 Greg Lewis (glewis) search for other commits by this committer ]    commit hash:846ff4e9529104b008946f89b9fb3d3a27c13773  commit hash:846ff4e9529104b008946f89b9fb3d3a27c13773  commit hash:846ff4e9529104b008946f89b9fb3d3a27c13773  846ff4e 
java/openjdk11: Restore LLVM/Clang 13 workaround

This restores the previous LLVM/Clang 13 workaround.  I had thought
the upstream changes would address this, but still seeing reports of
crashes when compiled with LLVM/Clang 13.
PR:		260319
Reported by:	various
Sun, 6 Feb 2022
[ 04:41 Greg Lewis (glewis) search for other commits by this committer ]    commit hash:c4e82ffe28332323b8cbb0527faa0e51bbfd6655  commit hash:c4e82ffe28332323b8cbb0527faa0e51bbfd6655  commit hash:c4e82ffe28332323b8cbb0527faa0e51bbfd6655  c4e82ff 
java/openjdk11: Update to 11.0.14 GA
Sun, 31 Oct 2021
[ 18:07 Greg Lewis (glewis) search for other commits by this committer ]    commit hash:0877cf18c3a0f1caa2a6eef7a4130465cf6ae125  commit hash:0877cf18c3a0f1caa2a6eef7a4130465cf6ae125  commit hash:0877cf18c3a0f1caa2a6eef7a4130465cf6ae125  0877cf1 
java/openjdk11: Update to 11.0.13
Sat, 16 Oct 2021
[ 12:22 Dimitry Andric (dim) search for other commits by this committer ]    commit hash:3822416493cfbbed8fe7a487391b40bec956d671  commit hash:3822416493cfbbed8fe7a487391b40bec956d671  commit hash:3822416493cfbbed8fe7a487391b40bec956d671  3822416 
java/openjdk*: work around UB in markOopDesc, fix builds with clang 13

During an exp-run for llvm 13 (see bug 258209), it turned out that
java/openjdk11 through openjdk13 fail to build with clang 13:

=== Output from failing command(s) repeated here ===
* For target jdk__packages_attribute.done:

These crashes are all caused by the markOop/markOopDesc classes, which
are used to keep track of objects, and which are 'marked' using the low
few bits. (See
https://github.com/openjdk/jdk13u/blob/master/src/hotspot/share/oops/markOop.hpp
).

After some laborious bisecting, I found out that these crashes start
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 30 Sep 2021
[ 21:23 Rene Ladan (rene) search for other commits by this committer ]    commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  620968a  (Only the first 10 of 399 ports in this commit are shown above. View all ports for this commit)
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
Sat, 11 Sep 2021
[ 11:30 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:cd96d2aefb5329dd208f025657c1fcda1cecd917  commit hash:cd96d2aefb5329dd208f025657c1fcda1cecd917  commit hash:cd96d2aefb5329dd208f025657c1fcda1cecd917  cd96d2a 
java/openjdk11: Add CPE information

Approved by:	portmgr (blanket)
Wed, 18 Aug 2021
[ 15:58 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:8edf3dd02ef681961a210ae58e83e56b36bee34d  commit hash:8edf3dd02ef681961a210ae58e83e56b36bee34d  commit hash:8edf3dd02ef681961a210ae58e83e56b36bee34d  8edf3dd 
java/openjdk11: Fix build on aarch64

Import upstream patch.

PR:		257643
Approved by:	portmgr (build fix blanket)
Sat, 31 Jul 2021
[ 02:43 Greg Lewis (glewis) search for other commits by this committer ]    commit hash:811345dd18e9eabaeb89368b06796f5a60587c01  commit hash:811345dd18e9eabaeb89368b06796f5a60587c01  commit hash:811345dd18e9eabaeb89368b06796f5a60587c01  811345d 
java/openjdk11: Update to 11.0.12
Tue, 18 May 2021
[ 15:57 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:362eb92da22191ba1aa95524f86a62afc9d92496  commit hash:362eb92da22191ba1aa95524f86a62afc9d92496  commit hash:362eb92da22191ba1aa95524f86a62afc9d92496  362eb92 
java/openjdk11: Add armv6 / armv7 support

PR:		255662
Approved by:	portmgr (tier 2 blanket)
Wed, 5 May 2021
[ 05:23 Greg Lewis (glewis) search for other commits by this committer ]    commit hash:ae072ecd17a47a82ea4b14512bd698651e4405e6  commit hash:ae072ecd17a47a82ea4b14512bd698651e4405e6  commit hash:ae072ecd17a47a82ea4b14512bd698651e4405e6  ae072ec 
Update to 11.0.11
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 17 Mar 2021
[ 01:18 pkubaj search for other commits by this committer ] Original commit   Revision:568626
java/openjdk11: enable dtrace on powerpc64 elfv2
Mon, 15 Mar 2021
[ 13:08 pkubaj search for other commits by this committer ] Original commit   Revision:568452
java/openjdk11: enable dtrace on powerpc64le

Builds fine.
Thu, 21 Jan 2021
[ 03:04 glewis search for other commits by this committer ] Original commit   Revision:562170
Update to 11.0.10 GA
Thu, 3 Dec 2020
[ 23:46 pkubaj search for other commits by this committer ] Original commit   Revision:556940
java/openjdk11: add powerpc64le support

This mostly adds powerpc64le in places where there's only powerpc64.

PR:		251263
Approved by:	java (maintainer timeout)
Sat, 7 Nov 2020
[ 22:02 glewis search for other commits by this committer ] Original commit   Revision:554419
Fix a crash per https://bugs.openjdk.java.net/browse/JDK-8250861

This effectively upgrades us to 11.0.9.1
Sat, 24 Oct 2020
[ 04:17 glewis search for other commits by this committer ] Original commit   Revision:553155
Enable the Shenandoah GC
Fri, 23 Oct 2020
[ 03:58 glewis search for other commits by this committer ] Original commit   Revision:553065
Update to 11.0.9
Thu, 20 Aug 2020
[ 02:23 jkim search for other commits by this committer ] Original commit   Revision:545487
Add a port to create JRE-only package for java/openjdk11.
Thu, 16 Jul 2020
[ 01:52 glewis search for other commits by this committer ] Original commit   Revision:542304
Update to 11.0.8
Sun, 12 Jul 2020
[ 02:13 glewis search for other commits by this committer ] Original commit   Revision:542063
More accurate vendor information

PR:		244634
Thu, 9 Jul 2020
[ 02:33 glewis search for other commits by this committer ] Original commit   Revision:541730
Add a runtime dependency on xorg-fonts-truetype

PR:		247786
Reported by:	phk@
Thu, 2 Jul 2020
[ 23:31 dmgk search for other commits by this committer ] Original commit   Revision:541062
java/openjdk11: Add fontconfig support

PR:		247238
Approved by:	java (glewis)
Mon, 8 Jun 2020
[ 04:41 kevans search for other commits by this committer ] Original commit   Revision:538197 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
Multiple ports: improve regex compliance

These changes largely fall into just two categories:

1. Need textproc/gsed for GNU extensions
2. Extraneous escapes that can go away

For #1, there's a further subdivision into those that require autoconf magic
and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed.
-CURRENT will soon gain GNU extensions, but these will take longer to get to
all supported releases; we must switch them to gsed to ensure we're actually
properly building them as intended.

For #2, I've fixed these as I can and we should upstream these fixes.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 16 Apr 2020
[ 00:11 glewis search for other commits by this committer ] Original commit   Revision:531799
Update to 11.0.7 GA
Wed, 26 Feb 2020
[ 00:07 glewis search for other commits by this committer ] Original commit   Revision:527146
Ignore ECONNRESET when closing a socket

See https://github.com/battleblow/openjdk-jdk11u/issues/94 for details
Thu, 16 Jan 2020
[ 19:58 glewis search for other commits by this committer ] Original commit   Revision:523257
Update to 11.0.6

Security:	https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14
[ 13:52 pkubaj search for other commits by this committer ] Original commit   Revision:523231
java/openjdk11: correctly patch openejdk11 for ppc64 elfv2

The previous patch didn't check for architecture.

PR:		243183
[ 12:54 antoine search for other commits by this committer ] Original commit   Revision:523224
Revert r523182, it breaks build on tier 1

With hat:	portmgr
Wed, 15 Jan 2020
[ 22:08 pkubaj search for other commits by this committer ] Original commit   Revision:523182
java/openjdk11: add bootstrap and fix compilation for powerpc64 elfv2

Add bootstrap for powerpc64 elfv2.

Because of issue with macros in precompiled.hpp, --disable-precompiled-headers
is necessary.

Since openjdk compiles for elfv1 by default on big-endian ppc64, use a patch to
compile for elfv2.

I assume here that GCC will be used exclusively on ELFv1 systems and Clang on
ELFv2.

PR:		243182
Approved by:	glewis (maintainer)
Wed, 6 Nov 2019
[ 18:03 zeising search for other commits by this committer ] Original commit   Revision:516912 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Add USES=xorg USES=gl, ports categories j

Add USES=xorg and USES=gl to ports in categories starting with 'j'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
[ 17:21 glewis search for other commits by this committer ] Original commit   Revision:516906
Fix build on FreeBSD 12.x/powerpc64 on POWER8+ machines

* Make sure has_mfdscr() returns false on these machines as using it on
  FreeBSD 12.x will cause problems (e.g. SIGILL).

PR:		239368
Wed, 16 Oct 2019
[ 19:07 glewis search for other commits by this committer ] Original commit   Revision:514609
Update to 11.0.5 GA
Fri, 27 Sep 2019
[ 15:29 glewis search for other commits by this committer ] Original commit   Revision:513042
Disable AoT except on amd64

This should be a no-op for all platforms except aarch64.  AoT is disabled
on aarch64 due to crashes in internal JDK tests for that feature.
Fri, 20 Sep 2019
[ 02:26 glewis search for other commits by this committer ] Original commit   Revision:512381
Update to an 11.0.5 pre-release

This is mostly to pick up fixes that have gone into the BSD repo.
Tue, 3 Sep 2019
[ 19:39 glewis search for other commits by this committer ] Original commit   Revision:511031
Minor clean up

* Separate out compiler specifics from platform specifics.  This also
  removes a little duplication.
Fri, 30 Aug 2019
[ 21:52 glewis search for other commits by this committer ] Original commit   Revision:510298
Add support for aarch64

* Add aarch64 to ONLY_FOR_ARCHES on FreeBSD 12.0 and up.

PR:		239246
Submitted by:	Mikael Urankar <mikael.urankar@gmail.com>
[ 04:24 glewis search for other commits by this committer ] Original commit   Revision:510231
Prepare for aarch64 support

* Add necessary configure arguments for aarch64
* Add patches needed to compile on aarch64.  These have been upstreamed but
  are not in a release yet.
Sun, 25 Aug 2019
[ 20:28 glewis search for other commits by this committer ] Original commit   Revision:509855
Add support for powerpc64

PR:		237208
Tue, 20 Aug 2019
[ 18:05 glewis search for other commits by this committer ] Original commit   Revision:509439
Pet portlint
[ 18:03 glewis search for other commits by this committer ] Original commit   Revision:509437
Update cacerts

* Use the latest cacerts file from Oracle's public distribution of 11.0.4.
Tue, 13 Aug 2019
[ 04:41 glewis search for other commits by this committer ] Original commit   Revision:508812
Update to 11.0.4+11.2
Wed, 31 Jul 2019
[ 16:31 glewis search for other commits by this committer ] Original commit   Revision:507715
Register openjdk11 as a java provider with javavm

PR:		238092
Submitted by:	Tommy P <tommyhp2@gmail.com>
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Wed, 24 Jul 2019
[ 22:41 glewis search for other commits by this committer ] Original commit   Revision:507303
* Add a dependency on xrandr, since the latest version uses Xrandr.h
* Set NO_CCACHE to match configure being passed --disable-ccache

Fixes the build in poudriere and for people trying to use ccache

PR:		239387
Submitted by:	Jonathan Chen <jonc@chen.org.nz>
Fri, 19 Jul 2019
[ 17:07 glewis search for other commits by this committer ] Original commit   Revision:506953
Update to 11.0.4
Mon, 1 Jul 2019
[ 23:25 glewis search for other commits by this committer ] Original commit   Revision:505653
Convert one missed /usr/local to ${LOCALBASE}

Submitted by:	jbeich@
[ 21:18 glewis search for other commits by this committer ] Original commit   Revision:505640
Allow the JDK to be compiled with gcc.

This is required for powerpc64 support.
Sun, 16 Jun 2019
[ 16:05 antoine search for other commits by this committer ] Original commit   Revision:504353 (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
Clean up LIB_DEPENDS
Fri, 17 May 2019
[ 04:15 glewis search for other commits by this committer ] Original commit   Revision:501834
Update to 11.0.3.7.2 which includes powerpc64 support.

PR:		237208
Sat, 11 May 2019
[ 19:52 mat search for other commits by this committer ] Original commit   Revision:501298
Use USE_GITHUB when appropriate.
Wed, 17 Apr 2019
[ 18:31 glewis search for other commits by this committer ] Original commit   Revision:499185
. Update to 11.0.3.
Fri, 29 Mar 2019
[ 17:06 glewis search for other commits by this committer ] Original commit   Revision:497169
Fix DTrace support for 32 bit platforms and re-enable it.

PR:		236876
[ 15:41 glewis search for other commits by this committer ] Original commit   Revision:497156
Temporarily disable DTRACE on i386

PR:		236876
[ 05:58 glewis search for other commits by this committer ] Original commit   Revision:497068
Remove unnecessary CPPFLAGS and LDFLAGS.
[ 01:05 glewis search for other commits by this committer ] Original commit   Revision:497064 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
. 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.
Thu, 28 Mar 2019
[ 23:19 jkim search for other commits by this committer ] Original commit   Revision:497060
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
Tue, 26 Mar 2019
[ 20:48 glewis search for other commits by this committer ] Original commit   Revision:496923 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
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]
Thu, 21 Mar 2019
[ 18:32 glewis search for other commits by this committer ] Original commit   Revision:496483
. Fix permissions on jspawnhelper.
. Bump PORTREVISION.
[ 17:22 glewis search for other commits by this committer ] Original commit   Revision:496477
Support i386
Wed, 20 Mar 2019
[ 20:59 glewis search for other commits by this committer ] Original commit   Revision:496387
Update to 11.0.2.9.2
Sat, 16 Mar 2019
[ 16:19 glewis search for other commits by this committer ] Original commit   Revision:495907
Add pkgconfig to USES

Reported by:	Jonathan Chen <jonc@chen.org.nz>
Fri, 15 Mar 2019
[ 06:02 glewis search for other commits by this committer ] Original commit   Revision:495770 (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
Add a port of OpenJDK 11
Wed, 13 Mar 2019
[ 15:10 glewis search for other commits by this committer ] Original commit   Revision:495580
Add a port of OpenJDK 11

Number of commits found: 80