Commit graph

4971 commits

Author SHA1 Message Date
Greg Lewis
47213c9c73 Add support for 16 as a version specifier 2021-02-23 04:44:48 +00:00
Greg Lewis
c8368297f2 Fix the build on i386
This change is a partial sync with the Linux version of this file.  The
included fix for i386 is to recognise i586 as a define instead of just
i386.  The change also includes some re-ordering and removal of sparc
support, but they should be no-ops.
2021-02-23 04:34:21 +00:00
Jung-uk Kim
59d2277eb6 Replace ${ECHO} with ${ECHO_CMD}.
${ECHO} may be no-op when "make -s" is used.

PR:		253588
2021-02-19 08:02:02 +00:00
Greg Lewis
a133da99cd Add a port of OpenJDK 16 2021-02-14 17:33:14 +00:00
Mikael Urankar
6bebfaa8a0 lang/rust: Update to 1.50.0
- Use bundled libgit/libssh, the versions in ports are too old
  - Update lang/rust-nightly to 2021-02-12
  - Update devel/racer to 2.1.41
  - Import upstream patch to fix build issue for Firefox and related ports (https://bugzilla.mozilla.org/show_bug.cgi?id=1684261)

Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0

Tested by:	mikael, pkubaj
Differential Revision:	https://reviews.freebsd.org/D28616
2021-02-14 15:45:10 +00:00
Greg Lewis
c14b19b53c Fix the build on aarch64 2021-02-14 05:15:44 +00:00
Greg Lewis
38debecfd7 Update to 13.0.7.1 2021-02-07 05:19:58 +00:00
Jung-uk Kim
31ae652e5f Fix build with Clang 11.
11c638e62d
a01e80aa36
0874ad9af5

PR:		250270
2021-02-05 04:06:54 +00:00
Jung-uk Kim
d9f4cebe44 Fix build with Clang 11.
9e8e504992
c525150ace
dc2d99a20d

PR:		250270
2021-02-05 04:04:53 +00:00
Steve Wills
dadc75af96 java/visualvm: update to 2.0.6 2021-02-05 02:43:36 +00:00
Fernando Apesteguía
ded201ca82 java/intellij-ultimate: update to 2020.3.2
ChangeLog:
https://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+2020.3.2+%28203.7148.57+build%29+Release+Notes

PR:	253151
Submitted by:	ale@FreeBSD.org
Approved by:	andoriyu@gmail.com (maintainer)
2021-02-02 06:23:27 +00:00
Fernando Apesteguía
45cb189d97 java/intellij-pty4j: Update to 0.11.4
PR:	253133
Submitted by:	dmitry.wagin@ya.ru (maintainer)
2021-02-01 17:46:03 +00:00
Greg Lewis
c906b614f9 Update to 2021a 2021-01-31 22:05:10 +00:00
Greg Lewis
77ed0fc0b5 Update to 15.0.2 2021-01-22 03:19:20 +00:00
Greg Lewis
2c4828e1b5 Update to 8u282 GA 2021-01-21 03:05:07 +00:00
Greg Lewis
a7f3236bcd Update to 11.0.10 GA 2021-01-21 03:04:11 +00:00
Mark Linimon
d4b90686db Mark as BROKEN on riscv64 the same as on aarch64.
While here, pet portlint (Makevar order).

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com build testing
2021-01-19 03:24:46 +00:00
Mikael Urankar
a798515415 lang/rust: Update to 1.49.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0

Tested by:	mikael, pkubaj
Differential Revision:	https://reviews.freebsd.org/D27940
2021-01-06 10:13:58 +00:00
Piotr Kubaj
e796a12ed3 java/aparapi: enable on powerpc64le 2021-01-03 19:11:33 +00:00
Tijl Coosemans
69934da8e7 Fix build on i386 by removing two old patches that worked around a bug in
the Mesa headers that has since been fixed.
2020-12-29 20:47:14 +00:00
Piotr Kubaj
cd71a906c7 java/aparapi: enable on powerpc64
Builds fine.
2020-12-29 13:17:56 +00:00
Greg Lewis
5f4efb808f Restrict to Java 8, since this doesn't compile with Java 11
PR:			251774
2020-12-27 19:00:14 +00:00
Greg Lewis
779e3c56c2 Restrict to Java 8, since this doesn't compile with Java 11
PR:			251774
2020-12-27 18:56:42 +00:00
Greg Lewis
a4fc91b3af Restrict to Java 8, since this doesn't compile with Java 11
PR:			251774
2020-12-27 05:07:01 +00:00
Greg Lewis
e9fa9f82e0 Restrict to Java 8, since this doesn't compile with Java 11
PR:			251774
2020-12-27 04:24:01 +00:00
Greg Lewis
4350df64ae Restrict to Java 8, since this doesn't compile with Java 11
PR:			251774
2020-12-27 04:17:26 +00:00
Greg Lewis
0671958cb7 Restrict to Java 8, since this doesn't compile with Java 11
PR:			251774
2020-12-27 03:00:50 +00:00
Piotr Kubaj
ca83f607eb java/bootstrap-openjdk11: fix packaging on aarch64
PR:		251262
Reported by:	mikael
2020-12-22 23:28:16 +00:00
Steve Wills
6b40f7ce9e java/visualvm: update to 2.0.5 2020-12-18 03:16:37 +00:00
Pedro F. Giffuni
47deb979db devel/intellij-rubymine: pet portlint
USES= goes before USE_

Approved by:	thierry (mentor, implicit)
2020-12-16 21:45:29 +00:00
Pedro F. Giffuni
c5f1b85ec0 devel/intellij-rubymine: Update to version 2020.2
Long needed update.
Catch up with changes in the original intellij port
Fix the desktop support as it was using text from the ideas port.
Reset the maintainer, as requested long ago.

Approved by:	thierry (mentor, implicit)
2020-12-16 21:39:19 +00:00
Piotr Kubaj
89480f7d7e java/openjdk11: add powerpc64le support
This mostly adds powerpc64le in places where there's only powerpc64.

PR:		251263
Approved by:	java (maintainer timeout)
2020-12-03 23:46:20 +00:00
Piotr Kubaj
138911b294 java/bootstrap-openjdk11: add powerpc64le bootstrap
It's versioned 11.0.5.10.1, but this is to match what the port has. However, it was built from the latest tag from https://github.com/battleblow/openjdk-jdk11u (jdk-11.0.9+11-1).

Since it's only a bootstrap, it's committed with this older PORTVERSION.

PR:		251262
Approved by:	java (maintainer timeout)
2020-12-03 23:44:39 +00:00
Piotr Kubaj
4d2bb2699b java/openjdk8: add support for powerpc64le
powerpc64le needs --disable-jfr and USE_PRECOMPILED_HEADER=0 - same as powerpc64 elfv2.

Clang refuses to build little-endian binaries for power7, this needs to be bumped to power8 (this is a bug in openjdk, POWER7 is not LE-compatible).

-minsert-sched-nops=regroup_exact -mno-multiple -mno-string are not supported by clang and need to be removed.

FreeBSD uses sys/endian.h instead of byteswap.h and bswap{16,32,64} instead of bswap_{16,32,64}.

PR:		251247
Approved by:	java (maintainer timeout)
2020-12-03 23:39:47 +00:00
Rene Ladan
6ac46b8d4e Remove expired ports:
2020-11-30 databases/datamodeler: depends on expiring java/openjfx8-devel
2020-11-30 devel/gradle4: only needed for expiring biology/igv and java/openjfx8-devel
2020-11-30 devel/py-astroid1: Use devel/py-astroid instead
2020-11-30 devel/pylint1: Use devel/pylint instead
2020-11-30 german/mediathekview: depends on expiring java/openjfx8-devel
2020-11-30 java/openjfx8-devel: No longer maintained upstream
2020-11-30 java/openjfx8-scenebuilder: depends on expiring java/openjfx8-devel
2020-11-30 net-im/py-sleekxmpp: Upstream archived and advices to use net-im/py-slixmpp
2020-12-01 net-mgmt/zabbix44-agent: End of Life
2020-12-01 net-mgmt/zabbix44-frontend: End of Life
2020-12-01 net-mgmt/zabbix44-java: End of Life
2020-12-01 net-mgmt/zabbix44-proxy: End of Life
2020-12-01 net-mgmt/zabbix44-server: End of Life
2020-11-30 print/jabref: depends on expiring java/openjfx8-devel
2020-11-30 science/datawarrior: depends on expiring java/openjfx8-devel
2020-12-01 20:09:51 +00:00
Piotr Kubaj
82ad8db059 java/sigar: fix build on powerpc64
MFH:		2020Q4 (fix build blanket)
2020-11-27 23:46:30 +00:00
Mikael Urankar
4e449e031e lang/rust: Update to 1.48.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.48.0

Reviewed by:	jbeich
Tested by:	bdragon, jbeich, mikael
Differential Revision:	https://reviews.freebsd.org/D27293
2020-11-24 12:48:53 +00:00
Piotr Kubaj
15ccb4b157 java/bootstrap-openjdk8: add bootstrap for powerpc64le 2020-11-19 00:42:53 +00:00
Max Brazhnikov
3541ca6c20 java/javahelp: fix build with modern JDK 2020-11-18 11:15:56 +00:00
Max Brazhnikov
bfe7ac7a92 java/apache-commons-beanutils: fix build with modern JDK 2020-11-18 11:15:53 +00:00
Greg Lewis
22a2034261 Update to 8u275 2020-11-11 18:29:57 +00:00
Piotr Kubaj
ae33c6a4d2 java/openjdk8: fix build on powerpc64 elfv1
Now elfv1 also fails to build with jfr enabled.
2020-11-09 16:09:36 +00:00
Greg Lewis
d88b90d9aa Fix a crash per https://bugs.openjdk.java.net/browse/JDK-8250861
This effectively upgrades us to 13.0.5.1
2020-11-07 22:16:28 +00:00
Greg Lewis
5401b1924d Fix a crash per https://bugs.openjdk.java.net/browse/JDK-8250861
This effectively upgrades us to 11.0.9.1
2020-11-07 22:02:32 +00:00
Sunpoet Po-Chuan Hsieh
6151b7b66d Sort SUBDIRs 2020-11-06 11:10:18 +00:00
Alex Dupre
a6403fd160 Update to 7.0.0 release. 2020-11-04 14:03:56 +00:00
Alex Dupre
3fadc302d3 Update to 2.9.0 release. 2020-11-04 13:48:26 +00:00
Alex Dupre
c9cbb6504c Update to 1.15 release. 2020-11-04 13:45:54 +00:00
Jan Beich
6d5d6429d5 devel/icu: update to 68.1
Changes:	http://site.icu-project.org/download/68
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by:	GitHub (watch releases)
2020-11-03 00:56:26 +00:00
Greg Lewis
da8322c158 Update to 2020d 2020-11-02 00:49:24 +00:00