summaryrefslogtreecommitdiff
path: root/java/openjdk12 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Multiple ports: improve regex complianceKyle Evans2020-06-081-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. PORTREVISION is bumped for all of the above, because we will almost certainly build these differently when the replacements actually start working. These were all detected by the below-referenced exp-run [1]. The patch included forbids many ordinary characters from being escaped, since we'll later imbue those with special meanings. This has had the nice side effect of picking up various things that we didn't handle properly, e.g. \t and \r for tab and carriage return. PR: 229925 [1] Approved by: koobs (mentor) Approved by: portmgr (blanket: trivial build fixes) MFH: no (invasive risk) Differential Revision: https://reviews.freebsd.org/D25185
* Update devel/gmake to 4.3.Tijl Coosemans2020-05-091-0/+25
| | | | | | | | | | Some changes have been made in this release that break backwards compatibility. Let USES=gmake force users to upgrade to this version so port maintainers don't have to support older versions. PR: 245725 Exp-run by: antoine Approved by: portmgr (antoine)
* Update to 12.0.2+10.4Greg Lewis2020-04-183-64/+4
| | | | | PR: 244947 Submitted by: Trond.Endrestol@ximalas.info
* Fix the build on aarch64Greg Lewis2020-03-221-0/+59
| | | | Submitted by: Klaus Küchemann <maciphone2@googlemail.com>
* java/openjdk12: correctly patch openjdk12 for ppc64 elfv2Piotr Kubaj2020-01-162-0/+16
| | | | | | The previous patch didn't check for architecture. PR: 243183
* Revert r523218, it breaks build on tier 1Antoine Brodin2020-01-162-14/+0
| | | | With hat: portmgr
* java/openjdk12: fix compilation for powerpc64 elfv2Piotr Kubaj2020-01-162-0/+14
| | | | | | | | | 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. PR: 243183 Approved by: glewis (maintainer)
* Reinstate guidance to have /proc mountedGreg Lewis2019-11-091-1/+4
| | | | | | * Having /proc mounted is not generally critical, but there is at least one piece of functionality that does rely on its presence at the moment (e.g. OperatingSystemMXBean)
* Add USES=xorg USES=gl, ports categories jNiclas Zeising2019-11-061-1/+1
| | | | | 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.
* Fix build on FreeBSD 12.x/powerpc64 on POWER8+ machinesGreg Lewis2019-11-062-0/+14
| | | | | | | | * Make sure has_mfdscr() returns false on these machines as using it on FreeBSD 12.x will cause problems (e.g. SIGILL). PR: 239368 Sponsored by: The FreeBSD Foundation
* Fix internal versioningGreg Lewis2019-10-171-1/+2
| | | | | * Set the Java version correctly * Bump PORTREVISION since some software may rely on this
* Sync with openjdk11Greg Lewis2019-09-271-4/+5
| | | | | | | * Separate out platform/compiler concerns * Disable AoT on all arches except amd64 Sponsored by: The FreeBSD Foundation
* Udpate to 12.0.2+10-3Greg Lewis2019-09-206-103/+4
|
* Add support for aarch64Greg Lewis2019-08-301-0/+5
| | | | | | | * Add aarch64 to ONLY_FOR_ARCHES on FreeBSD 12.0 and up. PR: 239246 Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
* Prepare for aarch64 supportGreg Lewis2019-08-303-0/+79
| | | | | | * Add necessary configure arguments for aarch64 * Add patches needed to compile on aarch64. These have been upstreamed but are not in a release yet.
* Remove guidance about needing procfsGreg Lewis2019-08-281-4/+1
| | | | | | * Remove portions of pkg-message that mention needing /proc mounted. This hasn't been the case for a while afaik (I don't have it mounted and haven't observed any related problems).
* Add powerpc64 supportGreg Lewis2019-08-262-1/+13
| | | | PR: 237370
* Allow the JDK to be compiled with gcc.Greg Lewis2019-08-251-8/+22
| | | | | | This is required for powerpc64 support. PR: 237370
* Update cacertsGreg Lewis2019-08-202-0/+1
| | | | * Use the latest cacerts file from Oracle's public distribution of 12.0.2
* Convert to UCL & cleanup pkg-message (categories h-k)Mathieu Arnold2019-08-131-4/+6
|
* Update to 12.0.2+10.2Greg Lewis2019-08-134-13/+24
|
* Register openjdk12 as a java provider with javavmGreg Lewis2019-07-311-0/+3
| | | | | PR: 237991 Submitted by: Tommy P <tommyhp2@gmail.com>
* * Set NO_CCACHE to match configure being passed --disable-ccacheGreg Lewis2019-07-241-0/+2
| | | | | | | Fixes the build for people trying to use ccache PR: 239387 Submitted by: Jonathan Chen <jonc@chen.org.nz>
* Update to 12.0.2Greg Lewis2019-07-192-6/+6
|
* Clean up LIB_DEPENDSAntoine Brodin2019-06-161-1/+1
|
* Update to 12.0.1.12.2 which includes powerpc64 support.Greg Lewis2019-05-172-4/+4
| | | | PR: 237370
* Use USE_GITHUB when appropriate.Mathieu Arnold2019-05-112-7/+8
|
* . Update to 12.0.1Greg Lewis2019-04-173-26/+8
|
* * Update to 12.0.0.33.2Greg Lewis2019-03-295-33/+53
| | | | | | | * 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.
* Fix iconv(3) issues.Jung-uk Kim2019-03-282-4/+28
| | | | PR: 236759
* . Fix permissions on jspawnhelper.Greg Lewis2019-03-211-0/+2
| | | | . Bump PORTREVISION.
* Re-add the port of OpenJDK 12Greg Lewis2019-03-216-0/+173
|
* Remove openjdk12 to try a repo copy again.Greg Lewis2019-03-216-173/+0
|
* Add files missing in last commit somehow.Greg Lewis2019-03-212-0/+140
|
* Add a port of OpenJDK 12Greg Lewis2019-03-214-0/+33