aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* . When upgrading to 8u192 the endianess definitions specific to BSD wereGreg Lewis2019-02-092-1/+45
| | | | | | | | | | | missed during a large merge of the configuration file. This resulted in, at least, macros affecting maths operations using the big endian rather than the little endian versions. PR: 234689 Notes: svn path=/head/; revision=492485
* java/intellij: Update to version 2018.3.4Boris Samorodov2019-02-023-7/+7
| | | | Notes: svn path=/head/; revision=491982
* java/eclipse-windowbuilder: Use NO_WRKSUBDIRTobias Kortkamp2019-02-021-1/+1
| | | | Notes: svn path=/head/; revision=491953
* Update to 2018.3.4 release.Alex Dupre2019-02-014-9/+9
| | | | | | | | | PR: 235345 Submitted by: ale Approved by: maintainer Notes: svn path=/head/; revision=491794
* New port: java/wildfly15: Replacement for JBoss Application ServerKurt Jaeger2019-01-287-0/+2163
| | | | | | | | | | | | | | | | | | | | | WildFly is a flexible, lightweight, managed application runtime that helps you build amazing applications. WildFly - new name for JBoss Application Server Fast Startup Small Footprint Modular Design Unified Configuration and Management And of course Java EE! WWW: http://wildfly.org PR: 234604 Submitted by: Simeo Reig <reig.simeo@gmail.com> Notes: svn path=/head/; revision=491476
* . Update to 2018iGreg Lewis2019-01-273-4/+5
| | | | Notes: svn path=/head/; revision=491321
* [java/jattach] update to v.1.4Michael Zhilin2019-01-253-26/+5
| | | | | | | | | | | | | - update to v.1.4 - remove patches committed to upstream Submitted by: mizhka Reviewed by: lme, mat (initial review) Approved by: lme Differential Revision: https://reviews.freebsd.org/D16926 Notes: svn path=/head/; revision=491140
* Add a missing symbol in the linker map file.Jung-uk Kim2019-01-182-4/+12
| | | | | | | PR: 234593 Notes: svn path=/head/; revision=490617
* Update to 2018.3.3 release.Alex Dupre2019-01-173-9/+10
| | | | | | | | | PR: 234932 Submitted by: ale Approved by: maintainer Notes: svn path=/head/; revision=490530
* java/intellij: Update to version 2018.3.3Boris Samorodov2019-01-123-10/+10
| | | | Notes: svn path=/head/; revision=490041
* Remove MASTER_SITES=GH when it is the only one.Mathieu Arnold2019-01-081-4/+2
| | | | | | | It is added by USE_GITHUB. Tested with `make makesum` not changing distinfo. Notes: svn path=/head/; revision=489684
* Fix plistAntoine Brodin2019-01-071-1/+1
| | | | | | | PR: 234633 Notes: svn path=/head/; revision=489567
* Correct mistakes made in r484256 by not including newer version ofMark Linimon2019-01-022-4/+2
| | | | | | | | | | | patch. This correctly fixes the build on powerpc64. PR: 231946 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=489072
* Retire the netbeans-devel port, it rarely used if ever.Koop Mast2018-12-316-5923/+0
| | | | Notes: svn path=/head/; revision=488796
* Update netbeans to 10.0.Koop Mast2018-12-315-5286/+310
| | | | | | | | | | | | | This is the second release of Apache Netbeans (incubating). The first release (9.0) was skipped because it only included java support. This version should support most if not all of the project types the older netbeans 8.2 did. PR: 230420 Notes: svn path=/head/; revision=488794
* Update to 2018.3.2 release and enable native file watcher by default.Alex Dupre2018-12-275-135/+200
| | | | | | | Approved by: maintainer timeout (15 days) Notes: svn path=/head/; revision=488533
* Add a WatchService implementation backed by kqueue,Alex Dupre2018-12-275-2/+68
| | | | | | | | | | | | leveraging the libinotify wrapper. It's still possible to use the polling watchservice, by defining the following system property: sun.nio.fs.watchservice=polling Notes: svn path=/head/; revision=488523
* Add support for millisecond resolution to get/setLastModifiedTimeAlex Dupre2018-12-273-1/+35
| | | | | | | in both Java IO and NIO. Notes: svn path=/head/; revision=488521
* Update netbeans-devel to 10.0.vc5.Koop Mast2018-12-255-4919/+3383
| | | | | | | | | This is the fifth voting candidate of apache netbeans-incubating. PR: 230420 Notes: svn path=/head/; revision=488340
* java/intellij: Update to version 2018.3.2Boris Samorodov2018-12-203-9/+9
| | | | Notes: svn path=/head/; revision=487923
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-124-4/+4
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* . Fix build on gcc based architectures (e.g. powerpc64)Greg Lewis2018-12-111-0/+1
| | | | | | | | PR: 233883 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=487219
* java/intellij: Update to version 2018.3.1Boris Samorodov2018-12-093-5/+6
| | | | Notes: svn path=/head/; revision=487080
* . Fix SCTP support.Greg Lewis2018-12-082-0/+42
| | | | | | | | PR: 230321 Submitted by: Timo Voelker <timo.voelker@fh-muenster.de> Notes: svn path=/head/; revision=486983
* . Fix compilation on powerpc64Greg Lewis2018-12-081-0/+17
| | | | | | | | PR: 223834 Submitted by: Curtis Hamilton <hamiltcl@verizon.net> Notes: svn path=/head/; revision=486976
* . Update to 8u192.Greg Lewis2018-12-087-1103/+1257
| | | | | | | PR: 230364 Notes: svn path=/head/; revision=486973
* java/visualvm: update to 1.4.2Steve Wills2018-12-042-4/+4
| | | | Notes: svn path=/head/; revision=486635
* Remove expired ports:Rene Ladan2018-12-0331-1514/+0
| | | | | | | | | 2018-12-02 java/classpath: Staled since 2012, OpenJDK is live now java/cacao: Depends on expired java/classpath 2018-12-04 java/jamvm: Abandonware, depends on expired java/classpath Notes: svn path=/head/; revision=486518
* java/intellij: Update to version 2018.3Boris Samorodov2018-12-013-71/+74
| | | | Notes: svn path=/head/; revision=486331
* java/openjfx8-devel: Switch over to devel/gradle4Tobias Kortkamp2018-11-301-3/+3
| | | | | | | While here add missing USES Notes: svn path=/head/; revision=486239
* - Simplify PLIST_FILES as suggested by mat: PREFIX-based absolute paths are ↵Dmitry Marakasov2018-11-231-2/+2
| | | | | | | | | allowed in plist Approved by: portmgr blanket Notes: svn path=/head/; revision=485693
* - Add LICENSE_FILEDmitry Marakasov2018-11-222-8/+8
| | | | | | | | | | | | | - Pet portlint - Remove no-op DATADIR/DOCSDIR - Silence COPYTREE macros - Pet portlint - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=485586
* . Update to 2018g.Greg Lewis2018-11-172-4/+4
| | | | Notes: svn path=/head/; revision=485141
* - Fix reversed ccache version detection logic. Enable ccache support.Jung-uk Kim2018-11-165-3/+52
| | | | | | | | | | | - Use '-pthread' for Clang. Clang supports '-pthread' on all BSDs except for Darwin. [1] Reported by: Achilleas Mantzios <achill@matrix.gatewaynet.com> [1] Tested by: Achilleas Mantzios <achill@matrix.gatewaynet.com> [1] Notes: svn path=/head/; revision=485094
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* Return tj's ports to the pool after his commit bit got safekept.Rene Ladan2018-11-061-1/+1
| | | | Notes: svn path=/head/; revision=484353
* multimedia/ffmpeg: update to 4.1Jan Beich2018-11-061-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=484273
* When building on powerpc64, libj3dcore-ogl.so library isn't built.Mark Linimon2018-11-051-1/+5
| | | | | | | | | | Fix install target by fixing CFLAGS. PR: 231946 Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=484256
* Mark as deprecated, it is an abandonware (project staled since 2015)Baptiste Daroussin2018-11-041-1/+4
| | | | Notes: svn path=/head/; revision=483960
* Mark as deprecated, GNU classpath as stalled since 2012Baptiste Daroussin2018-11-021-0/+3
| | | | | | | superceded by OpenJDK Notes: svn path=/head/; revision=483790
* Update subversion to 1.11.0.Lev A. Serebryakov2018-11-012-2/+2
| | | | Notes: svn path=/head/; revision=483685
* . Update to 8u192.Greg Lewis2018-10-272-4/+4
| | | | Notes: svn path=/head/; revision=483180
* New port: java/wildfly14Kurt Jaeger2018-10-277-0/+1658
| | | | | | | | | | | | | | | | | | | | | | WildFly is a flexible, lightweight, managed application runtime that helps you build amazing applications. WildFly - new name for JBoss Application Server Fast Startup Small Footprint Modular Design Unified Configuration and Management And of course Java EE! WWW: http://wildfly.org PR: 232354 Submitted by: Simeo Reig <reig.simeo@gmail.com> Approved by: yerenkow@gmail.com (maintainer wildfly11) Notes: svn path=/head/; revision=483171
* New port: java/wildfly13Kurt Jaeger2018-10-278-0/+1632
| | | | | | | | | | | | | | | | | | | | | | WildFly is a flexible, lightweight, managed application runtime that helps you build amazing applications. WildFly - new name for JBoss Application Server Fast Startup Small Footprint Modular Design Unified Configuration and Management And of course Java EE! WWW: http://wildfly.org PR: 231328 Submitted by: Simeo Reig <reig.simeo@gmail.com> Approved by: yerenkow@gmail.com (maintainer wildfly11) Notes: svn path=/head/; revision=483170
* New port: java/wildfly12Kurt Jaeger2018-10-278-0/+1583
| | | | | | | | | | | | | | | | | | | | | WildFly is a flexible, lightweight, managed application runtime that helps you build amazing applications. WildFly - new name for JBoss Application Server Fast Startup Small Footprint Modular Design Unified Configuration and Management And of course Java EE! WWW: http://wildfly.org PR: 231119 Submitted by: Simeo Reig <reig.simeo@gmail.com> Notes: svn path=/head/; revision=483166
* . Update to 8u192.Greg Lewis2018-10-273-10/+11
| | | | Notes: svn path=/head/; revision=483161
* . Update to 8u192.Greg Lewis2018-10-273-6/+7
| | | | Notes: svn path=/head/; revision=483160
* Apparently now builds on powerpc64.Mark Linimon2018-10-271-2/+0
| | | | | | | | | PR: 232401 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483126
* devel/icu: update to 63.1Jan Beich2018-10-231-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/63 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 232300 Exp-run by: antoine Notes: svn path=/head/; revision=482830
* java/intellij: Update to version 2018.2.5Boris Samorodov2018-10-192-5/+5
| | | | Notes: svn path=/head/; revision=482457