summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* java/openjfx14: Enable on i386Mikael Urankar2022-03-161-1/+1
|
* lang/rust: Bump revisions after 1.59.0Mikael Urankar2022-03-151-1/+1
|
* java/intellij-ultimate: fix plist with Python ≠ 3.8Thierry Thomas2022-03-031-15/+15
| | | | | | | Keep 3.8 hard-coded, these files do not depend on Python version. PR: 262324 Approved by: Andrey Cherkashin (maintainer)
* java/openjdk8: Update to 8u322 GAGreg Lewis2022-02-112-5/+5
| | | | This should also fix problems with LLVM/Clang 13
* java/openjdk11: Bump PORTREVISIONGreg Lewis2022-02-111-0/+1
| | | | | | | Bump PORTREVISION, missed in the last commit. PR: 260319 Reported by: Jonathan Chen
* java/openjdk11: Restore LLVM/Clang 13 workaroundGreg Lewis2022-02-081-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
* java/openjdk15: Update to 15.0.6 GAGreg Lewis2022-02-053-7/+7
|
* java/openjdk13: Update to 13.0.10 GAGreg Lewis2022-02-052-4/+4
|
* java/openjdk17: Update to 17.0.2 GAGreg Lewis2022-02-053-47/+5
|
* java/openjdk11: Update to 11.0.14 GAGreg Lewis2022-02-052-7/+5
|
* lang/rust: Relink consumersTobias Kortkamp2022-02-031-1/+1
| | | | | PR: 261449 Security: ee26f513-826e-11ec-8be6-d4c9ef517024
* java/intellij-ultimate: update to 2021.3.2 releaseAlex Dupre2022-01-313-18/+22
|
* java/apache-commons-dbcp: update to 2.9.0 releaseAlex Dupre2022-01-312-4/+4
|
* java/cryptix-jce: Deprecate and set expiration date to 2022-03-31Daniel Engberg2022-01-181-0/+3
| | | | | | Abandonware, last release in 2005 and listed as dead upstream PR: 260685
* lang/rust: Bump revisions after 1.58.0Tobias Kortkamp2022-01-171-1/+1
|
* java/openjdk17-jre: Add JRE-only package for java/openjdk17Jung-uk Kim2022-01-123-2/+19
|
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-102-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)
* java/jmf: update (chase HTTP redirection) or otherwise actualize URLs.Alexey Dokuchaev2022-01-042-5/+2
|
* java/bootstrap-openjdk17: Add i386 supportGreg Lewis2021-12-313-15/+23
|
* rubymine: drop the intellij- prefix and move away from javaRene Ladan2021-12-319-5575/+0
|
* java/intellij-rubymine: update to 2021.3.1Rene Ladan2021-12-313-16/+307
| | | | Reported by: JetBrains Toolbox
* java/openjdk17: Add i386 supportGreg Lewis2021-12-312-1/+43
|
* java/netbeans: Update to 12.6Koop Mast2021-12-303-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]
* java/openjdk17: allow bootstrapping on powerpc64le with bootstrap-openjdk17Piotr Kubaj2021-12-201-2/+2
|
* java/bootstrap-openjdk17: add bootstrap for powerpc64lePiotr Kubaj2021-12-202-3/+5
|
* java/openjdk17: use java/bootstrap-openjdk17 on powerpc64 elfv2Piotr Kubaj2021-12-201-2/+2
|
* java/bootstrap-openjdk17: add powerpc64 bootstrapPiotr Kubaj2021-12-203-15/+26
| | | | Since some files are not present after building openjdk17, they need to be excluded.
* java/jattach: update to 2.0Michael Zhilin2021-12-163-5/+5
|
* java/openjfx14: fix build with non-default CCACHE_DIRBenjamin Takacs2021-12-121-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
* java/intellij-ultimate: update to 2021.3Waitman2021-12-083-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)
* lang/rust: Rebuild consumers for Rust 1.57.0Tobias Kortkamp2021-12-051-1/+1
|
* java/intellij-rubymine: update to 2021.3Rene Ladan2021-12-023-133/+2022
| | | | | Changelog: https://www.jetbrains.com/ruby/whatsnew/ Reported by: JetBrains Toolbox
* java/openjdk17: Use the bootstrap port on supported ARCHsGreg Lewis2021-11-271-2/+10
|
* java/bootstrap-openjdk17: Add a bootstrap port for openjdk17Greg Lewis2021-11-276-0/+472
|
* */*: Remove redundant '-*' from CONFLICTS definitionsStefan Eßer2021-11-251-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)
* java/bouncycastle15: Make sure we don't miss jars with future updatesMateusz Piotrowski2021-11-252-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.
* java/bouncycastle15: Install bcutil.jar and bcjmail.jarMateusz Piotrowski2021-11-252-3/+7
| | | | | | MFH: 2021Q4 Sponsored by: Modirum MDPay Sponsored by: Klara, Inc.
* java/bouncycastle15: Simplify install target for ZIPSRCMateusz Piotrowski2021-11-251-7/+7
| | | | | | MFH: 2021Q4 Sponsored by: Modirum MDPay Sponsored by: Klara, Inc.
* java/bouncycastle15: Refresh pkg-descr and update license infoMateusz Piotrowski2021-11-252-23/+11
| | | | | | MFH: 2021Q4 Sponsored by: Modirum MDPay Sponsored by: Klara, Inc.
* java/bouncycastle15: Pet portfmt and portclippyMateusz Piotrowski2021-11-251-17/+23
| | | | | | MFH: 2021Q4 Sponsored by: Modirum MDPay Sponsored by: Klara, Inc.
* java/javavmwrapper: Add support for 17 as a versionGreg Lewis2021-11-234-13/+22
|
* java/openjdk17: Fix WWW link to point to JDK 17Greg Lewis2021-11-231-1/+1
| | | | | PR: 259167 Reported by: cedric@precidata.com
* java/openjdk16: Fix WWW link to point to JDK 16Greg Lewis2021-11-231-1/+1
| | | | | PR: 259167 Reported by: cedric@precidata.com
* java/openjdk15: Update to 15.0.5Greg Lewis2021-11-062-6/+5
|
* java/openjdk13: Update to 13.0.9Greg Lewis2021-11-062-12/+6
|
* java/openjdk8: Update to 8u312Greg Lewis2021-10-313-36/+6
|
* java/java-zoneinfo: Update to 2021eGreg Lewis2021-10-312-4/+4
|
* java/openjdk11: Update to 11.0.13Greg Lewis2021-10-313-15/+8
|
* java/openjdk17: Update to 17.0.1Greg Lewis2021-10-315-53/+7
|
* devel/icu: update to 70.1Jan Beich2021-10-281-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