summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* java/intellij-pty4j: Update to 0.11.4Fernando ApesteguĂ­a2021-02-012-13/+12
| | | | | PR: 253133 Submitted by: dmitry.wagin@ya.ru (maintainer)
* Update to 2021aGreg Lewis2021-01-313-5/+4
|
* Update to 15.0.2Greg Lewis2021-01-222-6/+5
|
* Update to 8u282 GAGreg Lewis2021-01-214-34/+5
|
* Update to 11.0.10 GAGreg Lewis2021-01-218-98/+10
|
* Mark as BROKEN on riscv64 the same as on aarch64.Mark Linimon2021-01-191-2/+3
| | | | | | | While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing
* lang/rust: Update to 1.49.0Mikael Urankar2021-01-061-1/+1
| | | | | | | Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0 Tested by: mikael, pkubaj Differential Revision: https://reviews.freebsd.org/D27940
* java/aparapi: enable on powerpc64lePiotr Kubaj2021-01-031-1/+1
|
* Fix build on i386 by removing two old patches that worked around a bug inTijl Coosemans2020-12-293-29/+1
| | | | the Mesa headers that has since been fixed.
* java/aparapi: enable on powerpc64Piotr Kubaj2020-12-291-1/+1
| | | | Builds fine.
* Restrict to Java 8, since this doesn't compile with Java 11Greg Lewis2020-12-271-0/+1
| | | | PR: 251774
* Restrict to Java 8, since this doesn't compile with Java 11Greg Lewis2020-12-271-0/+1
| | | | PR: 251774
* Restrict to Java 8, since this doesn't compile with Java 11Greg Lewis2020-12-271-0/+1
| | | | PR: 251774
* Restrict to Java 8, since this doesn't compile with Java 11Greg Lewis2020-12-271-0/+1
| | | | PR: 251774
* Restrict to Java 8, since this doesn't compile with Java 11Greg Lewis2020-12-271-0/+1
| | | | PR: 251774
* Restrict to Java 8, since this doesn't compile with Java 11Greg Lewis2020-12-271-0/+1
| | | | PR: 251774
* java/bootstrap-openjdk11: fix packaging on aarch64Piotr Kubaj2020-12-221-0/+1
| | | | | PR: 251262 Reported by: mikael
* java/visualvm: update to 2.0.5Steve Wills2020-12-183-4/+5
|
* devel/intellij-rubymine: pet portlintPedro F. Giffuni2020-12-161-1/+2
| | | | | | USES= goes before USE_ Approved by: thierry (mentor, implicit)
* devel/intellij-rubymine: Update to version 2020.2Pedro F. Giffuni2020-12-165-2159/+2526
| | | | | | | | | 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)
* java/openjdk11: add powerpc64le supportPiotr Kubaj2020-12-035-4/+58
| | | | | | | This mostly adds powerpc64le in places where there's only powerpc64. PR: 251263 Approved by: java (maintainer timeout)
* java/bootstrap-openjdk11: add powerpc64le bootstrapPiotr Kubaj2020-12-033-5/+12
| | | | | | | | | 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)
* java/openjdk8: add support for powerpc64lePiotr Kubaj2020-12-033-2/+36
| | | | | | | | | | | | | 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)
* Remove expired ports:Rene Ladan2020-12-0158-2229/+0
| | | | | | | | | | | | | | | | | | 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
* java/sigar: fix build on powerpc64Piotr Kubaj2020-11-271-3/+2
| | | | MFH: 2020Q4 (fix build blanket)
* lang/rust: Update to 1.48.0Mikael Urankar2020-11-241-1/+1
| | | | | | | | 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
* java/bootstrap-openjdk8: add bootstrap for powerpc64lePiotr Kubaj2020-11-192-1/+5
|
* java/javahelp: fix build with modern JDKMax Brazhnikov2020-11-181-0/+4
|
* java/apache-commons-beanutils: fix build with modern JDKMax Brazhnikov2020-11-181-0/+15
|
* Update to 8u275Greg Lewis2020-11-112-6/+5
|
* java/openjdk8: fix build on powerpc64 elfv1Piotr Kubaj2020-11-091-1/+4
| | | | Now elfv1 also fails to build with jfr enabled.
* Fix a crash per https://bugs.openjdk.java.net/browse/JDK-8250861Greg Lewis2020-11-072-0/+21
| | | | This effectively upgrades us to 13.0.5.1
* Fix a crash per https://bugs.openjdk.java.net/browse/JDK-8250861Greg Lewis2020-11-072-1/+21
| | | | This effectively upgrades us to 11.0.9.1
* Sort SUBDIRsSunpoet Po-Chuan Hsieh2020-11-061-1/+1
|
* Update to 7.0.0 release.Alex Dupre2020-11-047-12/+16
|
* Update to 2.9.0 release.Alex Dupre2020-11-042-4/+4
|
* Update to 1.15 release.Alex Dupre2020-11-042-4/+4
|
* devel/icu: update to 68.1Jan Beich2020-11-033-1/+169
| | | | | | Changes: http://site.icu-project.org/download/68 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases)
* Update to 2020dGreg Lewis2020-11-022-4/+4
|
* Update to 4.1.53Greg Lewis2020-11-022-4/+4
|
* java/bluej: Update to 4.2.2Ben Woods2020-11-014-32/+37
| | | | | | | | | | - Moved to Java 11 and OpenJFX 14 Changes this release: https://bluej.org/versions.html PR: 250761 Submitted by: mikael
* java/jgraphx: Update to 4.2.2Max Brazhnikov2020-10-312-4/+4
|
* java/openjdk8: fix build on powerpc64 elfv2Piotr Kubaj2020-10-301-0/+1
| | | | Build with jfr fails on powerpc64 elfv2.
* java/java3d: fix build on GCC architecturesPiotr Kubaj2020-10-291-1/+1
| | | | | | | Use C11 compiler: [exec] from /wrkdirs/usr/ports/java/java3d/work/java3d-1.5.2/j3d-core/src/native/ogl/Canvas3D.c:47: [exec] /usr/local/include/GL/glext.h:469: error: redefinition of typedef 'GLsizeiptr' [exec] /wrkdirs/usr/ports/java/java3d/work/java3d-1.5.2/j3d-core/src/native/ogl/gldefs.h:70: error: previous declaration of 'GLsizeiptr' was here
* java/openjfx14: add new portMikael Urankar2020-10-2860-0/+2742
| | | | | | | | | OpenJFX is an open source, next generation client application platform for desktop and embedded systems based on JavaSE. It is a collaborative effort by many individuals and companies with the goal of producing a modern, efficient, and fully featured toolkit for developing rich client applications. PR: 248248
* Fix the build for i386Greg Lewis2020-10-251-0/+2
| | | | | * Disable jfr (at least for the moment) * Bump PORTREVISION so the port will get rebuilt on the package builders
* Enable the Shenandoah GCGreg Lewis2020-10-241-0/+2
|
* Update to 15.0.1Greg Lewis2020-10-232-6/+6
|
* Update to 13.0.5Greg Lewis2020-10-232-5/+5
|
* Update to 11.0.9Greg Lewis2020-10-237-59/+5
|