Commit graph

5125 commits

Author SHA1 Message Date
Daniel Engberg
8035d6e3a1 java/cryptix-jce: Deprecate and set expiration date to 2022-03-31
Abandonware, last release in 2005 and listed as dead upstream

PR:		260685
2022-01-18 23:38:30 +01:00
Tobias Kortkamp
835bd57330
lang/rust: Bump revisions after 1.58.0 2022-01-17 12:57:45 +01:00
Jung-uk Kim
701f037632 java/openjdk17-jre: Add JRE-only package for java/openjdk17 2022-01-12 21:43:58 -05:00
Stefan Eßer
bcaf25a8c8 Fix CONFLICTS entries of multiple ports
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-10 16:15:39 +01:00
Alexey Dokuchaev
c5422e55c5 java/jmf: update (chase HTTP redirection) or otherwise actualize URLs. 2022-01-04 10:17:16 +00:00
Greg Lewis
a21ee2af54 java/bootstrap-openjdk17: Add i386 support 2021-12-31 23:58:27 -08:00
Rene Ladan
37475f717e rubymine: drop the intellij- prefix and move away from java 2021-12-31 13:26:40 +01:00
Rene Ladan
e4b56fdce0 java/intellij-rubymine: update to 2021.3.1
Reported by:	JetBrains Toolbox
2021-12-31 13:26:16 +01:00
Greg Lewis
4807e7f988 java/openjdk17: Add i386 support 2021-12-31 01:09:54 -08:00
Koop Mast
1af70d2d34 java/netbeans: Update to 12.6
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-30 23:25:59 +01:00
Piotr Kubaj
69cdd4b12e java/openjdk17: allow bootstrapping on powerpc64le with bootstrap-openjdk17 2021-12-20 12:45:04 +00:00
Piotr Kubaj
4b0783d853 java/bootstrap-openjdk17: add bootstrap for powerpc64le 2021-12-20 12:45:04 +00:00
Piotr Kubaj
9089fb036d java/openjdk17: use java/bootstrap-openjdk17 on powerpc64 elfv2 2021-12-20 01:56:41 +00:00
Piotr Kubaj
fe26440b8f java/bootstrap-openjdk17: add powerpc64 bootstrap
Since some files are not present after building openjdk17, they need to be excluded.
2021-12-20 01:56:40 +00:00
Michael Zhilin
b85ffb63fa java/jattach: update to 2.0 2021-12-16 11:13:52 +03:00
Benjamin Takacs
4ddd25225a java/openjfx14: fix build with non-default CCACHE_DIR
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-12 18:58:57 +01:00
Waitman
be26d4c61c java/intellij-ultimate: update to 2021.3
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-08 13:25:06 +09:00
Tobias Kortkamp
5a7f23c69d
lang/rust: Rebuild consumers for Rust 1.57.0 2021-12-05 13:35:42 +01:00
Rene Ladan
7a79e4b647 java/intellij-rubymine: update to 2021.3
Changelog:	https://www.jetbrains.com/ruby/whatsnew/
Reported by:	JetBrains Toolbox
2021-12-02 11:09:04 +01:00
Greg Lewis
11b6514a01 java/openjdk17: Use the bootstrap port on supported ARCHs 2021-11-27 08:50:26 -08:00
Greg Lewis
38dd7c5032 java/bootstrap-openjdk17: Add a bootstrap port for openjdk17 2021-11-27 08:30:22 -08:00
Stefan Eßer
04b9da4140 */*: Remove redundant '-*' from CONFLICTS definitions
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-25 22:40:11 +01:00
Mateusz Piotrowski
9e1bda4000 java/bouncycastle15: Make sure we don't miss jars with future updates
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-25 01:58:09 +01:00
Mateusz Piotrowski
f9cf7de02f java/bouncycastle15: Install bcutil.jar and bcjmail.jar
MFH:		2021Q4
Sponsored by:	Modirum MDPay
Sponsored by:	Klara, Inc.
2021-11-25 01:58:09 +01:00
Mateusz Piotrowski
71a10a9b37 java/bouncycastle15: Simplify install target for ZIPSRC
MFH:		2021Q4
Sponsored by:	Modirum MDPay
Sponsored by:	Klara, Inc.
2021-11-25 01:58:08 +01:00
Mateusz Piotrowski
e82d4ec5e0 java/bouncycastle15: Refresh pkg-descr and update license info
MFH:		2021Q4
Sponsored by:	Modirum MDPay
Sponsored by:	Klara, Inc.
2021-11-25 01:58:08 +01:00
Mateusz Piotrowski
374e9ed352 java/bouncycastle15: Pet portfmt and portclippy
MFH:		2021Q4
Sponsored by:	Modirum MDPay
Sponsored by:	Klara, Inc.
2021-11-25 01:58:07 +01:00
Greg Lewis
72f430924b java/javavmwrapper: Add support for 17 as a version 2021-11-23 22:48:02 -08:00
Greg Lewis
c6c4d2ead2 java/openjdk17: Fix WWW link to point to JDK 17
PR:		259167
Reported by:	cedric@precidata.com
2021-11-23 22:42:07 -08:00
Greg Lewis
1a44cc990e java/openjdk16: Fix WWW link to point to JDK 16
PR:		259167
Reported by:	cedric@precidata.com
2021-11-23 22:40:16 -08:00
Greg Lewis
153d1fc89d java/openjdk15: Update to 15.0.5 2021-11-06 12:23:07 -07:00
Greg Lewis
27a8fe1106 java/openjdk13: Update to 13.0.9 2021-11-06 12:22:19 -07:00
Greg Lewis
4568b98a98 java/openjdk8: Update to 8u312 2021-10-31 11:07:43 -07:00
Greg Lewis
276ed7807d java/java-zoneinfo: Update to 2021e 2021-10-31 11:07:42 -07:00
Greg Lewis
0877cf18c3 java/openjdk11: Update to 11.0.13 2021-10-31 11:07:42 -07:00
Greg Lewis
a9d52e329d java/openjdk17: Update to 17.0.1 2021-10-31 11:07:41 -07:00
Jan Beich
f34ece3aa6 devel/icu: update to 70.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by:	GitHub (watch releases)
PR:		258794
Exp-run by:	antoine
2021-10-28 16:37:30 +00:00
Tobias Kortkamp
ad90fc634b
*: Rebuild for Rust 1.56.0 2021-10-25 10:55:19 +02:00
Stefan Eßer
a9fc8d1bca java/junit: Add CPE information
Approved by:    portmgr (blanket)
2021-10-23 22:25:55 +02:00
Stefan Eßer
70f6a3fd1b java/intellij: Add CPE information
Approved by:    portmgr (blanket)
2021-10-23 21:08:09 +02:00
Stefan Eßer
d65453fe78 java/linux-oracle-jre18: Add CPE information
Approved by:	portmgr (blanket)
2021-10-20 18:13:16 +02:00
Stefan Eßer
b4a13a575e java/linux-oracle-jdk18: Add CPE information
Approved by:	portmgr (blanket)
2021-10-20 18:13:16 +02:00
Waitman
96994ae72f java/intellij-ultimate: Update to 2021.2.3
ChangeLog: https://youtrack.jetbrains.com/articles/IDEA-A-59/IntelliJ-IDEA-2021.2.3-(212.5457.46-build)-Release-Notes

PR:		259243
2021-10-20 08:21:49 +01:00
Tobias Kortkamp
ce1af7fdc2
*: apply refactor.remove-consecutive-empty-lines
Submitted by:	portedit
2021-10-19 10:36:47 +02:00
Dimitry Andric
3822416493 java/openjdk*: work around UB in markOopDesc, fix builds with clang 13
During an exp-run for llvm 13 (see bug 258209), it turned out that
java/openjdk11 through openjdk13 fail to build with clang 13:

=== Output from failing command(s) repeated here ===
* For target jdk__packages_attribute.done:

These crashes are all caused by the markOop/markOopDesc classes, which
are used to keep track of objects, and which are 'marked' using the low
few bits. (See
https://github.com/openjdk/jdk13u/blob/master/src/hotspot/share/oops/markOop.hpp
).

After some laborious bisecting, I found out that these crashes start
occuring after the upstream commit https://github.com
/llvm/llvm-project/commit/16d03818412 (Return "[CGCall] Annotate this
argument with alignment").

What happens afterwards, is that clang considers the "this" pointer to
always be aligned to the alignment of the actual object, and then
masking or adding a few low bits is not working as expected.

The reason openjdk14 and higher work fine with clang 13, and don't crash
similarly, is that the OpenJDK people completely redid the
markOop/markOopDesc classes in
ae5615c614
("8229258: Rework markOop and markOopDesc into a simpler mark word value
carrier"). E.g, the markOopDesc class was renamed to markWord, and
*stores* a pointer-like value instead of *being* a pointer-like value.
This is a much safer way of handling things.

However, this upstream commit is *very* large, as are a few of its
follow-ups, which is probably the reason why it has not been backported
to JDKs <= 13. I tried manually backporting it, but got lost in many
nasty patch conflicts and problems.

As a workaround, build openjdk8 through 13 with clang12 from the
devel/llvm12 port, for the time being.

In addition, allow openjdk14 through 17 to be built with clang 13, by
adding -Wno-unused-but-set-parameter to the compilation flags.

PR:		258954
Approved by:	maintainer timeout (2 weeks)
MFH:		2021Q4
2021-10-16 14:22:03 +02:00
Jimmy Olgeni
4460cf727a *: fix tab vs. space issues, and comments according to the guide. 2021-10-16 11:51:39 +02:00
Rene Ladan
4422233a5e java/intellij-rubymine: update to 2021.2.3
Reported by:	portscout
MFH:		2021Q4
2021-10-15 23:33:05 +02:00
Daniel Engberg
46b986ab21 java/apache-commons-discovery: Update MASTER_SITES, deprecate and set expiration date to 2022-03-31
Use a direct URL to Apache's release archive site as it's not mirrored
by upstream mirror sites
Abandoned upstream, last release in 2006

Reference: https://commons.apache.org/dormant/commons-discovery/

Approved by:	olgeni (port maintainer), rene, arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D32425
2021-10-14 10:30:54 +02:00
Greg Lewis
1ca1ce52b7 java/java-zoneinfo: Update to 2021b 2021-10-13 23:14:28 -07:00
Daniel Engberg
62848d7105 java/openjdk7: Update MASTER_SITES
Use a direct URL to Apache's release archive site as it's not mirrored
by upstream mirror sites

Approved by:	glewis (port maintainer), arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D32427
2021-10-11 21:38:35 +02:00