summaryrefslogtreecommitdiff
path: root/java/openjdk12 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build on aarch64Greg Lewis2020-03-221-0/+59
| | | | | | | Submitted by: Klaus Küchemann <maciphone2@googlemail.com> Notes: svn path=/head/; revision=528937
* java/openjdk12: correctly patch openjdk12 for ppc64 elfv2Piotr Kubaj2020-01-162-0/+16
| | | | | | | | | The previous patch didn't check for architecture. PR: 243183 Notes: svn path=/head/; revision=523232
* Revert r523218, it breaks build on tier 1Antoine Brodin2020-01-162-14/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=523230
* 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) Notes: svn path=/head/; revision=523218
* 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) Notes: svn path=/head/; revision=517165
* 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. Notes: svn path=/head/; revision=516912
* 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 Notes: svn path=/head/; revision=516907
* Fix internal versioningGreg Lewis2019-10-171-1/+2
| | | | | | | | * Set the Java version correctly * Bump PORTREVISION since some software may rely on this Notes: svn path=/head/; revision=514683
* 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 Notes: svn path=/head/; revision=513045
* Udpate to 12.0.2+10-3Greg Lewis2019-09-206-103/+4
| | | | Notes: svn path=/head/; revision=512419
* 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> Notes: svn path=/head/; revision=510301
* 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. Notes: svn path=/head/; revision=510232
* 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). Notes: svn path=/head/; revision=510070
* Add powerpc64 supportGreg Lewis2019-08-262-1/+13
| | | | | | | PR: 237370 Notes: svn path=/head/; revision=509861
* Allow the JDK to be compiled with gcc.Greg Lewis2019-08-251-8/+22
| | | | | | | | | This is required for powerpc64 support. PR: 237370 Notes: svn path=/head/; revision=509856
* Update cacertsGreg Lewis2019-08-202-0/+1
| | | | | | | * Use the latest cacerts file from Oracle's public distribution of 12.0.2 Notes: svn path=/head/; revision=509440
* Convert to UCL & cleanup pkg-message (categories h-k)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508880
* Update to 12.0.2+10.2Greg Lewis2019-08-134-13/+24
| | | | Notes: svn path=/head/; revision=508822
* Register openjdk12 as a java provider with javavmGreg Lewis2019-07-311-0/+3
| | | | | | | | PR: 237991 Submitted by: Tommy P <tommyhp2@gmail.com> Notes: svn path=/head/; revision=507720
* * 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> Notes: svn path=/head/; revision=507304
* Update to 12.0.2Greg Lewis2019-07-192-6/+6
| | | | Notes: svn path=/head/; revision=506954
* Clean up LIB_DEPENDSAntoine Brodin2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504353
* Update to 12.0.1.12.2 which includes powerpc64 support.Greg Lewis2019-05-172-4/+4
| | | | | | | PR: 237370 Notes: svn path=/head/; revision=501835
* Use USE_GITHUB when appropriate.Mathieu Arnold2019-05-112-7/+8
| | | | Notes: svn path=/head/; revision=501298
* . Update to 12.0.1Greg Lewis2019-04-173-26/+8
| | | | Notes: svn path=/head/; revision=499213
* * 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. Notes: svn path=/head/; revision=497173
* Fix iconv(3) issues.Jung-uk Kim2019-03-282-4/+28
| | | | | | | PR: 236759 Notes: svn path=/head/; revision=497061
* . Fix permissions on jspawnhelper.Greg Lewis2019-03-211-0/+2
| | | | | | | . Bump PORTREVISION. Notes: svn path=/head/; revision=496513
* Re-add the port of OpenJDK 12Greg Lewis2019-03-216-0/+173
| | | | Notes: svn path=/head/; revision=496480
* Remove openjdk12 to try a repo copy again.Greg Lewis2019-03-216-173/+0
| | | | Notes: svn path=/head/; revision=496479
* Add files missing in last commit somehow.Greg Lewis2019-03-212-0/+140
| | | | Notes: svn path=/head/; revision=496416
* Add a port of OpenJDK 12Greg Lewis2019-03-214-0/+33
Notes: svn path=/head/; revision=496410