summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* lang/rust: Update to 1.46.0Tobias Kortkamp2020-08-301-1/+1
| | | | | | | | | | | - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html With hat: rust Differential Revision: https://reviews.freebsd.org/D26176 Notes: svn path=/head/; revision=547071
* java/intellij: Update to version 2020.2.1.Boris Samorodov2020-08-303-10/+23
| | | | Notes: svn path=/head/; revision=547049
* java/visualvm: update to 2.0.4Steve Wills2020-08-282-4/+4
| | | | Notes: svn path=/head/; revision=546732
* Add a port to create JRE-only package for java/openjdk11.Jung-uk Kim2020-08-203-1/+20
| | | | Notes: svn path=/head/; revision=545487
* Work around build a failure with Clang 11 on head.Jung-uk Kim2020-08-201-0/+11
| | | | | | | | | | | | | | /wrkdirs/usr/ports/java/openjdk11/work/openjdk-jdk11u-jdk-11.0.8-10-1/src/java.desktop/unix/native/libawt_xawt/xawt/XlibWrapper.c:2186:12: error: cast to smaller integer type 'jint' (aka 'int') from 'int (*)(Display *)' (aka 'int (*)(struct _XDisplay *)') [-Werror,-Wpointer-to-int-cast] return (jint) XSynchronize((Display*)jlong_to_ptr(display), (onoff == JNI_TRUE ? True : False)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. It looks like a false-positive, though. Notes: svn path=/head/; revision=545480
* Add upstream patches to build with "-fno-common".Jung-uk Kim2020-08-194-0/+43
| | | | | | | | | | This is default with Clang 11 and GCC 10. https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/3660248422f4 https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/371bbe373ae0 Notes: svn path=/head/; revision=545469
* Add upstream patches to build with "-fno-common".Jung-uk Kim2020-08-194-0/+71
| | | | | | | | | | This is default with Clang 11 and GCC 10. https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/41be6128f4c1 https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/d5c69bd5f7ad Notes: svn path=/head/; revision=545463
* java/icedtea-web: fix build on GCC architecturesPiotr Kubaj2020-08-181-1/+2
| | | | | | | | | | Use newer GCC: /wrkdirs/usr/ports/java/icedtea-web/work/IcedTea-Web-icedtea-web-1.8.4/plugin/icedteanp/IcedTeaNPPlugin.cc:1582: error: function definition does not declare parameters /wrkdirs/usr/ports/java/icedtea-web/work/IcedTea-Web-icedtea-web-1.8.4/plugin/icedteanp/IcedTeaNPPlugin.cc: In function 'NPError plugin_start_appletviewer(ITNPPluginData*)': /wrkdirs/usr/ports/java/icedtea-web/work/IcedTea-Web-icedtea-web-1.8.4/plugin/icedteanp/IcedTeaNPPlugin.cc:1640: error: 'knownExports' was not declared in this scope Notes: svn path=/head/; revision=545256
* Clean up some thingsTobias Kortkamp2020-08-112-5/+7
| | | | | | | Reported by: portscan (some of it) Notes: svn path=/head/; revision=544703
* java/intellij: Update to version 2020.2.Boris Samorodov2020-08-093-149/+158
| | | | Notes: svn path=/head/; revision=544581
* Fix rust launchers and bash completionGreg Lewis2020-08-083-1/+17
| | | | | | | | PR: 244976 Submitted by: Lars Herschke <lhersch@dssgmbh.de> Notes: svn path=/head/; revision=544356
* Unbreak on ARM by depending on the previous libffi versionGreg Lewis2020-08-061-1/+1
| | | | | | | PR: 248099 Notes: svn path=/head/; revision=544263
* java/openjdk8: fix patching on powerpc64 elfv2Piotr Kubaj2020-08-031-11/+0
| | | | | | | Patching hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp is not necessary anymore. Notes: svn path=/head/; revision=544076
* lang/rust: Update to 1.45.2Tobias Kortkamp2020-08-031-1/+1
| | | | | | | Changes: https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html Notes: svn path=/head/; revision=544073
* java/visualvm: update to 2.0.3Steve Wills2020-08-023-160/+176
| | | | Notes: svn path=/head/; revision=544004
* Fix build (extract) with static bsdtar(1)Danilo G. Baio2020-08-011-0/+3
| | | | | | | | | | | | | | tar: Pathname can't be converted from UTF-8 to current locale. tar: Error exit delayed from previous errors. *** Error code 1 See more details for the same issue in bug 246618. Reported by: pkg-fallout Approved by: portmgr blanket Notes: svn path=/head/; revision=543918
* Update to 8u265Greg Lewis2020-08-012-5/+5
| | | | Notes: svn path=/head/; revision=543889
* Update to 2.8.1 release.Alex Dupre2020-07-312-4/+4
| | | | Notes: svn path=/head/; revision=543848
* java/openjdk8: fix patchingPiotr Kubaj2020-07-301-14/+0
| | | | | | | | Remove files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp to fix patching. I'm not sure why this patch was added. Removing it doesn't break build on powerpc64 (both elfv1 and elfv2). There's no include for alloca.h in sharedRuntime_ppc.cpp. Notes: svn path=/head/; revision=543834
* lang/rust: Update to 1.45.1Tobias Kortkamp2020-07-301-1/+1
| | | | | | | | | | | | | - Apply the "hard links break `env::current_exe()`" workaround from r543251 to lang/rust too - Force rebuild all consumers for the soundness bug in 1.45.0 Changes: https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html With hat: rust Differential Revision: https://reviews.freebsd.org/D25835 Notes: svn path=/head/; revision=543815
* Fix packing listGreg Lewis2020-07-302-3/+4
| | | | | | | | | | * Force bash completion to install into ${PREFIX}/etc/bash_completion.d * Adjust packing list to reflect this PR: 244976 Notes: svn path=/head/; revision=543713
* Restrict to Java 8 onlyGreg Lewis2020-07-251-1/+1
| | | | | | | | PR: 244976 Submitted by: Lars Herschke <lhersch@dssgmbh.de> Notes: svn path=/head/; revision=543427
* * Add missing build dependsGreg Lewis2020-07-242-3/+13
| | | | | | | | | | | * Restrict Java versions * Fix packing list PR: 244976 Submitted by: Lars Herschke <lhersch@dssgmbh.de> Notes: svn path=/head/; revision=543385
* Multiple ports: improve regex compliance (part 2)Kyle Evans2020-07-241-2/+4
| | | | | | | | | | | | | | | | | This is again a part of the project to stop extraneous escaping of ordinary characters and redefine some ordinary escapes as special behavior. Most of these ports are pushed over to use textproc/gsed because they want to use GNU extensions. Others are fixed to either escape appropriately (e.g. $$ rather than \$ in Makefiles!) or just remove redundant escapes (e.g. backtick in single quotes doesn't need escaped). PR: 229925 MFH: no (invasive risk) Notes: svn path=/head/; revision=543267
* Lock these ports down to OpenJDK version 8, they do not build with neitherAlexey Dokuchaev2020-07-241-1/+1
| | | | | | | | | 7 nor 11+. PR: 248169 Notes: svn path=/head/; revision=543248
* java/intellij: Update to version 2020.1.4.Boris Samorodov2020-07-232-5/+5
| | | | Notes: svn path=/head/; revision=542972
* Update to 1.8.4Greg Lewis2020-07-2310-225/+236
| | | | | | | | PR: 244976 Submitted by: Lars Herschke <lhersch@dssgmbh.de> Notes: svn path=/head/; revision=542907
* Fix the build for PowerPC64Greg Lewis2020-07-231-0/+14
| | | | | | | Submitted by: Curtis Hamilton Notes: svn path=/head/; revision=542906
* Update to 14.0.2Greg Lewis2020-07-162-6/+5
| | | | Notes: svn path=/head/; revision=542331
* Update to 13.0.4Greg Lewis2020-07-163-31/+5
| | | | Notes: svn path=/head/; revision=542321
* Update to 8u262Greg Lewis2020-07-163-6/+16
| | | | Notes: svn path=/head/; revision=542305
* Update to 11.0.8Greg Lewis2020-07-162-6/+5
| | | | Notes: svn path=/head/; revision=542304
* Don't print the company name in the version infoGreg Lewis2020-07-132-1/+21
| | | | | | | | | | This evidently breaks some software that does parsing of -version output PR: 244634 Submitted by: Stefan Ehmann <shoesoft@gmx.net> Notes: svn path=/head/; revision=542112
* audio/sndio: Update to 1.7.0Tobias Kortkamp2020-07-121-1/+1
| | | | Notes: svn path=/head/; revision=542069
* More accurate vendor informationGreg Lewis2020-07-124-4/+28
| | | | | | | PR: 244634 Notes: svn path=/head/; revision=542063
* More accurate vendor informationGreg Lewis2020-07-121-0/+6
| | | | | | | | | | I've tweaked the values suggested in the PR patch. PR: 244634 Submitted by: Michael Osipov <michael.osipov@siemens.com> Notes: svn path=/head/; revision=542061
* java/intellij: Update to version 2020.1.3.Boris Samorodov2020-07-112-5/+5
| | | | Notes: svn path=/head/; revision=542057
* java/openjdk14: Add fontconfig supportDmitri Goutnik2020-07-113-1/+223
| | | | | | | | PR: 247901 Approved by: java (glewis) Notes: svn path=/head/; revision=542040
* Update to 4.1.51Greg Lewis2020-07-112-4/+4
| | | | Notes: svn path=/head/; revision=541988
* java/bouncycastle15: give up maintainershipEugene Grosbein2020-07-111-1/+1
| | | | | | | | I have not used the software for years and now I'm not in position to test and update it. Notes: svn path=/head/; revision=541971
* Add a runtime dependency on xorg-fonts-truetypeGreg Lewis2020-07-091-2/+3
| | | | | | | | PR: 247786 Reported by: phk@ Notes: svn path=/head/; revision=541730
* Chanse update of devel/libffiNiclas Zeising2020-07-043-2/+4
| | | | | | | | | | | | | Chase the devel/libffi update Bump portrevision of all dependent ports to chace shard library version bump in libffi. Update LIB_DEPENDS lines where needed to not require a specific version of libffi.so. PR: 247028 (for tracking) Notes: svn path=/head/; revision=541232
* Update to version 11.0.3.Alexey Dokuchaev2020-07-042-3/+4
| | | | | | | | PR: 237522 Approved by: maintainer (timeout since 2019-04-24) Notes: svn path=/head/; revision=541182
* java/openjdk11: Add fontconfig supportDmitri Goutnik2020-07-023-1/+226
| | | | | | | | PR: 247238 Approved by: java (glewis) Notes: svn path=/head/; revision=541062
* java/apache-commons-collections:Max Brazhnikov2020-06-284-19/+26
| | | | | | | | | | - Update to 3.2.2 - the latest release in 3.x series - Add LICENSE_FILE - Drop now needless dos2unix conversion - Rework port description Notes: svn path=/head/; revision=540711
* Add archivers/zip to BUILD_DEPENDS to fix building in official package builderLi-Wen Hsu2020-06-271-2/+2
| | | | | | | | | | while here, clean unneeded comment PR: 247575 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Notes: svn path=/head/; revision=540603
* java/jgraphx:Max Brazhnikov2020-06-202-4/+4
| | | | | | | - Update to 4.2.0 Notes: svn path=/head/; revision=539733
* Update to 4.16Li-Wen Hsu2020-06-189-134/+83
| | | | | | | | PR: 247371 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Notes: svn path=/head/; revision=539545
* Multiple ports: improve regex complianceKyle Evans2020-06-083-6/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes largely fall into just two categories: 1. Need textproc/gsed for GNU extensions 2. Extraneous escapes that can go away For #1, there's a further subdivision into those that require autoconf magic and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed. -CURRENT will soon gain GNU extensions, but these will take longer to get to all supported releases; we must switch them to gsed to ensure we're actually properly building them as intended. For #2, I've fixed these as I can and we should upstream these fixes. PORTREVISION is bumped for all of the above, because we will almost certainly build these differently when the replacements actually start working. These were all detected by the below-referenced exp-run [1]. The patch included forbids many ordinary characters from being escaped, since we'll later imbue those with special meanings. This has had the nice side effect of picking up various things that we didn't handle properly, e.g. \t and \r for tab and carriage return. PR: 229925 [1] Approved by: koobs (mentor) Approved by: portmgr (blanket: trivial build fixes) MFH: no (invasive risk) Differential Revision: https://reviews.freebsd.org/D25185 Notes: svn path=/head/; revision=538197
* Update to 4.1.50Greg Lewis2020-06-062-4/+4
| | | | Notes: svn path=/head/; revision=538130