Commit Graph

4965 Commits

Author SHA1 Message Date
Antoine Brodin bc543f67e8 Fix plist 2019-04-14 11:32:26 +00:00
Kurt Jaeger 765525b60a java/eclipse: update 4.6 -> 4.11, submitter becomes maintainer
- port is rewritten from scratch
- Warning: UI widgets are oddly sized, currently under investigation

PR:		236792
Submitted by:	Jonathan Chen <jonc@chen.org.nz>
Reviewed by:	mizhka@gmail.com, Curtis Hamilton
Approved by:	ljboiler@gmail.com (maintainer timeout)
Relnotes:	https://www.eclipse.org/eclipseide/2019-03/noteworthy/
2019-04-14 09:14:32 +00:00
Boris Samorodov 4fcd29306f java/intellij: Update to version 2019.1 2019-04-13 18:19:30 +00:00
Tobias Kortkamp 340e1751e6 java/jd-gui: Update to 1.4.2
Changes:	https://github.com/java-decompiler/jd-gui/releases/tag/v1.4.2
2019-04-11 11:29:07 +00:00
Eugene Grosbein bfca5d2c6e java/bouncycastle15: install signed bcprov.jar
Previous revision 497549 switched to install bcprov.jar build from sources
instead of bundled version. However, the bundled version of JAR file is signed
that is essential as is provides an implementation of a Provider
in the Java Cryptography Architecture. For details, refer to
https://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/HowToImplAProvider.html

Partially back out that revision to install bundled bcprov.jar as before.

Thanks to Alex Dupre for reporting this.

Reported by:	ale
2019-04-03 18:07:41 +00:00
Eugene Grosbein 4c48543153 java/bouncycastle15: update to version 1.61
This release adds support for the qTESLA signature alogirithm
and the password hashing algorithm Argon2. Support for endpoint
ID validation has been added to the BCJSSE, and the TLS/BCJSEE API's
journey to TLS 1.3 has continued.

Support has been added to the provider for the Ed25519 and Ed448
signature algorithms and provider support has also been added
for X25519 and X448.

A new API for directly parsing and creating S/MIME documents has been added
to the PKIX APIs. In terms of bug fixes, the TLS api will now tolerate
unrecognized hash algorithms and SNI types.

An issue that meant XMSS/XMSS^MT private keys would sometime reload
incorrectly has been fixed.

RFC3211WrapEngine will now properly handle messages longer than 127 bytes,
and an endianness issue for encoding parameters longer than 255 bytes
for CSHAKE has been fixed, some CMP parsing issues have been found and
dealt with, the co-factors for id-tc26-gost-3410-12-256-paramSetA and
id-tc26-gost-3410-12-512-paramSetC have been corrected and more
work has been done on EC key encoding to make sure named curve
parameters are preserved where possible. BCFKS key stores can
now be signature protected rather than passord protected.

See also https://www.bouncycastle.org/releasenotes.html

Also, the port now installs version of bcprov.jar built from sources
removing code since older java/bouncycastle port that installs
bcprov.jar bundled with distfile.
2019-04-02 06:57:18 +00:00
Greg Lewis 42f8b4781f * Update to 12.0.0.33.2
* 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.
2019-03-29 17:39:15 +00:00
Greg Lewis 51cf7dc135 Fix DTrace support for 32 bit platforms and re-enable it.
PR:		236876
2019-03-29 17:06:20 +00:00
Greg Lewis 40d8a17508 Temporarily disable DTRACE on i386
PR:		236876
2019-03-29 15:41:06 +00:00
Alex Dupre 4bbb02279f Update to 2019.1 release.
PR:		236852
Submitted by:	ale
Approved by:	maintainer
2019-03-29 09:07:22 +00:00
Greg Lewis 8e56f4080e Remove unnecessary CPPFLAGS and LDFLAGS. 2019-03-29 05:58:56 +00:00
Greg Lewis 3445be9c57 . Update to 11.0.2.9.4
. 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.
2019-03-29 01:05:26 +00:00
Jung-uk Kim d3c95d36f1 Fix iconv(3) issues.
PR:		236759
2019-03-28 23:27:12 +00:00
Jung-uk Kim d98a910efa Refine r496923.
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
2019-03-28 23:19:00 +00:00
Jan Beich 480c577baa devel/icu: update to 64.1
Changes:	http://site.icu-project.org/download/64
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		236325
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19479
2019-03-27 21:11:08 +00:00
Greg Lewis 17ca9c16ac Fixes for include path, jshell, and process issues.
* 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]
2019-03-26 20:48:04 +00:00
Michael Zhilin 3ae43ff942 [java/jattach] update to 1.5
Update to 1.5. no patches required, works as-is.

