aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r485094 r486973 r486983 r487219 r488521Alex Dupre2018-12-2712-1090/+1370
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix reversed ccache version detection logic. Enable ccache support. - Use '-pthread' for Clang. Clang supports '-pthread' on all BSDs except for Darwin. [1] Reported by: Achilleas Mantzios <achill@matrix.gatewaynet.com> [1] Tested by: Achilleas Mantzios <achill@matrix.gatewaynet.com> [1] . Update to 8u192. PR: 230364 . Fix SCTP support. PR: 230321 Submitted by: Timo Voelker <timo.voelker@fh-muenster.de> . Fix build on gcc based architectures (e.g. powerpc64) PR: 233883 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Add support for millisecond resolution to get/setLastModifiedTime in both Java IO and NIO. Approved by: portmgr (bapt) Notes: svn path=/branches/2018Q4/; revision=488531
* java/intellij-ultimate: update to 2018.2.3Kevin Bowling2018-09-253-6/+14
| | | | | | | | | PR: 231341 Approved by: Andrey Cherkashin (maintainer), timur (mentor) Differential Revision: https://reviews.freebsd.org/D17212 Notes: svn path=/head/; revision=480636
* Deprecate dead -devel portsAntoine Brodin2018-09-161-0/+2
| | | | Notes: svn path=/head/; revision=479891
* . Update to 8u181.Greg Lewis2018-09-152-6/+6
| | | | Notes: svn path=/head/; revision=479845
* . Update to 8u181.Greg Lewis2018-09-153-227/+19
| | | | Notes: svn path=/head/; revision=479842
* java/intellij: Update to version 2018.2.3Boris Samorodov2018-09-133-5/+10
| | | | Notes: svn path=/head/; revision=479665
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-112-2/+2
| | | | | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906 Notes: svn path=/head/; revision=479538
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-104-0/+8
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* . Update to 8u181.Greg Lewis2018-09-085-681/+849
| | | | Notes: svn path=/head/; revision=479258
* . Update to 10.0.2.Greg Lewis2018-09-082-4/+4
| | | | Notes: svn path=/head/; revision=479257
* . Update to 10.0.2.Greg Lewis2018-09-083-5/+5
| | | | Notes: svn path=/head/; revision=479256
* java/jlint: Fix build with Clang 6Tobias Kortkamp2018-08-313-7/+132
| | | | | | | | | | | | | | | | | | | | In file included from access_desc.cc:1: In file included from ./access_desc.hh:8: In file included from ./class_desc.hh:4: ./types.hh:144:6: error: constant expression evaluates to 4294967168 which cannot be narrowed to type 'int4' (aka 'int') [-Wc++11-narrowing] {0xffffff80, 0x0000007f}, // tp_byte ^~~~~~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/jlint-3.1.2_4.log jlint.cc:1044:33: error: no matching literal operator for call to 'operator""__DATE__' with arguments of types 'const char *' and 'unsigned long', and no matching literal operator template "version %s ("__DATE__").\n", VERSION); ^ - Remove embedded build date - Make sure the build respects CXXFLAGS, LDFLAGS, LIBS Notes: svn path=/head/; revision=478616
* Update java/intellij-ultimate to 2018.2.2 versionTimur I. Bakeyev2018-08-313-198/+295
| | | | | | | | | PR: 230299 Submitted by: kbowling Approved by: maintainer Notes: svn path=/head/; revision=478538
* java/jdk8-doc: update 8u172 -> 8u181Kurt Jaeger2018-08-302-5/+6
| | | | | | | | PR: 230811 Submitted by: Jonathan Chen <jonc@chen.org.nz> Notes: svn path=/head/; revision=478490
* java/jikes: Unbreak on 12.0 and fix build with Clang 6Tobias Kortkamp2018-08-261-3/+1
| | | | | | | | | | | checking for standard set_new_handler... no configure: error: Could not find standard set_new_handler function PR: 230673 Submitted by: Ting-Wei Lan <lantw44@gmail.com> Notes: svn path=/head/; revision=478118
* www/webkit2-gtk3, java/openjfx8-devel: unbreak with libc++ 7Jan Beich2018-08-221-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | In file included from Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:28: In file included from Source/JavaScriptCore/bytecode/ArrayProfile.h:29: In file included from Source/JavaScriptCore/runtime/Structure.h:28: In file included from Source/JavaScriptCore/runtime/ClassInfo.h:25: In file included from Source/JavaScriptCore/interpreter/CallFrame.h:30: In file included from Source/JavaScriptCore/runtime/VM.h:40: In file included from Source/JavaScriptCore/runtime/FunctionHasExecutedCache.h:28: In file included from /usr/include/c++/v1/unordered_map:385: In file included from /usr/include/c++/v1/__node_handle:16: /usr/include/c++/v1/optional:171:29: error: redefinition of 'bad_optional_access' class _LIBCPP_EXCEPTION_ABI bad_optional_access ^ DerivedSources/ForwardingHeaders/wtf/Optional.h:295:7: note: previous definition is here class bad_optional_access : public std::logic_error { ^ PR: 230464 230600 Submitted by: dim Notes: svn path=/head/; revision=477812
* Remove expired ports:Rene Ladan2018-08-215-97/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-08-20 net/openmq: Broken for more than 5 months 2018-08-20 net/coda6_server: Broken for more than 5 months 2018-08-20 net/ceph-devel: Broken for more than 5 months 2018-08-20 java/jgrapht: Broken for more than 5 months 2018-08-20 mail/mutt14: mutt 1.4.x has been out of support for 10+ years use mail/mutt 2018-08-20 www/pydio: Broken for more than 5 months 2018-08-20 security/fastd-devel: Broken for more than 5 months 2018-08-20 security/fastd: Broken for more than 5 months 2018-08-20 devel/bhyve-vm-goagent: Broken for more than 5 months 2018-08-20 devel/cherivis-devel: Depends on broken and expiring cheritrace-devel 2018-08-20 devel/cheritrace-devel: Broken for more than 5 months 2018-08-20 devel/javolution: Broken for more than 5 months 2018-08-20 devel/bisoncpp: Depends on broken and expiring libbobcat 2018-08-20 databases/php5-pdo_cassandra: Broken for more than 5 months 2018-08-20 games/crafty-open-large: Broken for more than 5 months 2018-08-20 games/crafty-open-enormous: Broken for more than 5 months 2018-08-20 games/crafty-open-medium: Broken for more than 5 months 2018-08-20 math/jakarta-commons-math: Broken for more than 5 months 2018-08-20 math/hfst: Broken for more than 5 months 2018-08-20 math/octave-forge-communications: Broken for more than 5 months 2018-08-20 lang/v8-devel: Broken for more than 5 months 2018-08-20 sysutils/rubygem-fluentd010: Broken for more than 5 months Notes: svn path=/head/; revision=477717
* java/intellij: Update to version 2018.2.1Boris Samorodov2018-08-143-179/+269
| | | | Notes: svn path=/head/; revision=477203
* Switch to xorgproto instead of individual packagesNiclas Zeising2018-07-311-2/+2
| | | | | | | | | | | | | | | | | | | | | Upstream used to distribute protocol headers as separate packages, but has decided to merge those to a common package, named xorgproto. This update tracks that change. * Add a new port, x11/xorgproto, with are protocol headers for xorg. * Hook the new protocol port to the build and to infrastructure in bsd.xorg.mk. * Update all ports with a dependency on any of the old *proto packages to instead depend on xorgproto. Bump portrevision. * Delete the old *proto packages, update MOVED. PR: 230023 Submitted by: zeising Approved by: portmgr (antoine) exp-run by: antoine Notes: svn path=/head/; revision=476013
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-293-3/+3
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* java/intellij-ultimate: Update to 2018.1.6Steve Wills2018-07-263-15/+11
| | | | | | | | PR: 230028 Submitted by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer) Notes: svn path=/head/; revision=475399
* Deprecate ports broken for more than 5 monthsAntoine Brodin2018-07-171-0/+2
| | | | Notes: svn path=/head/; revision=474787
* Remove java/jaf port, since the Java Activation Framework is included byAlex Dupre2018-07-166-67/+6
| | | | | | | | | default in the JRE since Java 6 and we don't support Java 5 anymore. Reviewed by: eugen Notes: svn path=/head/; revision=474750
* bouncycastle15: update to version 1.60Eugene Grosbein2018-07-152-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | This release deals with two CVEs: one affecting RSA key pair generation where the certainty value is being tweaked in the light-weight API, and the other on properly validating an XMSS/XMSS^MT private key on reload. In terms of improvements, the BCJSSE now supports SNI, CMS now supports SHA-3 signatures, the Unified Model is now fully supported for Diffie-Hellman with ephemeral keys, and PGP EC operations can support a wider range of curves. Issues have also been fixed in EST, CRMF request generation, and low-level support has been added for EdDSA. Further details on other additions and bug fixes can be found in the release notes at: https://www.bouncycastle.org/releasenotes.html Security: CVE-2018-1000180 Security: CVE-2018-1000613 MFH: 2018Q3 Notes: svn path=/head/; revision=474695
* UnbreakAntoine Brodin2018-07-151-1/+2
| | | | Notes: svn path=/head/; revision=474667
* Give the npapi-headers distfile a slightly better filenameTobias Kortkamp2018-07-072-3/+3
| | | | | | | PR: 229242 Notes: svn path=/head/; revision=474076
* Attempt to unbreak java/icedtea-webTobias Kortkamp2018-07-073-3/+22
| | | | | | | | | | | | - Bring back the PLUGIN option. The build needs the 4 NPAPI headers. Extract them from libxul-45.9.0_12 to a separate distfile and point the build to them. PR: 229242 Approved by: java (maintainer timeout, 2 weeks) Notes: svn path=/head/; revision=474073
* . Sync the cacerts file with the version in the latest Oracle binary release.Greg Lewis2018-07-032-0/+1
| | | | Notes: svn path=/head/; revision=473801
* . Update to 8u172.Greg Lewis2018-07-022-4/+4
| | | | Notes: svn path=/head/; revision=473703
* devel/icu: update to 62.1Jan Beich2018-06-291-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/62 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 229359 Exp-run by: antoine (only 10.4) Notes: svn path=/head/; revision=473551
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-1/+2
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* This fails on amd64-12 as well.Mark Linimon2018-06-251-3/+1
| | | | Notes: svn path=/head/; revision=473337
* Mark as broken on arm on -CURRENT.Mark Linimon2018-06-251-0/+4
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473293
* java/icedtea-web: mark as BROKEN after www/libxul removalRene Ladan2018-06-231-0/+1
| | | | Notes: svn path=/head/; revision=473125
* java/icedtea-web: remove optional support for expired www/libxul.Rene Ladan2018-06-222-15/+2
| | | | | | | | This means the PLUGIN option is removed. Bump PORTREVISION Notes: svn path=/head/; revision=473090
* Reset MAINTAINER on ports maintained by amutu@amutu.comYuri Victorovich2018-06-221-1/+1
| | | | | | | | | | | Based on the new policy of all maintained ports reset when maintaner is absent for 3 months. Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months). portscout database indicates that 48.94% of his ports aren't updated. Notes: svn path=/head/; revision=473019
* Mark these ports as broken on aarch64, and, where appropriate, on armvX.Mark Linimon2018-06-221-0/+1
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473012
* - Add LICENSEDmitry Marakasov2018-06-191-0/+7
| | | | | | | | | | - Add NO_ARCH PR: 228744 Approved by: maintainer timeout (glewis, 2 weeks) Notes: svn path=/head/; revision=472787
* Add Oracle Linux Java 10 JDK/JRE/Server JRE.Lev A. Serebryakov2018-06-1816-0/+2149
| | | | | | | | | | This version need linux-c7 and crashes with linux-c6. Works only on amd64. PR: 228848 Notes: svn path=/head/; revision=472705
* Mark as broken on powerpc64.Mark Linimon2018-06-171-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472588
* java/intellij: Update to version 2018.1.5Boris Samorodov2018-06-162-5/+5
| | | | Notes: svn path=/head/; revision=472545
* Mark as broken on powerpc64.Mark Linimon2018-06-041-3/+4
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=471737
* Fix packaging with DEFAULT_VERSIONS=python=3.xAntoine Brodin2018-05-281-1/+1
| | | | Notes: svn path=/head/; revision=471017
* java/intellij: Update to version 2018.1.4Boris Samorodov2018-05-273-12/+11
| | | | Notes: svn path=/head/; revision=470975
* Fix packaging with DEFAULT_VERSIONS=python=3.xAntoine Brodin2018-05-271-2/+2
| | | | Notes: svn path=/head/; revision=470960
* Update to 8u172Greg Lewis2018-05-272-6/+6
| | | | Notes: svn path=/head/; revision=470958
* . Update to 8u172.Greg Lewis2018-05-263-179/+174
| | | | Notes: svn path=/head/; revision=470939
* Fix packaging with DEFAULT_VERSIONS=python=3.xAntoine Brodin2018-05-261-1/+1
| | | | Notes: svn path=/head/; revision=470893
* java/visualvm: update to 1.4.1Steve Wills2018-05-242-4/+4
| | | | Notes: svn path=/head/; revision=470798
* . Update to 2018e.Greg Lewis2018-05-222-4/+4
| | | | Notes: svn path=/head/; revision=470591