aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* java/openjdk8: Bump PORTREVISION for previous changeDimitry Andric2022-09-141-0/+1
| | | | | PR: 264065 MFH: 2022Q3
* java/openjdk8: Restore workaround for aarch64 assertionsDimitry Andric2022-09-141-0/+10
| | | | | | | | | | | | | | | See also <https://bugs.openjdk.org/browse/JDK-8247766>. Even though the upstream fix has been applied to this version of the JDK, some users still report the assertion "guarantee(val < (1U << nbits)) failed: Field too big for insn" occurring, when it is built with recent versions of clang. Therefore, restore the workaround that uses clang 12 to build the JDK on aarch64. PR: 264065 MFH: 2022Q3
* */*: Update path set in BUILD_DEPENDS for CMakeDaniel Engberg2022-09-091-1/+1
| | | | | | | Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to devel/cmake-core Approved by: portmgr (blanket)
* Remove WWW lines that have been moved into MakefilesStefan Eßer2022-09-083-6/+0
| | | | Approved by: portmgr (implicit)
* Move more WWW entries from pkg-descr files into MakefilesStefan Eßer2022-09-083-0/+3
| | | | | | | The WWW: lines in the pkg-descr files of these ports where not at the end of those files and have been missed in prior conversion runs. Approved by: portmgr (implicit)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-07109-218/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-07109-1/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* cleanup: Remove expired ports:Rene Ladan2022-09-0319-516/+0
| | | | | 2022-09-03 java/openjdk7: EOLed since 31 July 2022 2022-09-03 java/openjdk7-jre: EOLed since 31 July 2022
* java/openjdk11: use LLVM 12 to build if the system compiler is LLVM 13 or newerPiotr Kubaj2022-08-301-1/+2
| | | | | | PR: 260319 Reported by: jonc@chen.org.nz Approved by: java (maintainer timeout)
* java/openjdk11: fix build on 13.1 and -CURRENTStefan Eßer2022-08-281-0/+20
| | | | | | | | | | | | | | | | | | | Recent LLVM versions issue warnings for "|" being used with boolean operands. Such operations exist in OpenJDK and the source lines are marked with comments to not use logical operations instead. This breaks the build on 13.1 and -CURRENT when building with LLVM-13 or newer due to the -Werror option being passed to the compiler. Fix this issue by casting one of the boolean operands to int, as suggested by the compiler in the error message for the case that the "|" operation should actually be used on purpose. I had submitted this patch as an attachment to PR 265687 on 2022-08-07, but it has been ignored by the maintainer (java team). PR: 265687 Approved by: portmgr (implicit)
* rust: bring back update to 1.63Baptiste Daroussin2022-08-251-1/+1
| | | | | | | | | | | | | | | | Revert back the revert of the update of rust and related commits This revert was drive by beside validation by portmgr via exp-run and not respectful of the etiquette we have between committers This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64. This reverts commit 04d257baa182926cff158f32cf459e560426add0. This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2. This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e. This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c. This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e. With hat: portmgr
* Revert "lang/rust: Bump revisions after 1.63.0"Piotr Kubaj2022-08-251-1/+1
| | | | | | This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d. PR: 265915
* lang/rust: Bump revisions after 1.63.0Mikael Urankar2022-08-251-1/+1
|
* java/intellij-ultimate: update to 2022.2.1 releaseAlex Dupre2022-08-223-1596/+214
|
* java/openjdk11: fix build on powerpc64*Piotr Kubaj2022-08-091-0/+6
| | | | | | | | | | | | | | Go back to using LLVM 12, bin/java built with LLVM 13 crashes with: * For target jdk__packages_attribute.done: A fatal error has been detected by the Java Runtime Environment: SIGILL (0x4) at pc=0x0000000802e3d438, pid=28756, tid=149399 JRE version: (11.0.16+8) (build ) Java VM: OpenJDK 64-Bit Server VM (11.0.16+8-1, mixed mode, tiered, compressed oops, serial gc, bsd-ppc64) Problematic frame: V [libjvm.so+0xe3d438] JVM_RaiseSignal+0x446bcc
* java/openjdk11: revert accidental commit 3d803e446071Stefan Eßer2022-08-081-20/+0
| | | | | | | | | | | Revert part of commit 3d803e446071 that should only have affected the deskutils/calendar port. This patch that has been committed by accident had already been attached to PR 265687 to fix the build issue of openjdk11 on -CURRENT, but it is up to the java@ team to apply this or some other fix. Approved by: portmgr (implicit)
* deskutils/calendar: update to version 0.9.3Stefan Eßer2022-08-081-0/+20
| | | | | | | | | Update the man page to match the version the -CURRENT base system. The only change is a better description of the // single line comment syntax, i.e. that // is only considered to start a comment when it appears at the start of the line or after white space. This allows to embed URLs in calendar entries.
* java/openjdk{8,11}: Remove dependency on devel/llvm12 which is no longer ↵Dimitry Andric2022-08-062-16/+0
| | | | | | | | | | | | | | necessary The workarounds committed in aa1ca89826b5 and 846ff4e95291 are no longer necessary, as both the upstream commits for PR258954 (https://github.com/battleblow/jdk11u/commit/305a68a90c722aa7a7b75589e24d5b5d554c96c1) and PR264065 (https://hg.openjdk.java.net/jdk/jdk/rev/40c07de877ab) are now merged into the distribution tarballs. PR: 258954, 264065 Approved by: maintainer timeout (1 month) MFH: 2022Q3
* java/openjdk7: Mark as deprecated due to upstream EOLGreg Lewis2022-08-031-0/+3
| | | | | | | Java 7 ceased extended support on July 31, 2022 and will no longer receive any patches or updates. PR: 264689
* java/openjdk18: Update to 18.0.2Greg Lewis2022-08-033-43/+5
|
* java/openjdk17: Update to 17.0.4Greg Lewis2022-08-023-16/+5
|
* java/openjdk11: Update to 11.0.16Greg Lewis2022-08-022-5/+5
|
* java/openjdk8: Update to 8u342Greg Lewis2022-08-024-34/+5
|
* cleanup: remove remaining occurrences of $FreeBSD$Tobias C. Berner2022-07-211-1/+0
|
* java: remove 'Created by' linesTobias C. Berner2022-07-2082-164/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Alex Dupre <ale@FreeBSD.org> * Alex Semenyaka <alex@rinet.ru> * Alexander Yerenkow <yerenkow@gmail.com> * Anton Yudin (<contact@toha.org.ua>) * Anton Yudin <toha@toha.org.ua> * Benjamin Close <benjsc@FreeBSD.org> * Björn König <bkoenig@alpha-tierchen.de> * Conor McDermottroe <ports@mcdermottroe.com> * Danilo Egea Gondolfo <danilo@FreeBSD.org * Dave Glowacki <dglo@ssec.wisc.edu> * Ernst de Haan <znerd@FreeBSD.org> * Eugene Grosbein <ports@grosbein.net> * Filippo Natali <filippo@widestore.net> * Gerrit Beine <gerrit.beine@gmx.de> * Greg Lewis <glewis@FreeBSD.org> * Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> * Jason Helfman <jgh@FreeBSD.org> * Jeremy <karlj000@unbc.ca> * Johannes Dieterich <dieterich@ogolem.org> * Johannes Dieterich <jmd@FreeBSD.org> * Jonathan Chen <jonc@chen.org.nz> * Jose Marques * Jose Marques <noway@nohow.demon.co.uk> * Lapo Luchini <lapo@lapo.it> * Lev Serebryakov <lev@FreeBSD.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Matthew Dillon <dillon@backplane.com> * Maxim Sobolev <sobomax@FreeBSD.org> * Mikhail T. <mi@aldan.algebra.com> * Mikhail T. <michael@fun-box.ru> * Mikhail Teterin * Nicola Vitale <nivit@FreeBSD.org> * Nicola Vitale <nivit@email.it> * OISHI Masakuni <yamasa@bsdhouse.org> * OKAZAKI Tetsurou * Pedro Giffuni * Simeo Reig <reig.simeo@gmail.com> * Sutra Zhou <zhoushuqun@gmail.com> * Tom Judge <tj@FreeBSD.org> * Volker Stolz <vs@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> * gldisater@gldis.ca * ijliao * jake@checker.org * jpbeconne * lon_kamikaze@gmx.de * mi * nordwick@xcf.berkeley.edu * nork@FreeBSD.org * olgeni@FreeBSD.org * rasputin * rfarmer@predatorlabs.net * rtdean@cytherianage.net * tux@pinguru.net With hat: portmgr
* java/icedtea-web: allow to disable new launchers written in RustAlexey Dokuchaev2022-07-082-6/+8
| | | | | | | | Even it's a build-time dependency, it's quite heavy nonetheless. Since those new launchers are optional (traditional shell-based versions are still provided), allow users to turn them off. Reported by: Vyacheslav Olkhovchenkov
* java/sqlitejdbc: this old port requires specific (8th) version of JDKAlexey Dokuchaev2022-07-072-11/+17
| | | | | | | | | It should be fairly easy to make it compatible against Java 8~11, but that's the task for another day. While here, bump the source/target version to 1.6 and get rid of bogus `post-patch' target: LOCALBASE is already passed on the MAKE_ENV. PR: 264748
* java/eclipse: Makefile cleanupJonathan Chen2022-07-061-3/+3
| | | | | | | | * disable PORTSCOUT * remove now superflous WRKSRC_SUBDIR PR: 264967 Reported by: jonc@chen.org.nz (maintainer)
* lang/rust: Bump revisions after 1.62.0Mikael Urankar2022-07-021-1/+1
|
* java/jrosetta: Add NO_ARCHPo-Chuan Hsieh2022-06-291-0/+1
| | | | Approved by: portmgr (blanket)
* java/jgraphx: Add NO_ARCHPo-Chuan Hsieh2022-06-291-0/+2
| | | | Approved by: portmgr (blanket)
* java/javahelp: Add NO_ARCHPo-Chuan Hsieh2022-06-291-0/+1
| | | | Approved by: portmgr (blanket)
* java/apache-commons-logging: Add NO_ARCHPo-Chuan Hsieh2022-06-291-0/+1
| | | | Approved by: portmgr (blanket)
* java/apache-commons-collections: Add NO_ARCHPo-Chuan Hsieh2022-06-291-0/+1
| | | | Approved by: portmgr (blanket)
* java/apache-commons-beanutils: Add NO_ARCHPo-Chuan Hsieh2022-06-291-0/+1
| | | | Approved by: portmgr (blanket)
* java/java-subversion: Update WWWPo-Chuan Hsieh2022-06-291-1/+1
| | | | Approved by: portmgr (blanket)
* java/jakarta-oro: Update WWWPo-Chuan Hsieh2022-06-291-1/+1
|
* java/apache-commons-pool: Update WWWPo-Chuan Hsieh2022-06-291-1/+1
| | | | Approved by: portmgr (blanket)
* java/apache-commons-logging: Update WWWPo-Chuan Hsieh2022-06-291-1/+1
| | | | Approved by: portmgr (blanket)
* java/apache-commons-lang3: Update WWWPo-Chuan Hsieh2022-06-291-1/+1
| | | | Approved by: portmgr (blanket)
* java/apache-commons-lang: Update WWWPo-Chuan Hsieh2022-06-291-1/+1
|
* java/apache-commons-cli: Update WWWPo-Chuan Hsieh2022-06-291-1/+1
|
* java/apache-commons-beanutils: Update WWWPo-Chuan Hsieh2022-06-291-1/+1
| | | | Approved by: portmgr (blanket)
* java/apache-bcel: Update WWWPo-Chuan Hsieh2022-06-291-1/+1
| | | | Approved by: portmgr (blanket)
* java/dbvis: update to 13.0.4VVD2022-06-293-11/+9
| | | | | | | | ChangeLog: https://www.dbvis.com/releasenotes/13.0 PR: 264687 Reported by: vvd@unislabs.com Approved by: jim@ohlste.in (maintainer, timeout > 2 weeks)
* java/bouncycastle15: Update to 1.71Mateusz Piotrowski2022-06-282-7/+7
| | | | Changes: https://www.bouncycastle.org/releasenotes.html#r1rv71
* java/eclipse: Update to 4.24Jonathan Chen2022-06-2420-983/+403
| | | | PR: 264864
* java/openjdk8: Bump PORTREVISION for previous changeGreg Lewis2022-06-191-0/+1
|
* java/openjdk8: Attempt to fix newer aarch64Greg Lewis2022-06-191-1/+6
| | | | | | | Revert to forcing Clang 12 if Clang 13 or newer is detected. This may fix problems with the built JDK on aarch64. PR: 264065
* java/dbvis: mark BROKENDmitry Marakasov2022-06-071-0/+2
| | | | Approved by: portmgr blanket