summaryrefslogtreecommitdiff
path: root/java/openjdk11 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ignore ECONNRESET when closing a socketGreg Lewis2020-02-262-0/+12
| | | | | | | See https://github.com/battleblow/openjdk-jdk11u/issues/94 for details Notes: svn path=/head/; revision=527146
* Update to 11.0.6Greg Lewis2020-01-162-4/+4
| | | | | | | Security: https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14 Notes: svn path=/head/; revision=523257
* java/openjdk11: correctly patch openejdk11 for ppc64 elfv2Piotr Kubaj2020-01-162-0/+16
| | | | | | | | | The previous patch didn't check for architecture. PR: 243183 Notes: svn path=/head/; revision=523231
* Revert r523182, it breaks build on tier 1Antoine Brodin2020-01-162-14/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=523224
* java/openjdk11: add bootstrap and fix compilation for powerpc64 elfv2Piotr Kubaj2020-01-152-0/+14
| | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=523182
* 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 Notes: svn path=/head/; revision=516906
* Update to 11.0.5 GAGreg Lewis2019-10-162-4/+4
| | | | Notes: svn path=/head/; revision=514609
* Disable AoT except on amd64Greg Lewis2019-09-271-0/+3
| | | | | | | | 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. Notes: svn path=/head/; revision=513042
* Update to an 11.0.5 pre-releaseGreg Lewis2019-09-206-105/+6
| | | | | | | This is mostly to pick up fixes that have gone into the BSD repo. Notes: svn path=/head/; revision=512381
* Minor clean upGreg Lewis2019-09-031-4/+2
| | | | | | | | * Separate out compiler specifics from platform specifics. This also removes a little duplication. Notes: svn path=/head/; revision=511031
* 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=510298
* 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=510231
* 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 support for powerpc64Greg Lewis2019-08-252-1/+13
| | | | | | | PR: 237208 Notes: svn path=/head/; revision=509855
* Pet portlintGreg Lewis2019-08-201-1/+1
| | | | Notes: svn path=/head/; revision=509439
* Update cacertsGreg Lewis2019-08-202-0/+1
| | | | | | | * Use the latest cacerts file from Oracle's public distribution of 11.0.4. Notes: svn path=/head/; revision=509437
* Convert to UCL & cleanup pkg-message (categories h-k)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508880
* Update to 11.0.4+11.2Greg Lewis2019-08-135-24/+24
| | | | Notes: svn path=/head/; revision=508812
* Fix the build on PowerPC64Greg Lewis2019-08-041-0/+11
| | | | | | | | PR: 239624 Submitted by: Curtis Hamilton <hamiltcl@verizon.net> Notes: svn path=/head/; revision=508130
* Register openjdk11 as a java provider with javavmGreg Lewis2019-07-311-1/+3
| | | | | | | | PR: 238092 Submitted by: Tommy P <tommyhp2@gmail.com> Notes: svn path=/head/; revision=507715
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* * Add a dependency on xrandr, since the latest version uses Xrandr.hGreg Lewis2019-07-241-1/+3
| | | | | | | | | | | | * 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> Notes: svn path=/head/; revision=507303
* Update to 11.0.4Greg Lewis2019-07-192-6/+6
| | | | Notes: svn path=/head/; revision=506953
* Convert one missed /usr/local to ${LOCALBASE}Greg Lewis2019-07-011-2/+2
| | | | | | | Submitted by: jbeich@ Notes: svn path=/head/; revision=505653
* Allow the JDK to be compiled with gcc.Greg Lewis2019-07-011-8/+22
| | | | | | | This is required for powerpc64 support. Notes: svn path=/head/; revision=505640
* Clean up LIB_DEPENDSAntoine Brodin2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504353
* Update to 11.0.3.7.2 which includes powerpc64 support.Greg Lewis2019-05-172-4/+4
| | | | | | | PR: 237208 Notes: svn path=/head/; revision=501834
* Use USE_GITHUB when appropriate.Mathieu Arnold2019-05-112-7/+8
| | | | Notes: svn path=/head/; revision=501298
* . Update to 11.0.3.Greg Lewis2019-04-173-24/+6
| | | | Notes: svn path=/head/; revision=499185
* Fix DTrace support for 32 bit platforms and re-enable it.Greg Lewis2019-03-292-4/+18
| | | | | | | PR: 236876 Notes: svn path=/head/; revision=497169
* Temporarily disable DTRACE on i386Greg Lewis2019-03-291-0/+4
| | | | | | | PR: 236876 Notes: svn path=/head/; revision=497156
* Remove unnecessary CPPFLAGS and LDFLAGS.Greg Lewis2019-03-291-2/+0
| | | | Notes: svn path=/head/; revision=497068
* . Update to 11.0.2.9.4Greg Lewis2019-03-2912-592/+26
| | | | | | | | | | . 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=497064
* Refine r496923.Jung-uk Kim2019-03-282-6/+17
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=497060
* Fixes for include path, jshell, and process issues.Greg Lewis2019-03-2611-7/+590
| | | | | | | | | | | | | | | | | | * 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] Notes: svn path=/head/; revision=496923
* . Fix permissions on jspawnhelper.Greg Lewis2019-03-211-0/+2
| | | | | | | . Bump PORTREVISION. Notes: svn path=/head/; revision=496483
* Support i386Greg Lewis2019-03-211-2/+2
| | | | Notes: svn path=/head/; revision=496477
* Update to 11.0.2.9.2Greg Lewis2019-03-203-17/+4
| | | | Notes: svn path=/head/; revision=496387
* Add pkgconfig to USESGreg Lewis2019-03-161-1/+1
| | | | | | | Reported by: Jonathan Chen <jonc@chen.org.nz> Notes: svn path=/head/; revision=495907
* Update WWWSunpoet Po-Chuan Hsieh2019-03-151-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=495830
* Add a port of OpenJDK 11Greg Lewis2019-03-157-0/+185
| | | | Notes: svn path=/head/; revision=495770
* Removing openjdk11 temporarily to do a repo copy from openjdk8 first.Greg Lewis2019-03-157-185/+0
| | | | Notes: svn path=/head/; revision=495769
* Update WWWSunpoet Po-Chuan Hsieh2019-03-131-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=495603
* Add a port of OpenJDK 11Greg Lewis2019-03-137-0/+185
Notes: svn path=/head/; revision=495580