Commit graph

4586 commits

Author SHA1 Message Date
Alex Dupre
1570cb3abe Update to 2019.1.1 release.
PR:		237648
Submitted by:	ale
Approved by:	maintainer
2019-04-30 13:25:43 +00:00
Dmitry Marakasov
a43af0d3c9 - Update WWW
Approved by:	portmgr blanket
2019-04-27 09:01:24 +00:00
Lev A. Serebryakov
06f5af28e1 Add LTS version of subversion to ports.
PR:		235934
2019-04-25 16:28:46 +00:00
Lev A. Serebryakov
815a20bf93 Update to 1.12.0 2019-04-25 12:27:42 +00:00
Dmitry Marakasov
30c8e71b18 - Update WWW
Approved by:	portmgr blanket
2019-04-25 09:01:23 +00:00
Greg Lewis
21037e574c Update to 12.0.1. 2019-04-23 00:22:39 +00:00
Greg Lewis
e3bd9059e5 Update to 11.0.3. 2019-04-23 00:14:17 +00:00
Greg Lewis
68cafb6b8e Update to 8u212. 2019-04-23 00:03:50 +00:00
Greg Lewis
3f3e604677 Update to 2019a. 2019-04-22 23:54:56 +00:00
Greg Lewis
4e67e753fb Minor to whitespace to correct the PR for the previous commit.
Previous commit was:

Always depend on fontconfig

PR:		237436
Submitted by:   Dominik Lisiak <dominik.lisiak@bemsoft.pl>
2019-04-22 21:11:55 +00:00
Greg Lewis
6b01de01db Always depend on fontconfig
PR:		203862
Submitted by:	Dominik Lisiak <dominik.lisiak@bemsoft.pl>
2019-04-22 20:52:52 +00:00
Greg Lewis
8380016c96 . Update to 8u212. 2019-04-20 19:58:13 +00:00
Greg Lewis
3d8afb5258 . Update to 8u212. 2019-04-20 19:32:23 +00:00
Greg Lewis
61e975f75e Add back the dependency on zip.
Reported by:	Charlie Li <ml+freebsd@vishwin.info>
2019-04-19 19:08:40 +00:00
Greg Lewis
eee68625ae * Update to 8u212.
* Change master site to Github
* Remove patches and Makefile fixes that have been upstreamed to Github
2019-04-19 16:31:33 +00:00
Greg Lewis
083a6da42d . Update to 12.0.1 2019-04-17 20:57:53 +00:00
Greg Lewis
5a5d4db763 . Update to 11.0.3. 2019-04-17 18:31:26 +00:00
Kurt Jaeger
8f96041301 java/eclipse-pydev: unbreak after java/eclipse update
- path to BUNDLES_INFO changed

PR:		236792
2019-04-14 12:31:54 +00:00
Kurt Jaeger
b7a189e76a java/eclipse: fix whitespace in Makefile.plugins
PR:		237280
2019-04-14 12:07:04 +00:00
Kurt Jaeger
8b76c85ac4 java/eclipse: re-add Makefile.plugins to restore build for some ports
PR:		237280
Submitted by:	Jonathan Chen <jonc@chen.org.nz>
2019-04-14 11:59:58 +00:00
Kurt Jaeger
ff7a1931a9 java/eclipse-pydev: mark BROKEN after java/eclipse update
- see also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213648

PR:		236792
2019-04-14 11:52:07 +00:00
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