aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* java/aparapi: fix recent LLVM6 fallout caused by the switch to default to ↵Johannes M Dieterich2018-02-092-9/+11
| | | | | | | | | | | | C++14. As development of aparapi at the location referenced by the port as slowed down, set C++ standard explicitly in the internal Makefile. Ultimately, an upgrade to the more active development location is planned. Reviewed by: swills (mentor) Approved by: swills (mentor) MFH: 2018Q1 Differential Revision: https://reviews.freebsd.org/D14278 Notes: svn path=/head/; revision=461287
* . Fix the build for i386 when WITH_LLD_IS_LD is set.Greg Lewis2018-02-082-0/+12
| | | | | | | | PR: 225741 Submitted by: dim@ Notes: svn path=/head/; revision=461197
* . Update to 7u161.Greg Lewis2018-02-074-890/+763
| | | | Notes: svn path=/head/; revision=461189
* . Update to 8u162.Greg Lewis2018-02-034-691/+744
| | | | Notes: svn path=/head/; revision=460849
* java/openjfx8-scenebuilder: Update to 8u172-b03Tobias Kortkamp2018-02-012-4/+4
| | | | Notes: svn path=/head/; revision=460609
* java/openjfx8-devel: Update to 8u172-b03Tobias Kortkamp2018-02-0114-93/+69
| | | | | | | | | Make SWT support optional and disable it by default. swt-devel is unmaintained, quite the heavy dependency, and SWT support is not used by any port in the tree. Notes: svn path=/head/; revision=460608
* java/intellij: Update to version 2017.3.4.Boris Samorodov2018-01-303-6/+6
| | | | Notes: svn path=/head/; revision=460382
* Update to 9.0.4.Jung-uk Kim2018-01-296-134/+138
| | | | | | | | | http://www.oracle.com/technetwork/java/javase/9-0-4-relnotes-4021191.html MFH: 2018Q1 Notes: svn path=/head/; revision=460351
* Update to 8u162.Jung-uk Kim2018-01-296-20/+14
| | | | | | | | | http://www.oracle.com/technetwork/java/javase/8u162-relnotes-4021436.html MFH: 2018Q1 Notes: svn path=/head/; revision=460350
* Upgrade jakarta-commons-lang3 to version 3.7.Don Lewis2018-01-292-13/+14
| | | | | | | | | | | | | | | | | Follow the lead of some of the other jakarta-commons ports and download the pre-built binary .jar since building from source using ant has been removed from jakarta-commons-lang3 a few versions ago. Install the .jar file with the version number and then symlink it to the .jar file without the version number as is done by jakarta-commons-logging. Pet portlint. Unwrap a line that is no longer too long. Notes: svn path=/head/; revision=460251
* Fix build with Clang 6.0.Jung-uk Kim2018-01-231-0/+11
| | | | Notes: svn path=/head/; revision=459803
* java/intellij: Update to version 2017.3.3.Boris Samorodov2018-01-233-6/+6
| | | | Notes: svn path=/head/; revision=459797
* java/visualvm: update to 1.4Steve Wills2018-01-203-326/+58
| | | | Notes: svn path=/head/; revision=459554
* Fix a run-time crash with Clang 6.0.Jung-uk Kim2018-01-182-1/+14
| | | | | | | | | | | | Note this problem was introduced with fixes for JDK-8055007. https://bugs.java.com/view_bug.do?bug_id=8055007 http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/changeset/c6211b707068 PR: 225054 Notes: svn path=/head/; revision=459368
* Fix build with Clang 6.0.Jung-uk Kim2018-01-182-0/+21
| | | | | | | | | | | | | Note it is partially merged from the upstream patches for Linux and GCC 6. https://bugs.openjdk.java.net/browse/JDK-8163032 http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/e34324d73cd5 http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/9e1264f51bae PR: 225054 Notes: svn path=/head/; revision=459311
* Update netbeans to 8.2.Koop Mast2018-01-163-152/+390
| | | | | | | | | | Limit java version to 1.8, netbeans does not run with another version. PR: 218111, 224554 Submitted by: Hadi <rezaee.hadi@gmail.com> Notes: svn path=/head/; revision=459157
* java/java-checkstyle: Update version 7.6=>8.7Muhammad Moinur Rahman2018-01-133-6/+6
| | | | | | | - Pet PORTLINT Notes: svn path=/head/; revision=458926
* Sort SUBDIRsSunpoet Po-Chuan Hsieh2018-01-071-1/+1
| | | | Notes: svn path=/head/; revision=458348
* bouncycastle15: update to version 1.59Eugene Grosbein2017-12-292-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release fixes CVE-2017-13098 ("ROBOT"), a Bleichenbacher oracle in TLS when RSA key exchange is negotiated. This potentially affected BCJSSE servers and any other TLS servers configured to use JCE for the underlying crypto - note the two TLS implementations using the BC lightweight APIs are not affected by this. Some of additional fixes, features and functionality: * GOST3410-94 private keys encoded using ASN.1 INTEGER are now accepted in private key info objects; GOST3412-2015 has been added to the JCE provider and the lightweight API. * SCRYPT is now supported as a SecretKeyFactory in the provider and in the PKCS8 APIs. * The BCJSSE provider now supports Server Name Indication, session resumption in clients, the jdk.tls.namedGroups and org.bouncycastle.jsse.ec.disableChar2 system properties. * ECGOST-2012 public keys were being encoded with the wrong OID for the digest parameter in the algorithm parameter set. This has been fixed. * The BCJSSE SSLEngine implementation now correctly wraps/unwraps application data only in whole records. Further details on other additions and bug fixes can be found in the release notes at: https://www.bouncycastle.org/releasenotes.html Security: CVE-2017-13098 Notes: svn path=/head/; revision=457500
* java/intellij: Update to version 2017.3.2.Boris Samorodov2017-12-262-5/+5
| | | | Notes: svn path=/head/; revision=457320
* Replace USE_AUTOTOOLS and pre-configure with a plain build dependency onTijl Coosemans2017-12-251-8/+2
| | | | | | | | devel/autoconf. The upstream build system runs autoconf to regenerate generated-configure.sh. Notes: svn path=/head/; revision=457243
* . Don't incorrectly set the scopeId of an IPv6 interface on BSD.Greg Lewis2017-12-252-1/+14
| | | | | | | | | | This fixes binding sockets for applications running on IPv6. PR: 224079 Submitted by: John W. O'Brien <john@saltant.com> Notes: svn path=/head/; revision=457209
* java/intellij-fsnotifier: Drop maintainershipTobias Kortkamp2017-12-201-1/+1
| | | | Notes: svn path=/head/; revision=456840
* java/intellij-pty4j: Drop maintainershipTobias Kortkamp2017-12-201-1/+1
| | | | Notes: svn path=/head/; revision=456839
* java/intellij-ultimate: Update to version 2017.3.1.Boris Samorodov2017-12-173-4661/+115
| | | | | | | | PR: 224392 Submitted by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer) Notes: svn path=/head/; revision=456568
* java/intellij: Update to version 2017.3.1.Boris Samorodov2017-12-152-5/+5
| | | | Notes: svn path=/head/; revision=456393
* java/intellij-ultimate: Update to 2017.2.5.Boris Samorodov2017-12-153-581/+13019
| | | | | | | | | PR: 222472 Submitted by: Ivan <bsd@abinet.ru> Patch by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer) Notes: svn path=/head/; revision=456392
* - Those ports fail to build with python3Antoine Brodin2017-12-121-1/+1
| | | | | | | - Add some explicit FLAVOR to dependencies where needed Notes: svn path=/head/; revision=456181
* java/jdk8-doc: update 8u131 -> 8u152Kurt Jaeger2017-12-112-4/+4
| | | | | | | | | | | | | | - docs for jdk8 PR: 223172 Changes: http://www.oracle.com/technetwork/java/javase/8u152-relnotes-3850503.html http://www.oracle.com/technetwork/java/javase/8u151-relnotes-3850493.html http://www.oracle.com/technetwork/java/javase/8u144-relnotes-3838694.html http://www.oracle.com/technetwork/java/javase/8u141-relnotes-3720385.html Submitted by: Jonathan Chen <jonc@chen.org.nz> Notes: svn path=/head/; revision=455929
* Don't include bsd.port.options.mk after bsd.port.pre.mk.Mathieu Arnold2017-12-081-2/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=455775
* Fix java/cacao after switching to bootstrap-openjdk6Rene Ladan2017-12-021-3/+3
| | | | Notes: svn path=/head/; revision=455374
* java/classpath: fix build after switching to bootstrap-openjdk6Rene Ladan2017-12-021-4/+4
| | | | | | | | Reported by: antoine Pointy hat: rene Notes: svn path=/head/; revision=455370
* java/intellij: Welcome 2017.3 version!Boris Samorodov2017-12-013-44/+69
| | | | Notes: svn path=/head/; revision=455310
* Remove expired ports:Rene Ladan2017-12-0110-276/+0
| | | | | | | | | | 2017-11-30 www/p5-Yahoo-Lifestyle: This service has been shut down 2017-11-30 games/linux-rtcw: Use the native and open source games/iortcw instead 2017-11-30 java/bootstrap-openjdk: superseded by java/bootstrap-openjdk[68] 2017-11-30 lang/gcc46: Unsupported by upstream. Use GCC 6 or newer instead. Notes: svn path=/head/; revision=455282
* java/{cacao,classpath}: Use java/bootstrap-openjdk6 as dependency.Rene Ladan2017-12-012-3/+4
| | | | Notes: svn path=/head/; revision=455281
* Add support for "-XX:+UseLargePages" option.Jung-uk Kim2017-12-015-5/+241
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Excerpted from the original submission: "FreeBSD on several architectures automatically utilizes superpages. So, for the JVM's JIT-compiled code cache and data heap, much of those regions are already using superpages. However, the -XX:+UseLargePages option still serves a useful, if secondary, purpose on FreeBSD. Essentially, it informs the JVM's platform-independent layer what the supported page sizes are. So, when memory is mmap(2)ed and munmap(2)ed within the code cache and data heap, the addresses and sizes will be superpage-aligned and a multiple of the superpage size, respectively. Currently, without this patch, the code cache, for example, typically starts at an unaligned address, so the initial portion of the code cache can never be a superpage. Similarly, unaligned munmap(2)s on the data heap force the kernel to demote superpages to 4KB pages, and this patch eliminates those demotions. This patch both introduces the code needed on FreeBSD to implement -XX:+UseLargePages and deletes code that was copied from Linux that is, to the best of my knowledge, useless on any version of BSD, i.e., UseHugeTLBFS and UseSHM. The additions are in part based on the Solaris version of os_solaris.cpp, e.g., the sorting of the page sizes array." Note I did minor style cleanup and regenerated the patches. Submitted by: alc Notes: svn path=/head/; revision=455243
* Add support for powerpc64.Jung-uk Kim2017-12-013-4/+8
| | | | | | | PR: 223262 Notes: svn path=/head/; revision=455241
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-307-0/+7
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* Don't use MASTER_SITE_SUBDIR when it is not needed.Mathieu Arnold2017-11-241-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=454828
* . Update to 2017c.Greg Lewis2017-11-193-4/+5
| | | | Notes: svn path=/head/; revision=454497
* . Update to 8u152.Greg Lewis2017-11-194-766/+865
| | | | Notes: svn path=/head/; revision=454477
* java/intellij: Update to version 2017.2.6, build 172.4574.11.Boris Samorodov2017-11-142-4/+5
| | | | Notes: svn path=/head/; revision=454174
* Fix the context of some patches so that they apply with stricter patch(1)Antoine Brodin2017-11-091-1/+1
| | | | | | | | PR: 223545 With hat: portmgr Notes: svn path=/head/; revision=453869
* java/intellij: Update to version 2017.2.6.Boris Samorodov2017-11-092-5/+5
| | | | Notes: svn path=/head/; revision=453802
* devel/icu: update to 60.1Jan Beich2017-11-091-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/60 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 223373 Exp-run by: antoine Notes: svn path=/head/; revision=453790
* Add support for aarch64.Jung-uk Kim2017-11-023-3/+7
| | | | | | | PR: 223231 Notes: svn path=/head/; revision=453336
* Fix default bootstrap JDK selection.Jung-uk Kim2017-11-011-2/+2
| | | | | | | It was accidentally broken by r450869. Notes: svn path=/head/; revision=453315
* Add preliminary support for aarch64 with Zero.Jung-uk Kim2017-11-012-1/+42
| | | | | | | PR: 223231 Notes: svn path=/head/; revision=453314
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-11-011-2/+2
| | | | Notes: svn path=/head/; revision=453284
* Copy java/wildfly10 to java/wildfly11, and update to Wildfly 11.0.Jimmy Olgeni2017-10-318-0/+1531
| | | | | | | | | PR: 223343 Submitted by: olgeni Approved by: yerenkow@gmail.com (maintainer) Notes: svn path=/head/; revision=453250