summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set an expiration dateGreg Lewis2019-08-201-0/+3
| | | | | | | | | | | | * Java 6 public releases ended April 2013, and extended support on December 2018. With upstream support ending, this is marked as deprecated and users are encouraged to upgrade to openjdk8. * Provide an expiration date set one month from now (2019-09-20). PR: 234792 Notes: svn path=/head/; revision=509411
* java/jgraphx:Max Brazhnikov2019-08-163-16/+7
| | | | | | | | | | | | - Update to 4.0.3 - Remove COMPILE option and build unconditionally from sources - Update WWW PR: 234140 (based on) Submitted by: yuri Notes: svn path=/head/; revision=509068
* Convert to UCL & cleanup pkg-message (categories h-k)Mathieu Arnold2019-08-1335-76/+210
| | | | Notes: svn path=/head/; revision=508880
* Drop nop PORTREVISION_19 from devel/subversion addon portsTobias Kortkamp2019-08-131-1/+0
| | | | | | | devel/subversion19 has been removed. Notes: svn path=/head/; revision=508831
* Update to 12.0.2+10.2Greg Lewis2019-08-134-13/+24
| | | | Notes: svn path=/head/; revision=508822
* Update to 11.0.4+11.2Greg Lewis2019-08-135-24/+24
| | | | Notes: svn path=/head/; revision=508812
* java/intellij: Update to version 2019.2.Boris Samorodov2019-08-127-9886/+10263
| | | | | | | | PR: 239790 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> Notes: svn path=/head/; revision=508798
* Workaround for infinite recursion crashGreg Lewis2019-08-122-0/+13
| | | | | | | | | | | | | * FreeBSD crashes on infinite recursion rather than throwing a stack overflow because the stack address of the fault is in the page below the guard area. Workaround this by rounding down the fault address to the nearest page boundary. Investigation is still under way into what may be causing this but this appears to prevent it in simple test cases. PR: 222146 Notes: svn path=/head/; revision=508703
* Fixes to pkg-install and version handlingGreg Lewis2019-08-103-10/+17
| | | | | | | | | | | | | | * In pkg-install, fix the exclusion of the bootstrap directories. [1] * In pkg-install, fix the find expression so it actually finds jdks if there are multiple present. [1] * When determining the VM version, be better about ensuring we end up with only a number. PR: 239705 [1] Submitted by: John Hein <jcfyecrayz@liamekaens.com> [1] Notes: svn path=/head/; revision=508503
* Update netbeans to 11.1.Koop Mast2019-08-073-16/+66
| | | | | | | Full Changelog: http://netbeans.apache.org/download/nb111/index.html Notes: svn path=/head/; revision=508316
* multimedia/ffmpeg: update to 4.2Jan Beich2019-08-051-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=508216
* 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
* Mark BROKEN: unfetchableAntoine Brodin2019-08-043-0/+6
| | | | Notes: svn path=/head/; revision=508091
* 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
* 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
* Update to 8u221Greg Lewis2019-07-283-6/+7
| | | | Notes: svn path=/head/; revision=507535
* Update to 8u221Greg Lewis2019-07-283-14/+16
| | | | Notes: svn path=/head/; revision=507533
* Update to 2019bGreg Lewis2019-07-272-4/+4
| | | | Notes: svn path=/head/; revision=507476
* Sort VMs by version numericallyGreg Lewis2019-07-262-5/+7
| | | | | | | | | | | * VMs were sorted by VM version by lexicographically sorting the version as a string. Switch to numeric sorting now that there are versions like 10, 11, and 12 so that the intended sort order (most recent first) is preserved. * Bump minor version. Notes: svn path=/head/; revision=507376
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-266-3/+6
| | | | | | | | | | | | | | | | | | 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
* Update manual pagesGreg Lewis2019-07-263-21/+51
| | | | | | | | | | | | | | * Update currently supported version specifiers. * Update currently supported vendors. * Bump minor version. This is mostly based on the patch in PR 223304. PR: 223304 Submitted by: Tommy P <tommyhp2@gmail.com> Notes: svn path=/head/; revision=507367
* Support for newer Java versionsGreg Lewis2019-07-262-12/+33
| | | | | | | | | | | | | | | | | | | | | | * Switch the internal fallback logic (which is only run when the ports system is absent) to use modern Java versioning (e.g. 9 rather than 1.9) * Add in support for specifying 10+, 11+ and 12+ as requested versions. * Bump version to 2.7 Notes: * The fallback logic doesn't support the idea of a default version the way bsd.java.mk does. This was already the case. * The sorting of VMs in the configuration file doesn't numerically sort versions 10 and higher correctly yet. This will be addressed shortly. * Manual pages need updating. * The fallback logic is only used if bsd.java.mk is absent. This should be a no-op if it is present. PR: 223304 Notes: svn path=/head/; revision=507366
* Fix the build for the FONTCONFIG optionGreg Lewis2019-07-242-12/+9
| | | | | | | | | | | * Updated the fontconfig.patch file * Simplified FONTCONFIG to use EXTRA_PATCHES rather than a separate target PR: 239358 Submitted by: John Hein <jcfyecrayz@liamekaens.com>, fluffy Notes: svn path=/head/; revision=507306
* Fix the build for powerpc64Greg Lewis2019-07-242-0/+167
| | | | | | | | PR: 239368 Submitted by: pkubaj Notes: svn path=/head/; revision=507305
* * 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
* * 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
* java/openjfx8-scenebuilder: Update to 8u202-b07Tobias Kortkamp2019-07-232-4/+4
| | | | Notes: svn path=/head/; revision=507210
* java/openjfx8-devel: Update to 8u202-b07Tobias Kortkamp2019-07-2342-1026/+1039
| | | | | | | | | | | | | | | | | | | | | - Also update devel/gradle to the latest version on the 4.x branch. Gradle >=4.8<5 is required to build OpenJFX now. - GStreamer-lite is now based on GStreamer 1.0, so update the sndio backend accordingly. - Add a bunch of missing platform checks which will make it actually use system fonts as configured. OpenJFX 8 is unmaintained upstream and has been for a while [1]. Deprecate the port as noone seems to have stepped up to take over maintainership. No expiration date since this port has multiple consumers and there is no alternative. [1] https://mail.openjdk.java.net/pipermail/openjfx-dev/2018-December/023007.html PR: 237443 Notes: svn path=/head/; revision=507200
* Update java/intellij-rubymine to version 2019.1.2Pedro F. Giffuni2019-07-224-184/+470
| | | | | | | | PR: 239190 Approved by: thierry (mentor) Notes: svn path=/head/; revision=507176
* Update to 12.0.2Greg Lewis2019-07-192-6/+6
| | | | Notes: svn path=/head/; revision=506954
* Update to 11.0.4Greg Lewis2019-07-192-6/+6
| | | | Notes: svn path=/head/; revision=506953
* Update to 8u222Greg Lewis2019-07-192-5/+5
| | | | Notes: svn path=/head/; revision=506946
* - Update WWWDmitry Marakasov2019-07-151-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=506650
* - Update WWWDmitry Marakasov2019-07-141-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=506615
* - Update WWWDmitry Marakasov2019-07-131-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=506532
* - Update WWWDmitry Marakasov2019-07-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=506448
* - Update WWWDmitry Marakasov2019-07-111-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=506402
* Replace LINUX_ARCH with ARCH. Missed in r506352.Tijl Coosemans2019-07-101-1/+1
| | | | Notes: svn path=/head/; revision=506379
* On amd64 adding DEFAULT_VERSIONS+=linux=c6 to /etc/make.conf made LinuxTijl Coosemans2019-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | infrastructure ports (linux_base-c6 and linux-c6*) install i386 CentOS 6 packages. Using c6_64 instead of c6 made them install mixed amd64/i386 CentOS 6 packages and allowed Linux application ports to install amd64 binaries when available. The i386-only configuration was only useful for users of x11/nvidia-driver* which didn't provide Linux amd64 emulation until recently. With x11/nvidia-driver* now supporting Linux amd64 there's no longer a need for i386-only Linux on amd64. Let DEFAULT_VERSIONS+=linux=c6 make Linux infrastructure ports install mixed amd64/i386 CentOS 6 packages, like c6_64 before, and remove support for c6_64 as a value. Replace LINUX_ARCH with ARCH everywhere because they are always the same now. Notes: svn path=/head/; revision=506352
* - Update WWWDmitry Marakasov2019-07-101-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=506343
* - Update WWWDmitry Marakasov2019-07-091-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=506272
* java/visualvm: update to 1.4.3Steve Wills2019-07-062-4/+4
| | | | Notes: svn path=/head/; revision=506086
* - Update WWWDmitry Marakasov2019-07-051-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=505890
* - Update WWWDmitry Marakasov2019-07-041-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=505819
* Adjust to proposed changes in Java versioningGreg Lewis2019-07-041-1/+1
| | | | | | | | | * Bug #238758 proposes to change the Java versioning from versions such as "1.6.0" to versions such as "6" (for example). Modify the Makefile checks on JAVA_PORT_VERSION to cope with either format. Notes: svn path=/head/; revision=505812
* java/jd-gui: Fix fetchTobias Kortkamp2019-07-031-3/+3
| | | | | | | | | Upstream seems to have retagged v1.6.2. According to diffoscope the only change is in build.gradle where the version has been bumped from 1.6.1 to 1.6.2. Notes: svn path=/head/; revision=505724
* 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
* java/jd-gui: Update to 1.6.2Tobias Kortkamp2019-06-302-6/+6
| | | | | | | Changes: https://github.com/java-decompiler/jd-gui/compare/v1.6.1...v1.6.2 Notes: svn path=/head/; revision=505419
* - Update WWWDmitry Marakasov2019-06-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=504931