Submitted by:	lwhsu
Approved by:	lwhsu
2019-03-24 15:08:23 +00:00
Muhammad Moinur Rahman 458a4ba75e java/java-checkstyle: Return to pool as no longer usee JAVA 2019-03-23 23:35:55 +00:00
Greg Lewis 9de6facd51 Add a port of the documentation for JDK 12 2019-03-22 01:42:36 +00:00
Greg Lewis 717db6b72b . Fix permissions on jspawnhelper.
. Bump PORTREVISION.
2019-03-21 20:25:08 +00:00
Greg Lewis 50a634ab39 . Fix permissions on jspawnhelper.
. Bump PORTREVISION.
2019-03-21 18:32:50 +00:00
Greg Lewis 51ef8bf96e Re-add the port of OpenJDK 12 2019-03-21 17:34:20 +00:00
Greg Lewis 2f1232fbff Remove openjdk12 to try a repo copy again. 2019-03-21 17:31:47 +00:00
Greg Lewis 5e8e130cbb Support i386 2019-03-21 17:22:38 +00:00
Greg Lewis aa84ea8616 . Update bootstrap
. Add i386 support
2019-03-21 14:45:11 +00:00
Antoine Brodin f02fe45377 Remove dependency on webkit to allow its removal 2019-03-21 06:58:00 +00:00
Mark Linimon 7d6e80d5aa Rearrange things to appease portlint. 2019-03-21 06:31:57 +00:00
Mark Linimon 5511e9ec39 Per request of Michael Zhilin on freebsd-java@, extend the expiration
a bit while a proper fix is being worked on.
2019-03-21 06:25:23 +00:00
Greg Lewis f0520b4f4d Add files missing in last commit somehow. 2019-03-21 04:38:51 +00:00
Greg Lewis 847931245a Add a port of OpenJDK 12 2019-03-21 03:33:14 +00:00
Greg Lewis d2a6dd1a42 Update to 11.0.2.9.2 2019-03-20 20:58:59 +00:00
Greg Lewis 3db7f4d3ba Fix COMMENT 2019-03-18 05:58:14 +00:00
Greg Lewis fe413e3951 Fix COMMENT 2019-03-18 05:57:36 +00:00
Greg Lewis 4eec8873a2 Fix COMMENT 2019-03-18 05:56:55 +00:00
Greg Lewis 4379444096 Add a port of the documentation for JDK 11 2019-03-18 05:25:07 +00:00
Greg Lewis c599836021 Add a port to use as a bootstrap for jdk11 ports. 2019-03-16 17:58:48 +00:00
Greg Lewis 927f3bccaa Remove bootstrap-openjdk11 temporarily to do a repo copy from bootstrap-openjdk8 2019-03-16 17:56:57 +00:00
Greg Lewis b52c7870ec Add pkgconfig to USES
Reported by:	Jonathan Chen <jonc@chen.org.nz>
2019-03-16 16:19:42 +00:00
Sunpoet Po-Chuan Hsieh e7bf63f74a Update WWW
Approved by:	portmgr (blanket)
2019-03-15 21:42:08 +00:00
Greg Lewis e44a4cbf25 Add a port of OpenJDK 11 2019-03-15 06:02:17 +00:00
Greg Lewis 4c705d4110 Removing openjdk11 temporarily to do a repo copy from openjdk8 first. 2019-03-15 05:56:34 +00:00
Greg Lewis 12b18004f2 Update COMMENT and MAINTAINER
Reported by:	ale@
2019-03-13 17:48:04 +00:00
Kurt Jaeger 2fdcae1046 New port: java/wildfly16
- also re-add files/

PR:  236464
Submitted by: Simeo Reig <reig.simeo@gmail.com>
2019-03-13 17:08:56 +00:00
Kurt Jaeger 74449513d8 New port: java/wildfly16
WildFly is a flexible, lightweight, managed application
runtime that helps you build amazing applications.
WildFly - new name for JBoss Application Server

Fast Startup
Small Footprint
Modular Design
Unified Configuration and Management

And of course Java EE!

WWW: http://wildfly.org

PR:  236464
Submitted by: Simeo Reig <reig.simeo@gmail.com>
2019-03-13 17:06:54 +00:00
Kurt Jaeger 8bb0993d22 java/wildfly16: remove to re-add with repo-copy
PR:		236464
Reported by:	danfe
2019-03-13 17:05:59 +00:00
Sunpoet Po-Chuan Hsieh 9f48b10549 Update WWW
Approved by:	portmgr (blanket)
2019-03-13 16:11:56 +00:00
Sunpoet Po-Chuan Hsieh cbdc3ac51e Update WWW
Approved by:	portmgr (blanket)
2019-03-13 16:11:52 +00:00
Sunpoet Po-Chuan Hsieh a43c6d83e7 Update WWW
Approved by:	portmgr (blanket)
2019-03-13 16:11:47 +00:00
Sunpoet Po-Chuan Hsieh 80faa27e7b Update WWW
Approved by:	portmgr (blanket)
2019-03-13 16:11:42 +00:00
Sunpoet Po-Chuan Hsieh f7a97ed866 Update WWW
Approved by:	portmgr (blanket)
2019-03-13 16:11:38 +00:00