aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
...
* java/visualvm: update to 2.0.5Steve Wills2020-12-183-4/+5
| | | | Notes: svn path=/head/; revision=558346
* devel/intellij-rubymine: pet portlintPedro F. Giffuni2020-12-161-1/+2
| | | | | | | | | USES= goes before USE_ Approved by: thierry (mentor, implicit) Notes: svn path=/head/; revision=558245
* 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) Notes: svn path=/head/; revision=558244
* 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) Notes: svn path=/head/; revision=556940
* 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) Notes: svn path=/head/; revision=556939
* 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) Notes: svn path=/head/; revision=556937
* 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 Notes: svn path=/head/; revision=556791
* java/sigar: fix build on powerpc64Piotr Kubaj2020-11-271-3/+2
| | | | | | | MFH: 2020Q4 (fix build blanket) Notes: svn path=/head/; revision=556467
* 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 Notes: svn path=/head/; revision=556157
* java/bootstrap-openjdk8: add bootstrap for powerpc64lePiotr Kubaj2020-11-192-1/+5
| | | | Notes: svn path=/head/; revision=555678
* java/javahelp: fix build with modern JDKMax Brazhnikov2020-11-181-0/+4
| | | | Notes: svn path=/head/; revision=555632
* java/apache-commons-beanutils: fix build with modern JDKMax Brazhnikov2020-11-181-0/+15
| | | | Notes: svn path=/head/; revision=555631
* Update to 8u275Greg Lewis2020-11-112-6/+5
| | | | Notes: svn path=/head/; revision=554908
* java/openjdk8: fix build on powerpc64 elfv1Piotr Kubaj2020-11-091-1/+4
| | | | | | | Now elfv1 also fails to build with jfr enabled. Notes: svn path=/head/; revision=554730
* 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 Notes: svn path=/head/; revision=554420
* 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 Notes: svn path=/head/; revision=554419
* Sort SUBDIRsSunpoet Po-Chuan Hsieh2020-11-061-1/+1
| | | | Notes: svn path=/head/; revision=554180
* Update to 7.0.0 release.Alex Dupre2020-11-047-12/+16
| | | | Notes: svn path=/head/; revision=554077
* Update to 2.9.0 release.Alex Dupre2020-11-042-4/+4
| | | | Notes: svn path=/head/; revision=554076
* Update to 1.15 release.Alex Dupre2020-11-042-4/+4
| | | | Notes: svn path=/head/; revision=554075
* 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) Notes: svn path=/head/; revision=553940
* Update to 2020dGreg Lewis2020-11-022-4/+4
| | | | Notes: svn path=/head/; revision=553882
* Update to 4.1.53Greg Lewis2020-11-022-4/+4
| | | | Notes: svn path=/head/; revision=553881
* 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 Notes: svn path=/head/; revision=553823
* java/jgraphx: Update to 4.2.2Max Brazhnikov2020-10-312-4/+4
| | | | Notes: svn path=/head/; revision=553751
* java/openjdk8: fix build on powerpc64 elfv2Piotr Kubaj2020-10-301-0/+1
| | | | | | | Build with jfr fails on powerpc64 elfv2. Notes: svn path=/head/; revision=553683
* 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 Notes: svn path=/head/; revision=553649
* 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 Notes: svn path=/head/; revision=553555
* 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 Notes: svn path=/head/; revision=553301
* Enable the Shenandoah GCGreg Lewis2020-10-241-0/+2
| | | | Notes: svn path=/head/; revision=553155
* Update to 15.0.1Greg Lewis2020-10-232-6/+6
| | | | Notes: svn path=/head/; revision=553084
* Update to 13.0.5Greg Lewis2020-10-232-5/+5
| | | | Notes: svn path=/head/; revision=553083
* Update to 11.0.9Greg Lewis2020-10-237-59/+5
| | | | Notes: svn path=/head/; revision=553065
* Update to 8u272Greg Lewis2020-10-236-78/+5
| | | | Notes: svn path=/head/; revision=553064
* java/intellij: Update to version 2020.2.3.Boris Samorodov2020-10-182-5/+5
| | | | Notes: svn path=/head/; revision=552629
* More duplicate symbol removal to try to fix the build on -CURRENTGreg Lewis2020-10-142-0/+22
| | | | Notes: svn path=/head/; revision=552341
* lang/rust: Update to 1.47.0Mikael Urankar2020-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | - Add powerpc64le arch (submitted by bdragon in D26711) - Disable DOCS, same problem fixed in r546048 - Update devel/racer to 2.1.36 - Import upstream patch to fix www/firefox (https://hg.mozilla.org/integration/autoland/rev/e2cede25c027) - Import gentoo patches to fix www/firefox-esr, www/cliqz and mail/thunderbird (https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-esr-78-patches-03.tar.xz : 0036, 0037 and 0038) - Force rebuild all consumers to catch regressions Changelog: https://github.com/rust-lang/rust/releases/tag/1.47.0 Differential Revision: https://reviews.freebsd.org/D26721 Notes: svn path=/head/; revision=552221
* Fix dependsAntoine Brodin2020-10-121-1/+1
| | | | Notes: svn path=/head/; revision=552140
* Remove duplicate symbols to try and fix the build on -CURRENTGreg Lewis2020-10-112-0/+21
| | | | Notes: svn path=/head/; revision=552072
* Update to 2.8.0 release.Alex Dupre2020-09-282-4/+5
| | | | Notes: svn path=/head/; revision=550418
* Reset MAINTAINERTobias Kortkamp2020-09-283-3/+3
| | | | Notes: svn path=/head/; revision=550400
* Attempt to fix build on powerpc64le.Mark Linimon2020-09-271-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=550373
* Allow building on powerpc64le.Mark Linimon2020-09-271-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=550371
* Update to glib 2.66.0Baptiste Daroussin2020-09-231-0/+2
| | | | | | | | | | | | | | | Mark the few remaining ports not building against this upgrade as broken Instead of risking of missing anyone who got involed, I will just thank all of them they will recognize themselves! This was a joint work of many PR: 247278 Reviewed by: fluffy exp-run antoine Differential Revision: https://reviews.freebsd.org/D25279 Notes: svn path=/head/; revision=549736
* Remove expired ports:Rene Ladan2020-09-195-83/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2020-09-15 audio/abraca: Uses deprecated version of python 2020-09-15 audio/ardour5: Uses deprecated version of python 2020-09-15 audio/cplay: Uses deprecated version of python 2020-09-15 audio/cpp-xmms2: Uses deprecated version of python 2020-09-15 audio/p5-xmms2: Uses deprecated version of python 2020-09-15 biology/haplohseq: Uses deprecated version of python 2020-09-15 biology/tophat: Uses deprecated version of python 2020-09-15 chinese/ibus-array: Uses deprecated version of python 2020-09-15 comms/congruity: Uses deprecated version of python 2020-09-15 comms/libbtbb: Uses deprecated version of python 2020-09-15 comms/quisk: Uses deprecated version of python 2020-09-15 databases/mtools-mongodb: Uses deprecated version of python 2020-09-15 databases/mydbf2mysql: Uses deprecated version of python 2020-09-15 databases/ntdb: Uses deprecated version of python 2020-09-15 databases/pgloader: Uses deprecated version of python 2020-09-15 databases/pgtune: Uses deprecated version of python 2020-09-15 databases/postgresql-libpqxx3: Uses deprecated version of python 2020-09-15 databases/postgresql-libpqxx4: Uses deprecated version of python 2020-09-15 databases/py-sqlite3dbm: Uses deprecated version of python 2020-09-15 databases/pydbx: Uses deprecated version of python 2020-09-15 databases/pyspatialite: Uses deprecated version of python 2020-09-15 deskutils/ljcharm: Uses deprecated version of python 2020-09-15 deskutils/mat: Uses deprecated version of python 2020-09-15 devel/aap: Uses deprecated version of python 2020-09-15 devel/apr2: Uses deprecated version of python 2020-09-15 devel/bbfreeze-loader: Uses deprecated version of python 2020-09-15 devel/bicyclerepair: Uses deprecated version of python 2020-09-15 devel/bzrtools: Uses deprecated version of python 2020-09-15 devel/codeville: Uses deprecated version of python 2020-09-15 devel/cvs2svn: Uses deprecated version of python 2020-09-15 devel/cx_Freeze: Uses deprecated version of python 2020-09-15 devel/euca2ools: Uses deprecated version of python 2020-09-15 devel/evolution-gconf-tools: Uses deprecated version of python 2020-09-15 devel/git-bzr-ng: Uses deprecated version of python 2020-09-15 devel/git-cvs: Uses deprecated version of python 2020-09-15 devel/git-remote-hg: Uses deprecated version of python 2020-09-15 devel/grumpy: Uses deprecated version of python 2020-09-15 devel/hg-git: Uses deprecated version of python 2020-09-15 devel/libnxt: Uses deprecated version of python 2020-09-15 devel/libredblack: Uses deprecated version of python 2020-09-15 devel/llvm-cheri: Uses deprecated version of python 2020-09-15 devel/phpsh: Uses deprecated version of python 2020-09-15 devel/py-backports.shutil_which: Uses deprecated version of python 2020-09-15 devel/py-notify: Uses deprecated version of python 2020-09-15 devel/py-pybloomfiltermmap: Uses deprecated version of python 2020-09-15 devel/py-qserve: Uses deprecated version of python 2020-09-15 devel/py-subvertpy: Uses deprecated version of python 2020-09-15 devel/py_static_check: Uses deprecated version of python 2020-09-15 devel/pyst: Uses deprecated version of python 2020-09-15 devel/runsnakerun: Uses deprecated version of python 2020-09-15 devel/tailor: Uses deprecated version of python 2020-09-15 devel/uatraits: Uses deprecated version of python 2020-09-15 dns/nsec3walker: Uses deprecated version of python 2020-09-15 dns/sshfp: Uses deprecated version of python 2020-09-15 editors/medit: Uses deprecated version of python 2020-09-15 emulators/dynagen: Uses deprecated version of python 2020-09-15 emulators/wxmupen64plus: Uses deprecated version of python 2020-09-15 games/diameter: Uses deprecated version of python 2020-09-15 games/kiki: Uses deprecated version of python 2020-09-15 games/lightyears: Uses deprecated version of python 2020-09-15 games/outerspace: Uses deprecated version of python 2020-09-15 games/pachi-game-engine: Uses deprecated version of python 2020-09-15 graphics/caffe: Uses deprecated version of python 2020-09-15 graphics/cloudcompare: Uses deprecated version of python 2020-09-15 graphics/kudu: Uses deprecated version of python 2020-09-15 graphics/pecomato: Uses deprecated version of python 2020-09-15 graphics/py-editobj: Uses deprecated version of python 2020-09-15 graphics/py-mayavi: Uses deprecated version of python 2020-09-15 graphics/pymorph: Uses deprecated version of python 2020-09-15 graphics/tilecache: Uses deprecated version of python 2020-09-15 graphics/uniconvertor: Uses deprecated version of python 2020-09-15 japanese/mailman: Uses deprecated version of python 2020-09-15 java/eclipse-pydev: Uses deprecated version of python 2020-09-15 lang/cdent: Uses deprecated version of python 2020-09-15 lang/julia06: Uses deprecated version of python 2020-09-15 lang/julia07: Uses deprecated version of python 2020-09-15 lang/julia11: Uses deprecated version of python 2020-09-15 lang/tinypy: Uses deprecated version of python 2020-09-15 mail/cleanup-maildir: Uses deprecated version of python 2020-09-15 mail/courier-pythonfilter: Uses deprecated version of python 2020-09-15 mail/getmail: Uses deprecated version of python 2020-09-15 mail/muttils: Uses deprecated version of python 2020-09-15 mail/nohtml: Uses deprecated version of python 2020-09-15 mail/offlineimap: Uses deprecated version of python 2020-09-15 mail/openemm2015: Uses deprecated version of python 2020-09-15 math/blitz++: Uses deprecated version of python 2020-09-15 math/openfst: Uses deprecated version of python 2020-09-15 math/py-fpconst: Uses deprecated version of python 2020-09-15 misc/hb: Uses deprecated version of python 2020-09-15 misc/mtail: Uses deprecated version of python 2020-09-15 misc/wotsap: Uses deprecated version of python 2020-09-15 multimedia/freevo: Uses deprecated version of python 2020-09-15 multimedia/quodlibet: Uses deprecated version of python 2020-09-15 multimedia/tovid: Uses deprecated version of python 2020-09-15 net/ceph13: Uses deprecated version of python 2020-09-15 net/cloud-init-azure: Uses deprecated version of python 2020-09-15 net/exabgp: Uses deprecated version of python 2020-09-15 net/exaddos: Uses deprecated version of python 2020-09-15 net/fb: Uses deprecated version of python 2020-09-15 net/flent: Uses deprecated version of python 2020-09-15 net/flowgrep: Uses deprecated version of python 2020-09-15 net/googlecl: Uses deprecated version of python 2020-09-15 net/mininet: Uses deprecated version of python 2020-09-15 net/nfs-ganesha: Uses deprecated version of python 2020-09-15 net/opensips: Uses deprecated version of python 2020-09-15 net/py-python-ntlm: Uses deprecated version of python 2020-09-15 net/splatd: Uses deprecated version of python 2020-09-15 net-im/centerim-devel: Uses deprecated version of python 2020-09-15 net-im/fugu: Uses deprecated version of python 2020-09-15 net-im/proxy65: Uses deprecated version of python 2020-09-15 net-mgmt/crmsh: Uses deprecated version of python 2020-09-15 net-mgmt/librenms-agent: Uses deprecated version of python 2020-09-15 net-p2p/couchpotato: Uses deprecated version of python 2020-09-15 news/rawdog: Uses deprecated version of python 2020-09-15 ports-mgmt/portell: Uses deprecated version of python 2020-09-15 print/biblio-py: Uses deprecated version of python 2020-09-15 science/brian: Uses deprecated version of python 2020-09-15 science/paraview: Uses deprecated version of python 2020-09-15 security/arm: Uses deprecated version of python 2020-09-15 security/ismtp: Uses deprecated version of python 2020-09-15 security/py-halberd: Uses deprecated version of python 2020-09-15 security/switzerland: Uses deprecated version of python 2020-09-15 security/tsshbatch: Uses deprecated version of python 2020-09-15 shells/lshell: Uses deprecated version of python 2020-09-15 sysutils/abck: Uses deprecated version of python 2020-09-15 sysutils/condor: Uses deprecated version of python 2020-09-15 sysutils/farbot: Uses deprecated version of python 2020-09-15 sysutils/fusefs-wikipediafs: Uses deprecated version of python 2020-09-15 sysutils/heartbeat: Uses deprecated version of python 2020-09-15 sysutils/isomd5sum: Uses deprecated version of python 2020-09-15 sysutils/py-stdiff: Uses deprecated version of python 2020-09-15 sysutils/tren: Uses deprecated version of python 2020-09-15 textproc/doclifter: Uses deprecated version of python 2020-09-15 textproc/ibus-el: Uses deprecated version of python 2020-09-15 textproc/p5-WWW-Google-SiteMap: Deprecated upstream, see textproc/p5-Search-Sitemap 2020-09-15 textproc/plover: Uses deprecated version of python 2020-09-15 textproc/py-esmre: Uses deprecated version of python 2020-09-15 textproc/py-libxslt: Uses deprecated version of python 2020-09-15 textproc/py-pdfminer: Uses deprecated version of python 2020-09-15 textproc/translate-toolkit: Uses deprecated version of python 2020-09-15 www/bluefish: Uses deprecated version of python 2020-09-15 www/calendarserver: Uses deprecated version of python 2020-09-15 www/geeknote: Uses deprecated version of python 2020-09-15 www/go-appengine-sdk: Uses deprecated version of python 2020-09-15 www/google-appengine: Uses deprecated version of python 2020-09-15 www/libhpack: Uses deprecated version of python 2020-09-15 www/mkapachepw: Uses deprecated version of python 2020-09-15 www/mod_pagespeed: Uses deprecated version of python 2020-09-15 www/mod_python35: Uses deprecated version of python 2020-09-15 www/py-qp: Uses deprecated version of python 2020-09-15 www/py-url: Uses deprecated version of python 2020-09-15 www/pyblosxom: Uses deprecated version of python 2020-09-15 www/pyjamas: Uses deprecated version of python 2020-09-15 www/roundup: Uses deprecated version of python 2020-09-15 www/varnish-libvmod-awsrest: Uses deprecated version of python 2020-09-15 www/waccess: Uses deprecated version of python 2020-09-15 www/wadcomblog: Uses deprecated version of python 2020-09-15 www/webcheck: Uses deprecated version of python 2020-09-15 www/woof: Uses deprecated version of python 2020-09-15 x11-drivers/xf86-video-qxl: uses deprecated version of python 2020-09-15 x11-fm/twander: Uses deprecated version of python 2020-09-15 x11-wm/compizconfig-python: Uses deprecated version of python 2020-09-15 x11-wm/fvwm-crystal: Uses deprecated version of python Notes: svn path=/head/; revision=548980
* java/intellij: Update to version 2020.2.2.Boris Samorodov2020-09-162-5/+5
| | | | Notes: svn path=/head/; revision=548794
* Fix the default bootstrap to point to openjdk14Greg Lewis2020-09-101-2/+2
| | | | | | | Reported by: Giacomo Olgeni <olgeni@olgeni.com> Notes: svn path=/head/; revision=548176
* Add support for 15 as a versionGreg Lewis2020-09-074-11/+22
| | | | Notes: svn path=/head/; revision=547936
* Restore fontconfig functionalityGreg Lewis2020-09-073-0/+221
| | | | Notes: svn path=/head/; revision=547934
* Fix the build for 12/powerpc64Greg Lewis2020-09-061-0/+11
| | | | Notes: svn path=/head/; revision=547769