summaryrefslogtreecommitdiff
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-16java/openjfx14: Enable on i386Mikael Urankar1-1/+1
2022-03-15lang/rust: Bump revisions after 1.59.0Mikael Urankar1-1/+1
2022-03-03java/intellij-ultimate: fix plist with Python ≠ 3.8Thierry Thomas1-15/+15
Keep 3.8 hard-coded, these files do not depend on Python version. PR: 262324 Approved by: Andrey Cherkashin (maintainer)
2022-02-11java/openjdk8: Update to 8u322 GAGreg Lewis2-5/+5
This should also fix problems with LLVM/Clang 13
2022-02-11java/openjdk11: Bump PORTREVISIONGreg Lewis1-0/+1
Bump PORTREVISION, missed in the last commit. PR: 260319 Reported by: Jonathan Chen
2022-02-08java/openjdk11: Restore LLVM/Clang 13 workaroundGreg Lewis1-1/+6
This restores the previous LLVM/Clang 13 workaround. I had thought the upstream changes would address this, but still seeing reports of crashes when compiled with LLVM/Clang 13. PR: 260319 Reported by: various
2022-02-05java/openjdk15: Update to 15.0.6 GAGreg Lewis3-7/+7
2022-02-05java/openjdk13: Update to 13.0.10 GAGreg Lewis2-4/+4
2022-02-05java/openjdk17: Update to 17.0.2 GAGreg Lewis3-47/+5
2022-02-05java/openjdk11: Update to 11.0.14 GAGreg Lewis2-7/+5
2022-02-03lang/rust: Relink consumersTobias Kortkamp1-1/+1
PR: 261449 Security: ee26f513-826e-11ec-8be6-d4c9ef517024
2022-01-31java/intellij-ultimate: update to 2021.3.2 releaseAlex Dupre3-18/+22
2022-01-31java/apache-commons-dbcp: update to 2.9.0 releaseAlex Dupre2-4/+4
2022-01-18java/cryptix-jce: Deprecate and set expiration date to 2022-03-31Daniel Engberg1-0/+3
Abandonware, last release in 2005 and listed as dead upstream PR: 260685
2022-01-17lang/rust: Bump revisions after 1.58.0Tobias Kortkamp1-1/+1
2022-01-12java/openjdk17-jre: Add JRE-only package for java/openjdk17Jung-uk Kim3-2/+19
2022-01-10Fix CONFLICTS entries of multiple portsStefan Eßer2-2/+2
There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
2022-01-04java/jmf: update (chase HTTP redirection) or otherwise actualize URLs.Alexey Dokuchaev2-5/+2
2021-12-31java/bootstrap-openjdk17: Add i386 supportGreg Lewis3-15/+23
2021-12-31rubymine: drop the intellij- prefix and move away from javaRene Ladan9-5575/+0
2021-12-31java/intellij-rubymine: update to 2021.3.1Rene Ladan3-16/+307
Reported by: JetBrains Toolbox
2021-12-31java/openjdk17: Add i386 supportGreg Lewis2-1/+43
2021-12-30java/netbeans: Update to 12.6Koop Mast3-131/+323
For the replacing of the python command, use the default python 3 version instead of hardcoding python 2.7. Drop the netbeans version from the .desktop file. Don't use absolute path for the symlink and add a non-versioned. This also makes netbeans fetchable again, all distfiles prior to 12.6 where removed upsteam [1]. PR: ports/260414 [1] Reported by: Marko Cupać <marko.cupac@mimar.rs> [1]
2021-12-20java/openjdk17: allow bootstrapping on powerpc64le with bootstrap-openjdk17Piotr Kubaj1-2/+2
2021-12-20java/bootstrap-openjdk17: add bootstrap for powerpc64lePiotr Kubaj2-3/+5
2021-12-20java/openjdk17: use java/bootstrap-openjdk17 on powerpc64 elfv2Piotr Kubaj1-2/+2
2021-12-20java/bootstrap-openjdk17: add powerpc64 bootstrapPiotr Kubaj3-15/+26
Since some files are not present after building openjdk17, they need to be excluded.
2021-12-16java/jattach: update to 2.0Michael Zhilin3-5/+5
2021-12-12java/openjfx14: fix build with non-default CCACHE_DIRBenjamin Takacs1-3/+3
In the build of openjfx14 CCACHE_DIR gets lost leading to build failures e.g. when building as nobody, so add it into ccwrapper and cxxwrapper. While here remove redundant ${SETENV} in do-build (${_GRADLE_RUN} already contains ${SETENV}) PR: 260215
2021-12-08java/intellij-ultimate: update to 2021.3Waitman3-636/+849
Changelog: https://youtrack.jetbrains.com/articles/IDEA-A-79/IntelliJ-IDEA-2021.3-(213.5744.223-build)-Release-Notes PR: 260172 Approved by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
2021-12-05lang/rust: Rebuild consumers for Rust 1.57.0Tobias Kortkamp1-1/+1
2021-12-02java/intellij-rubymine: update to 2021.3Rene Ladan3-133/+2022
Changelog: https://www.jetbrains.com/ruby/whatsnew/ Reported by: JetBrains Toolbox
2021-11-27java/openjdk17: Use the bootstrap port on supported ARCHsGreg Lewis1-2/+10
2021-11-27java/bootstrap-openjdk17: Add a bootstrap port for openjdk17Greg Lewis6-0/+472
2021-11-25*/*: Remove redundant '-*' from CONFLICTS definitionsStefan Eßer1-1/+1
The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
2021-11-25java/bouncycastle15: Make sure we don't miss jars with future updatesMateusz Piotrowski2-27/+66
The do-install-* targets will now automatically install all the relevant files provided by the port. Also while here: - Replace PORTDOCS with pkg-plist entries for greater control over the docs. - Move ZIPSRC-only install targets to ZIPSRC_ALL_TARGET. - Sort pkg-plist. - Add a comment explaining why the port installs the bundled version of bcprov.jar. - Install additional documentation (docs and tls/docs). Sponsored by: Modirum MDPay Sponsored by: Klara, Inc.
2021-11-25java/bouncycastle15: Install bcutil.jar and bcjmail.jarMateusz Piotrowski2-3/+7
MFH: 2021Q4 Sponsored by: Modirum MDPay Sponsored by: Klara, Inc.
2021-11-25java/bouncycastle15: Simplify install target for ZIPSRCMateusz Piotrowski1-7/+7
MFH: 2021Q4 Sponsored by: Modirum MDPay Sponsored by: Klara, Inc.
2021-11-25java/bouncycastle15: Refresh pkg-descr and update license infoMateusz Piotrowski2-23/+11
MFH: 2021Q4 Sponsored by: Modirum MDPay Sponsored by: Klara, Inc.
2021-11-25java/bouncycastle15: Pet portfmt and portclippyMateusz Piotrowski1-17/+23
MFH: 2021Q4 Sponsored by: Modirum MDPay Sponsored by: Klara, Inc.
2021-11-23java/javavmwrapper: Add support for 17 as a versionGreg Lewis4-13/+22
2021-11-23java/openjdk17: Fix WWW link to point to JDK 17Greg Lewis1-1/+1
PR: 259167 Reported by: cedric@precidata.com
2021-11-23java/openjdk16: Fix WWW link to point to JDK 16Greg Lewis1-1/+1
PR: 259167 Reported by: cedric@precidata.com
2021-11-06java/openjdk15: Update to 15.0.5Greg Lewis2-6/+5
2021-11-06java/openjdk13: Update to 13.0.9Greg Lewis2-12/+6
2021-10-31java/openjdk8: Update to 8u312Greg Lewis3-36/+6
2021-10-31java/java-zoneinfo: Update to 2021eGreg Lewis2-4/+4
2021-10-31java/openjdk11: Update to 11.0.13Greg Lewis3-15/+8
2021-10-31java/openjdk17: Update to 17.0.1Greg Lewis5-53/+7
2021-10-28devel/icu: update to 70.1Jan Beich1-1/+1
Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1 Reported by: GitHub (watch releases) PR: 258794 Exp-run by: antoine