summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Fix build on gcc based architectures (e.g. powerpc64)Greg Lewis2018-12-111-0/+1
| | | | | PR: 233883 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* java/intellij: Update to version 2018.3.1Boris Samorodov2018-12-093-5/+6
|
* . Fix SCTP support.Greg Lewis2018-12-082-0/+42
| | | | | PR: 230321 Submitted by: Timo Voelker <timo.voelker@fh-muenster.de>
* . Fix compilation on powerpc64Greg Lewis2018-12-081-0/+17
| | | | | PR: 223834 Submitted by: Curtis Hamilton <hamiltcl@verizon.net>
* . Update to 8u192.Greg Lewis2018-12-087-1103/+1257
| | | | PR: 230364
* java/visualvm: update to 1.4.2Steve Wills2018-12-042-4/+4
|
* 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
* java/intellij: Update to version 2018.3Boris Samorodov2018-12-013-71/+74
|
* java/openjfx8-devel: Switch over to devel/gradle4Tobias Kortkamp2018-11-301-3/+3
| | | | While here add missing USES
* - 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
* - 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
* . Update to 2018g.Greg Lewis2018-11-172-4/+4
|
* - 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]
* 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
* Return tj's ports to the pool after his commit bit got safekept.Rene Ladan2018-11-061-1/+1
|
* 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/
* 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
* Mark as deprecated, it is an abandonware (project staled since 2015)Baptiste Daroussin2018-11-041-1/+4
|
* Mark as deprecated, GNU classpath as stalled since 2012Baptiste Daroussin2018-11-021-0/+3
| | | | superceded by OpenJDK
* Update subversion to 1.11.0.Lev A. Serebryakov2018-11-012-2/+2
|
* . Update to 8u192.Greg Lewis2018-10-272-4/+4
|
* 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)
* 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)
* 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>
* . Update to 8u192.Greg Lewis2018-10-273-10/+11
|
* . Update to 8u192.Greg Lewis2018-10-273-6/+7
|
* Apparently now builds on powerpc64.Mark Linimon2018-10-271-2/+0
| | | | | | PR: 232401 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* 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
* java/intellij: Update to version 2018.2.5Boris Samorodov2018-10-192-5/+5
|
* (1) Update to 1.10.3.Lev A. Serebryakov2018-10-101-1/+1
| | | | | | | (2) Fix STATIC build. (3) Expand FreeBSD template for better explanation of "Sponsored by" PR: (2) 220660, (3) 228362
* java/intellij: Update to version 2018.2.4Boris Samorodov2018-10-072-5/+5
|
* . Add a doc port for JDK 10.Greg Lewis2018-10-074-0/+50
|
* java/intellij-ultimate: update to 2018.2.3Kevin Bowling2018-09-253-6/+14
| | | | | | PR: 231341 Approved by: Andrey Cherkashin (maintainer), timur (mentor) Differential Revision: https://reviews.freebsd.org/D17212
* Deprecate dead -devel portsAntoine Brodin2018-09-161-0/+2
|
* . Update to 8u181.Greg Lewis2018-09-152-6/+6
|
* . Update to 8u181.Greg Lewis2018-09-153-227/+19
|
* java/intellij: Update to version 2018.2.3Boris Samorodov2018-09-133-5/+10
|
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-112-2/+2
| | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-104-0/+8
| | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
* . Update to 8u181.Greg Lewis2018-09-085-681/+849
|
* . Update to 10.0.2.Greg Lewis2018-09-082-4/+4
|
* . Update to 10.0.2.Greg Lewis2018-09-083-5/+5
|
* java/jlint: Fix build with Clang 6Tobias Kortkamp2018-08-313-7/+132
| | | | | | | | | | | | | | | | | In file included from access_desc.cc:1: In file included from ./access_desc.hh:8: In file included from ./class_desc.hh:4: ./types.hh:144:6: error: constant expression evaluates to 4294967168 which cannot be narrowed to type 'int4' (aka 'int') [-Wc++11-narrowing] {0xffffff80, 0x0000007f}, // tp_byte ^~~~~~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/jlint-3.1.2_4.log jlint.cc:1044:33: error: no matching literal operator for call to 'operator""__DATE__' with arguments of types 'const char *' and 'unsigned long', and no matching literal operator template "version %s ("__DATE__").\n", VERSION); ^ - Remove embedded build date - Make sure the build respects CXXFLAGS, LDFLAGS, LIBS
* Update java/intellij-ultimate to 2018.2.2 versionTimur I. Bakeyev2018-08-313-198/+295
| | | | | | PR: 230299 Submitted by: kbowling Approved by: maintainer
* java/jdk8-doc: update 8u172 -> 8u181Kurt Jaeger2018-08-302-5/+6
| | | | | PR: 230811 Submitted by: Jonathan Chen <jonc@chen.org.nz>
* java/jikes: Unbreak on 12.0 and fix build with Clang 6Tobias Kortkamp2018-08-261-3/+1
| | | | | | | | checking for standard set_new_handler... no configure: error: Could not find standard set_new_handler function PR: 230673 Submitted by: Ting-Wei Lan <lantw44@gmail.com>
* www/webkit2-gtk3, java/openjfx8-devel: unbreak with libc++ 7Jan Beich2018-08-221-0/+17
| | | | | | | | | | | | | | | | | | | | | In file included from Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:28: In file included from Source/JavaScriptCore/bytecode/ArrayProfile.h:29: In file included from Source/JavaScriptCore/runtime/Structure.h:28: In file included from Source/JavaScriptCore/runtime/ClassInfo.h:25: In file included from Source/JavaScriptCore/interpreter/CallFrame.h:30: In file included from Source/JavaScriptCore/runtime/VM.h:40: In file included from Source/JavaScriptCore/runtime/FunctionHasExecutedCache.h:28: In file included from /usr/include/c++/v1/unordered_map:385: In file included from /usr/include/c++/v1/__node_handle:16: /usr/include/c++/v1/optional:171:29: error: redefinition of 'bad_optional_access' class _LIBCPP_EXCEPTION_ABI bad_optional_access ^ DerivedSources/ForwardingHeaders/wtf/Optional.h:295:7: note: previous definition is here class bad_optional_access : public std::logic_error { ^ PR: 230464 230600 Submitted by: dim
* Remove expired ports:Rene Ladan2018-08-215-97/+0
| | | | | | | | | | | | | | | | | | | | | | | | | 2018-08-20 net/openmq: Broken for more than 5 months 2018-08-20 net/coda6_server: Broken for more than 5 months 2018-08-20 net/ceph-devel: Broken for more than 5 months 2018-08-20 java/jgrapht: Broken for more than 5 months 2018-08-20 mail/mutt14: mutt 1.4.x has been out of support for 10+ years use mail/mutt 2018-08-20 www/pydio: Broken for more than 5 months 2018-08-20 security/fastd-devel: Broken for more than 5 months 2018-08-20 security/fastd: Broken for more than 5 months 2018-08-20 devel/bhyve-vm-goagent: Broken for more than 5 months 2018-08-20 devel/cherivis-devel: Depends on broken and expiring cheritrace-devel 2018-08-20 devel/cheritrace-devel: Broken for more than 5 months 2018-08-20 devel/javolution: Broken for more than 5 months 2018-08-20 devel/bisoncpp: Depends on broken and expiring libbobcat 2018-08-20 databases/php5-pdo_cassandra: Broken for more than 5 months 2018-08-20 games/crafty-open-large: Broken for more than 5 months 2018-08-20 games/crafty-open-enormous: Broken for more than 5 months 2018-08-20 games/crafty-open-medium: Broken for more than 5 months 2018-08-20 math/jakarta-commons-math: Broken for more than 5 months 2018-08-20 math/hfst: Broken for more than 5 months 2018-08-20 math/octave-forge-communications: Broken for more than 5 months 2018-08-20 lang/v8-devel: Broken for more than 5 months 2018-08-20 sysutils/rubygem-fluentd010: Broken for more than 5 months
* java/intellij: Update to version 2018.2.1Boris Samorodov2018-08-143-179/+269
|
* Switch to xorgproto instead of individual packagesNiclas Zeising2018-07-311-2/+2
| | | | | | | | | | | | | | | | | | Upstream used to distribute protocol headers as separate packages, but has decided to merge those to a common package, named xorgproto. This update tracks that change. * Add a new port, x11/xorgproto, with are protocol headers for xorg. * Hook the new protocol port to the build and to infrastructure in bsd.xorg.mk. * Update all ports with a dependency on any of the old *proto packages to instead depend on xorgproto. Bump portrevision. * Delete the old *proto packages, update MOVED. PR: 230023 Submitted by: zeising Approved by: portmgr (antoine) exp-run by: antoine