aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* . Update to 8u212.glewis2019-04-212-6/+6
|
* . Update to 8u212.glewis2019-04-213-13/+12
|
* Add back the dependency on zip.glewis2019-04-201-1/+2
| | | | Reported by: Charlie Li <ml+freebsd@vishwin.info>
* * Update to 8u212.glewis2019-04-2030-23012/+28
| | | | | * Change master site to Github * Remove patches and Makefile fixes that have been upstreamed to Github
* . Update to 12.0.1glewis2019-04-183-26/+8
|
* . Update to 11.0.3.glewis2019-04-183-24/+6
|
* java/eclipse-pydev: unbreak after java/eclipse updatepi2019-04-141-9/+5
| | | | | | - path to BUNDLES_INFO changed PR: 236792
* java/eclipse: fix whitespace in Makefile.pluginspi2019-04-141-1/+2
| | | | PR: 237280
* java/eclipse: re-add Makefile.plugins to restore build for some portspi2019-04-141-0/+12
| | | | | PR: 237280 Submitted by: Jonathan Chen <jonc@chen.org.nz>
* java/eclipse-pydev: mark BROKEN after java/eclipse updatepi2019-04-141-1/+5
| | | | | | - see also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213648 PR: 236792
* Fix plistantoine2019-04-141-1/+1
|
* java/eclipse: update 4.6 -> 4.11, submitter becomes maintainerpi2019-04-1431-3525/+4122
| | | | | | | | | | | - port is rewritten from scratch - Warning: UI widgets are oddly sized, currently under investigation PR: 236792 Submitted by: Jonathan Chen <jonc@chen.org.nz> Reviewed by: mizhka@gmail.com, Curtis Hamilton Approved by: ljboiler@gmail.com (maintainer timeout) Relnotes: https://www.eclipse.org/eclipseide/2019-03/noteworthy/
* java/intellij: Update to version 2019.1bsam2019-04-143-1358/+958
|
* java/jd-gui: Update to 1.4.2tobik2019-04-112-6/+6
| | | | Changes: https://github.com/java-decompiler/jd-gui/releases/tag/v1.4.2
* java/bouncycastle15: install signed bcprov.jareugen2019-04-041-0/+3
| | | | | | | | | | | | | | Previous revision 497549 switched to install bcprov.jar build from sources instead of bundled version. However, the bundled version of JAR file is signed that is essential as is provides an implementation of a Provider in the Java Cryptography Architecture. For details, refer to https://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/HowToImplAProvider.html Partially back out that revision to install bundled bcprov.jar as before. Thanks to Alex Dupre for reporting this. Reported by: ale
* java/bouncycastle15: update to version 1.61eugen2019-04-022-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release adds support for the qTESLA signature alogirithm and the password hashing algorithm Argon2. Support for endpoint ID validation has been added to the BCJSSE, and the TLS/BCJSEE API's journey to TLS 1.3 has continued. Support has been added to the provider for the Ed25519 and Ed448 signature algorithms and provider support has also been added for X25519 and X448. A new API for directly parsing and creating S/MIME documents has been added to the PKIX APIs. In terms of bug fixes, the TLS api will now tolerate unrecognized hash algorithms and SNI types. An issue that meant XMSS/XMSS^MT private keys would sometime reload incorrectly has been fixed. RFC3211WrapEngine will now properly handle messages longer than 127 bytes, and an endianness issue for encoding parameters longer than 255 bytes for CSHAKE has been fixed, some CMP parsing issues have been found and dealt with, the co-factors for id-tc26-gost-3410-12-256-paramSetA and id-tc26-gost-3410-12-512-paramSetC have been corrected and more work has been done on EC key encoding to make sure named curve parameters are preserved where possible. BCFKS key stores can now be signature protected rather than passord protected. See also https://www.bouncycastle.org/releasenotes.html Also, the port now installs version of bcprov.jar built from sources removing code since older java/bouncycastle port that installs bcprov.jar bundled with distfile.
* * Update to 12.0.0.33.2glewis2019-03-305-33/+53
| | | | | | | * Sort LIB_DEPENDS and USE_XORG. * Add a dependency in alsa-lib now that sound is supported on FreeBSD. * Don't disable dtrace now that it is supported on FreeBSD. * Less intrusive iconv change.
* Fix DTrace support for 32 bit platforms and re-enable it.glewis2019-03-302-4/+18
| | | | PR: 236876
* Temporarily disable DTRACE on i386glewis2019-03-291-0/+4
| | | | PR: 236876
* Update to 2019.1 release.ale2019-03-293-2360/+1829
| | | | | | PR: 236852 Submitted by: ale Approved by: maintainer
* Remove unnecessary CPPFLAGS and LDFLAGS.glewis2019-03-291-2/+0
|
* . Update to 11.0.2.9.4glewis2019-03-2912-592/+26
| | | | | | | . Sort LIB_DEPENDS and USE_XORG . Add a dependency in alsa-lib now that sound is supported on FreeBSD. . Don't disable dtrace now that it is supported on FreeBSD. . Less intrusive iconv change.
* Fix iconv(3) issues.jkim2019-03-292-4/+28
| | | | PR: 236759
* Refine r496923.jkim2019-03-292-6/+17
| | | | | | | | | | | | libinstrument.so and libjdwp.so do not need anything from $LOCALBASE but libsplashscreen.so does. For example, % cd /usr/local/openjdk11 % bin/java -jar demo/jfc/SwingSet2/SwingSet2.jar ld-elf.so.1: /usr/local/openjdk11/lib/libsplashscreen.so: Undefined symbol "libiconv_open" PR: 236759
* devel/icu: update to 64.1jbeich2019-03-281-1/+1
| | | | | | | | Changes: http://site.icu-project.org/download/64 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 236325 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19479
* Fixes for include path, jshell, and process issues.glewis2019-03-2711-7/+590
| | | | | | | | | | | | | | | * Put MD specific include files (e.g. jni_md.h) in a subdirectory named 'freebsd' rather than 'bsd'. [1] * Remove the necessity to always have /usr/local/include in the header paths and linker paths. This allows jshell to use the system iconv.h rather than the third party one and link correctly. [2] * Fix getting process commands and arguments on FreeBSD. * Bump PORTREVISION. All fixes need forward porting to openjdk12. PR: 236754 [1], 236759 [2] Submitted by: Kurt Miller [2]
* [java/jattach] update to 1.5mizhka2019-03-242-5/+5
| | | | | | | Update to 1.5. no patches required, works as-is. Submitted by: lwhsu Approved by: lwhsu
* java/java-checkstyle: Return to pool as no longer usee JAVAbofh2019-03-241-1/+1
|
* Add a port of the documentation for JDK 12glewis2019-03-224-0/+51
|
* . Fix permissions on jspawnhelper.glewis2019-03-221-0/+2
| | | | . Bump PORTREVISION.
* . Fix permissions on jspawnhelper.glewis2019-03-221-0/+2
| | | | . Bump PORTREVISION.
* Re-add the port of OpenJDK 12glewis2019-03-227-0/+174
|
* Remove openjdk12 to try a repo copy again.glewis2019-03-227-174/+0
|
* Support i386glewis2019-03-221-2/+2
|
* . Update bootstrapglewis2019-03-213-13/+206
| | | | . Add i386 support
* Remove dependency on webkit to allow its removalantoine2019-03-211-3/+4
|
* Rearrange things to appease portlint.linimon2019-03-211-6/+5
|
* Per request of Michael Zhilin on freebsd-java@, extend the expirationlinimon2019-03-211-1/+1
| | | | a bit while a proper fix is being worked on.
* Add files missing in last commit somehow.glewis2019-03-212-0/+140
|
* Add a port of OpenJDK 12glewis2019-03-215-0/+34
|
* Update to 11.0.2.9.2glewis2019-03-213-17/+4
|
* Fix COMMENTglewis2019-03-181-1/+1
|
* Fix COMMENTglewis2019-03-181-1/+1
|
* Fix COMMENTglewis2019-03-181-1/+1
|
* Add a port of the documentation for JDK 11glewis2019-03-184-1/+52
|
* Add a port to use as a bootstrap for jdk11 ports.glewis2019-03-176-0/+279
|
* Remove bootstrap-openjdk11 temporarily to do a repo copy from bootstrap-openjdk8glewis2019-03-176-279/+0
|
* Add pkgconfig to USESglewis2019-03-171-1/+1
| | | | Reported by: Jonathan Chen <jonc@chen.org.nz>
* Update WWWsunpoet2019-03-161-1/+1
| | | | Approved by: portmgr (blanket)
* Add a port of OpenJDK 11glewis2019-03-158-0/+186
|
* Removing openjdk11 temporarily to do a repo copy from openjdk8 first.glewis2019-03-158-186/+0
|
* Update COMMENT and MAINTAINERglewis2019-03-141-2/+2
| | | | Reported by: ale@
* New port: java/wildfly16pi2019-03-141-0/+0
| | | | | | | - also re-add files/ PR: 236464 Submitted by: Simeo Reig <reig.simeo@gmail.com>
* New port: java/wildfly16pi2019-03-146-0/+1694
| | | | | | | | | | | | | | | | | | 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: 236464 Submitted by: Simeo Reig <reig.simeo@gmail.com>
* java/wildfly16: remove to re-add with repo-copypi2019-03-146-1694/+0
| | | | | PR: 236464 Reported by: danfe
* Update WWWsunpoet2019-03-141-1/+1
| | | | Approved by: portmgr (blanket)
* Update WWWsunpoet2019-03-141-1/+1
| | | | Approved by: portmgr (blanket)
* Update WWWsunpoet2019-03-141-1/+1
| | | | Approved by: portmgr (blanket)
* Update WWWsunpoet2019-03-141-1/+1
| | | | Approved by: portmgr (blanket)
* Update WWWsunpoet2019-03-141-1/+1
| | | | Approved by: portmgr (blanket)
* Update WWWsunpoet2019-03-141-1/+1
| | | | Approved by: portmgr (blanket)
* Update WWWsunpoet2019-03-141-1/+1
| | | | Approved by: portmgr (blanket)
* Update WWWsunpoet2019-03-141-1/+1
| | | | Approved by: portmgr (blanket)
* Update WWWsunpoet2019-03-141-1/+1
| | | | Approved by: portmgr (blanket)
* Add a port of OpenJDK 11glewis2019-03-138-0/+186
|
* Add a port to use as a bootstrap for jdk11 ports.glewis2019-03-126-0/+279
|
* New port: java/wildfly16pi2019-03-127-0/+1695
| | | | | | | | | | | | | | | | | | 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: 236464 Submitted by: Simeo Reig <reig.simeo@gmail.com>
* java/jd-gui: Update to 1.4.1tobik2019-03-102-6/+7
| | | | Changes: https://github.com/java-decompiler/jd-gui/compare/v1.4.0...v1.4.1
* java/intellij: Update to version 2018.3.5bsam2019-03-033-6/+7
|
* Mark webkit-gtk[23] ports as depricated with the same date as webkit-gtk[23].kwm2019-02-261-0/+3
| | | | | | | | | Disable webkit-gtk[23] support if the port/plugin supports it. Remove options for webkit-gtk[23] using ports or if they don't have a option, mark them deprecated with the same date as webkit-gtk[23]. Haskell and geany where skipped and will be handled by the maintainers.
* Fix build on i386 with lld as a system linker.jkim2019-02-231-0/+12
|
* Fix packaging with DEFAULT_VERSIONS=python=3.6antoine2019-02-161-2/+2
| | | | PR: 234633
* . Update to 8u202.glewis2019-02-125-987/+1412
|
* . Update to 8u202.glewis2019-02-103-7/+8
|
* . Update to 8u202.glewis2019-02-103-14/+15
|
* . When upgrading to 8u192 the endianess definitions specific to BSD wereglewis2019-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
* java/intellij: Update to version 2018.3.4bsam2019-02-033-7/+7
|
* java/eclipse-windowbuilder: Use NO_WRKSUBDIRtobik2019-02-021-1/+1
|
* Update to 2018.3.4 release.ale2019-02-014-9/+9
| | | | | | PR: 235345 Submitted by: ale Approved by: maintainer
* New port: java/wildfly15: Replacement for JBoss Application Serverpi2019-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>
* . Update to 2018iglewis2019-01-273-4/+5
|
* [java/jattach] update to v.1.4mizhka2019-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
* Add a missing symbol in the linker map file.jkim2019-01-182-4/+12
| | | | PR: 234593
* Update to 2018.3.3 release.ale2019-01-173-9/+10
| | | | | | PR: 234932 Submitted by: ale Approved by: maintainer
* java/intellij: Update to version 2018.3.3bsam2019-01-123-10/+10
|
* Remove MASTER_SITES=GH when it is the only one.mat2019-01-081-4/+2
| | | | It is added by USE_GITHUB. Tested with `make makesum` not changing distinfo.
* Fix plistantoine2019-01-071-1/+1
| | | | PR: 234633
* Correct mistakes made in r484256 by not including newer version oflinimon2019-01-022-4/+2
| | | | | | | | patch. This correctly fixes the build on powerpc64. PR: 231946 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Retire the netbeans-devel port, it rarely used if ever.kwm2018-12-316-5923/+0
|
* Update netbeans to 10.0.kwm2018-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
* Update to 2018.3.2 release and enable native file watcher by default.ale2018-12-275-135/+200
| | | | Approved by: maintainer timeout (15 days)
* Add a WatchService implementation backed by kqueue,ale2018-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
* Add support for millisecond resolution to get/setLastModifiedTimeale2018-12-273-1/+35
| | | | in both Java IO and NIO.
* Update netbeans-devel to 10.0.vc5.kwm2018-12-265-4919/+3383
| | | | | | This is the fifth voting candidate of apache netbeans-incubating. PR: 230420
* java/intellij: Update to version 2018.3.2bsam2018-12-213-9/+9
|
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-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
* . Fix build on gcc based architectures (e.g. powerpc64)glewis2018-12-111-0/+1
| | | | | PR: 233883 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* java/intellij: Update to version 2018.3.1bsam2018-12-103-5/+6
|
* . Fix SCTP support.glewis2018-12-092-0/+42
| | | | | PR: 230321 Submitted by: Timo Voelker <timo.voelker@fh-muenster.de>
* . Fix compilation on powerpc64glewis2018-12-091-0/+17
| | | | | PR: 223834 Submitted by: Curtis Hamilton <hamiltcl@verizon.net>
* . Update to 8u192.glewis2018-12-097-1103/+1257
| | | | PR: 230364
* java/visualvm: update to 1.4.2swills2018-12-052-4/+4
|
* Remove expired ports:rene2018-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.3bsam2018-12-013-71/+74
|
* java/openjfx8-devel: Switch over to devel/gradle4tobik2018-11-301-3/+3
| | | | While here add missing USES
* - Simplify PLIST_FILES as suggested by mat: PREFIX-based absolute paths are ↵amdmi32018-11-241-2/+2
| | | | | | allowed in plist Approved by: portmgr blanket
* - Add LICENSE_FILEamdmi32018-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.glewis2018-11-182-4/+4
|
* - Fix reversed ccache version detection logic. Enable ccache support.jkim2018-11-175-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/infobapt2018-11-111-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.rene2018-11-071-1/+1
|
* multimedia/ffmpeg: update to 4.1jbeich2018-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.linimon2018-11-061-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)bapt2018-11-041-1/+4
|
* Mark as deprecated, GNU classpath as stalled since 2012bapt2018-11-021-0/+3
| | | | superceded by OpenJDK
* Update subversion to 1.11.0.lev2018-11-022-2/+2
|
* . Update to 8u192.glewis2018-10-282-4/+4
|
* New port: java/wildfly14pi2018-10-287-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/wildfly13pi2018-10-288-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/wildfly12pi2018-10-288-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.glewis2018-10-283-10/+11
|
* . Update to 8u192.glewis2018-10-283-6/+7
|
* Apparently now builds on powerpc64.linimon2018-10-271-2/+0
| | | | | | PR: 232401 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* devel/icu: update to 63.1jbeich2018-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.5bsam2018-10-202-5/+5
|
* (1) Update to 1.10.3.lev2018-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.4bsam2018-10-082-5/+5
|
* . Add a doc port for JDK 10.glewis2018-10-084-0/+50
|
* java/intellij-ultimate: update to 2018.2.3kbowling2018-09-253-6/+14
| | | | | | PR: 231341 Approved by: Andrey Cherkashin (maintainer), timur (mentor) Differential Revision: https://reviews.freebsd.org/D17212
* Deprecate dead -devel portsantoine2018-09-161-0/+2
|
* . Update to 8u181.glewis2018-09-162-6/+6
|
* . Update to 8u181.glewis2018-09-163-227/+19
|
* java/intellij: Update to version 2018.2.3bsam2018-09-133-5/+10
|
* Change x11/xorgproto to become a build depzeising2018-09-122-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.mat2018-09-104-0/+8
| | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
* . Update to 8u181.glewis2018-09-095-681/+849
|
* . Update to 10.0.2.glewis2018-09-092-4/+4
|
* . Update to 10.0.2.glewis2018-09-093-5/+5
|
* java/jlint: Fix build with Clang 6tobik2018-09-013-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 versiontimur2018-08-313-198/+295
| | | | | | PR: 230299 Submitted by: kbowling Approved by: maintainer
* java/jdk8-doc: update 8u172 -> 8u181pi2018-08-312-5/+6
| | | | | PR: 230811 Submitted by: Jonathan Chen <jonc@chen.org.nz>
* java/jikes: Unbreak on 12.0 and fix build with Clang 6tobik2018-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++ 7jbeich2018-08-231-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:rene2018-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.1bsam2018-08-153-179/+269
|
* Switch to xorgproto instead of individual packageszeising2018-08-011-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
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-303-3/+3
| | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
* java/intellij-ultimate: Update to 2018.1.6swills2018-07-273-15/+11
| | | | | PR: 230028 Submitted by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
* Deprecate ports broken for more than 5 monthsantoine2018-07-171-0/+2
|
* Remove java/jaf port, since the Java Activation Framework is included byale2018-07-176-67/+6
| | | | | | default in the JRE since Java 6 and we don't support Java 5 anymore. Reviewed by: eugen
* bouncycastle15: update to version 1.60eugen2018-07-152-4/+4
| | | | | | | | | | | | | | | | | | | | | This release deals with two CVEs: one affecting RSA key pair generation where the certainty value is being tweaked in the light-weight API, and the other on properly validating an XMSS/XMSS^MT private key on reload. In terms of improvements, the BCJSSE now supports SNI, CMS now supports SHA-3 signatures, the Unified Model is now fully supported for Diffie-Hellman with ephemeral keys, and PGP EC operations can support a wider range of curves. Issues have also been fixed in EST, CRMF request generation, and low-level support has been added for EdDSA. Further details on other additions and bug fixes can be found in the release notes at: https://www.bouncycastle.org/releasenotes.html Security: CVE-2018-1000180 Security: CVE-2018-1000613 MFH: 2018Q3
* Unbreakantoine2018-07-151-1/+2
|
* Give the npapi-headers distfile a slightly better filenametobik2018-07-072-3/+3
| | | | PR: 229242
* Attempt to unbreak java/icedtea-webtobik2018-07-073-3/+22
| | | | | | | | | - Bring back the PLUGIN option. The build needs the 4 NPAPI headers. Extract them from libxul-45.9.0_12 to a separate distfile and point the build to them. PR: 229242 Approved by: java (maintainer timeout, 2 weeks)
* . Sync the cacerts file with the version in the latest Oracle binary release.glewis2018-07-032-0/+1
|
* . Update to 8u172.glewis2018-07-022-4/+4
|
* devel/icu: update to 62.1jbeich2018-06-291-1/+1
| | | | | | | Changes: http://site.icu-project.org/download/62 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 229359 Exp-run by: antoine (only 10.4)
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mktcberner2018-06-291-1/+2
| | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
* This fails on amd64-12 as well.linimon2018-06-261-3/+1
|
* Mark as broken on arm on -CURRENT.linimon2018-06-251-0/+4
| | | | Approved by: portmgr (tier-2 blanket)
* java/icedtea-web: mark as BROKEN after www/libxul removalrene2018-06-231-0/+1
|
* java/icedtea-web: remove optional support for expired www/libxul.rene2018-06-232-15/+2
| | | | | This means the PLUGIN option is removed. Bump PORTREVISION
* Reset MAINTAINER on ports maintained by amutu@amutu.comyuri2018-06-221-1/+1
| | | | | | | | Based on the new policy of all maintained ports reset when maintaner is absent for 3 months. Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months). portscout database indicates that 48.94% of his ports aren't updated.
* Mark these ports as broken on aarch64, and, where appropriate, on armvX.linimon2018-06-221-0/+1
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* - Add LICENSEamdmi32018-06-191-0/+7
| | | | | | | - Add NO_ARCH PR: 228744 Approved by: maintainer timeout (glewis, 2 weeks)
* Add Oracle Linux Java 10 JDK/JRE/Server JRE.lev2018-06-1916-0/+2149
| | | | | | | This version need linux-c7 and crashes with linux-c6. Works only on amd64. PR: 228848
* Mark as broken on powerpc64.linimon2018-06-171-0/+2
| | | | Approved by: portmgr (tier-2 blanket)
* java/intellij: Update to version 2018.1.5bsam2018-06-162-5/+5
|
* Mark as broken on powerpc64.linimon2018-06-051-3/+4
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Fix packaging with DEFAULT_VERSIONS=python=3.xantoine2018-05-281-1/+1
|
* java/intellij: Update to version 2018.1.4bsam2018-05-273-12/+11
|
* Fix packaging with DEFAULT_VERSIONS=python=3.xantoine2018-05-271-2/+2
|
* Update to 8u172glewis2018-05-272-6/+6
|
* . Update to 8u172.glewis2018-05-273-179/+174
|
* Fix packaging with DEFAULT_VERSIONS=python=3.xantoine2018-05-261-1/+1
|
* java/visualvm: update to 1.4.1swills2018-05-252-4/+4
|
* . Update to 2018e.glewis2018-05-222-4/+4
|
* . Update to 8u172.glewis2018-05-216-753/+745
|
* Fix build on head.jkim2018-05-161-49/+48
|
* Update to 6.0.3 release.ale2018-05-112-4/+4
|
* - Fix tests and switch to new test frameworkamdmi32018-05-061-4/+3
| | | | Approved by: portmgr blanket
* Remove redundant PKGMESSAGE assignment, which is set appropriatelydanfe2018-05-061-1/+0
| | | | by the b.p.m when `pkg-message' appears on the SUB_FILES list.
* Update to 2018.1.1krion2018-05-043-526/+438
| | | | | PR: 227950 Submitted by: maintainer
* multimedia/ffmpeg: update to 4.0jbeich2018-05-021-0/+1
| | | | | | | | | | | | - FFSERVER support was removed upstream - libressl now uses libtls backend instead of patching openssl one - Clang i386 no longer uses 16-byte aligned stack Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 227726 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15175
* Update to 6.0.2 release.ale2018-04-262-4/+4
|
* Only sleep in ports if BATCH/PACKAGE_BUILDING are not defined.mat2018-04-261-0/+2
| | | | Sponsored by: Absolight
* java/java-checkstyle: Update version 8.7=>8.9bofh2018-04-252-4/+4
|
* java/openjfx8-scenebuilder: Update to 8u172-b11tobik2018-04-222-5/+4
|
* java/openjfx8-devel: Update to 8u172-b11tobik2018-04-226-23/+43
|
* (1) Remove devel/subversion18lev2018-04-201-10/+5
| | | | | | | (2) Intoroduce devel/subversion19 from latest pre-1.10 devel/subversion (3) Rework all addons to unify versioning code. FLAVORS is not used because it will conflict with Python FLAVORS (4) Restore mod_dontdothat for www/mod_dav_svn
* java/intellij: Update to version 2018.1bsam2018-04-173-768/+869
|
* Update to 2018.1.1.vanilla2018-04-163-804/+887
| | | | | PR: 227480 Submitted by: maintainer
* Update to latest & newest version 1.10.0lev2018-04-161-1/+1
|
* devel/icu: update to 61.1jbeich2018-04-061-0/+1
| | | | | | | | Changes: http://site.icu-project.org/download/61 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 227042 Exp-run by: antoine MFH: 2018Q2 (required by Firefox 61)
* . Tweak message.glewis2018-04-061-1/+1
|
* . Tweak message.glewis2018-04-061-1/+1
|
* . Tweak message.glewis2018-04-061-1/+1
|
* . Correct description.glewis2018-04-062-2/+2
| | | | . Tweak message.
* . Update to 2018d.glewis2018-04-062-4/+4
|
* Use BINARY_ALIAS to make LLD_UNSAFE more widely applicableemaste2018-03-291-1/+0
| | | | | | | | | | Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE is active to use ld.bfd for these ports. Approved by: portmgr (antoine) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D14876
* Switch to ld.bfd by default as ld.ldd doesn't have built-in defaultkrion2018-03-291-0/+2
| | | | | | | | output target. PR: 226993 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket)
* Make libgnome and libgnomeui not implying esound dependencybapt2018-03-261-1/+1
| | | | | | | | | | | | | | | | It has been a while both does not depend anymore on esound, before this change esound dependency was wrongly added to plenty of packages which actually does not depend on it. While here: - audio/glame: remove esound support - games/monkeybubble: add an explicit dependency on esound - sysutils/gnome-schedule: add en explicit dependency on pkg-config - comms/kb: add missing dependency on pkgconfig - x11-toolkits/libgnomeui: * update to 2.4.5 * use USES=localbase
* java/intellij: Update to version 2017.3.5.bsam2018-03-263-6/+8
| | | | | PR: 226880 Submitted by: Sergey Brunov <sergey.v.brunov@gmail.com>
* devel/apr1: Bump portrevisionbrnrd2018-03-221-1/+1
| | | | | | | - Repair my rookie mistake of earlier today - Bump revision of dependent ports (again) Reported by: antoine
* devel/apr1: Fix runtime issues of dependent portbrnrd2018-03-221-0/+1
| | | | | | | | | | - iconv is in base in all supported FreeBSD versions - Fix build with MariaDB 10.2 [2] - Bump portrevision in dependencies PR: 226705 [1], 226026 [2] With hat: apache Approved by: joneum (apache)
* Mark BROKEN: fails to buildantoine2018-03-121-0/+2
| | | | | | Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/tools/ant/launch/Launcher : Unsupported major.minor version 52.0 Reported by: pkg-fallout
* Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-112-1/+2
| | | | version 1.1.0 (via revision 464079).
* java/openjfx8-scenebuilder: Add desktop entrytobik2018-03-081-0/+3
|
* . Link libinstrument.so with iconv and jli as intended.glewis2018-03-062-4/+14
| | | | PR: 210297
* Update to 6.0.1 release.ale2018-03-052-4/+4
|
* . Allow thread names to be set on FreeBSD.glewis2018-03-051-0/+23
| | | | | PR: 223589 Submitted by: bra@fsn.hu
* . Add a FONTCONFIG option which allows scaler to obtain per-family FreeTypeglewis2018-03-042-1/+228
| | | | | | | | rendering and loading and may noticeably improves font rendering in Java appications PR: 215636 Submitted by: Dmitri Goutnik <dg@syrec.org>
* Update to 6.0 release.ale2018-03-024-5/+6
|
* Apply an upstream patch to fix Zero.jkim2018-02-283-0/+63
| | | | | | | | | | | | http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/8bd024c567e7 This patch complements the following commits. http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/f8a45a60bc6b http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/b1606443958a http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/a3e756231625 Reported by: Mikaël Urankar (mikael.urankar@gmail.com) (via swills)
* . Add a port of the documentation for Java 9.glewis2018-02-274-0/+48
|
* . Update to docs for 8u162.glewis2018-02-262-4/+4
|
* Remove dead code: Java support (via GCJ) has not been part of any ofgerald2018-02-251-5/+2
| | | | | | | | | | the lang/gcc4x ports since last spring and newer versions of GCC do not carry a point in their major version designation. On top of that WITH_GCC has not been use for ages anyway. On the way move ONLY_FOR_ARCHS towards its proper spot. Approved by: portmgr blanket
* Respect the LINUX_ARCH settingglewis2018-02-243-72/+87
| | | | | | . Install either the i386 or amd64 version of the JDK, depending upon the value of LINUX_ARCH. . Add appropriate packing list conditionals to account for this.
* Respect the LINUX_ARCH settingglewis2018-02-243-96/+121
| | | | | | . Install either the i386 or amd64 version of the JDK, depending upon the value of LINUX_ARCH. . Add appropriate packing list conditionals to account for this.
* . Update to b45.glewis2018-02-183-156/+360
|
* . Update to 2018c.glewis2018-02-153-4/+5
|
* java/aparapi: fix recent LLVM6 fallout caused by the switch to default to ↵jmd2018-02-092-9/+11
| | | | | | | | | C++14. As development of aparapi at the location referenced by the port as slowed down, set C++ standard explicitly in the internal Makefile. Ultimately, an upgrade to the more active development location is planned. Reviewed by: swills (mentor) Approved by: swills (mentor) MFH: 2018Q1 Differential Revision: https://reviews.freebsd.org/D14278
* . Fix the build for i386 when WITH_LLD_IS_LD is set.glewis2018-02-082-0/+12
| | | | | PR: 225741 Submitted by: dim@
* . Update to 7u161.glewis2018-02-084-890/+763
|
* . Update to 8u162.glewis2018-02-044-691/+744
|
* java/openjfx8-scenebuilder: Update to 8u172-b03tobik2018-02-012-4/+4
|
* java/openjfx8-devel: Update to 8u172-b03tobik2018-02-0114-93/+69
| | | | | | Make SWT support optional and disable it by default. swt-devel is unmaintained, quite the heavy dependency, and SWT support is not used by any port in the tree.
* java/intellij: Update to version 2017.3.4.bsam2018-01-303-6/+6
|
* Update to 9.0.4.jkim2018-01-306-134/+138
| | | | | | http://www.oracle.com/technetwork/java/javase/9-0-4-relnotes-4021191.html MFH: 2018Q1
* Update to 8u162.jkim2018-01-306-20/+14
| | | | | | http://www.oracle.com/technetwork/java/javase/8u162-relnotes-4021436.html MFH: 2018Q1
* Upgrade jakarta-commons-lang3 to version 3.7.truckman2018-01-292-13/+14
| | | | | | | | | | | | | | Follow the lead of some of the other jakarta-commons ports and download the pre-built binary .jar since building from source using ant has been removed from jakarta-commons-lang3 a few versions ago. Install the .jar file with the version number and then symlink it to the .jar file without the version number as is done by jakarta-commons-logging. Pet portlint. Unwrap a line that is no longer too long.
* Fix build with Clang 6.0.jkim2018-01-241-0/+11
|
* java/intellij: Update to version 2017.3.3.bsam2018-01-243-6/+6
|
* java/visualvm: update to 1.4swills2018-01-213-326/+58
|
* Fix a run-time crash with Clang 6.0.jkim2018-01-192-1/+14
| | | | | | | | | Note this problem was introduced with fixes for JDK-8055007. https://bugs.java.com/view_bug.do?bug_id=8055007 http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/changeset/c6211b707068 PR: 225054
* Fix build with Clang 6.0.jkim2018-01-182-0/+21
| | | | | | | | | | Note it is partially merged from the upstream patches for Linux and GCC 6. https://bugs.openjdk.java.net/browse/JDK-8163032 http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/e34324d73cd5 http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/9e1264f51bae PR: 225054
* Update netbeans to 8.2.kwm2018-01-163-152/+390
| | | | | | | Limit java version to 1.8, netbeans does not run with another version. PR: 218111, 224554 Submitted by: Hadi <rezaee.hadi@gmail.com>
* java/java-checkstyle: Update version 7.6=>8.7bofh2018-01-133-6/+6
| | | | - Pet PORTLINT
* Sort SUBDIRssunpoet2018-01-071-1/+1
|
* bouncycastle15: update to version 1.59eugen2017-12-292-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release fixes CVE-2017-13098 ("ROBOT"), a Bleichenbacher oracle in TLS when RSA key exchange is negotiated. This potentially affected BCJSSE servers and any other TLS servers configured to use JCE for the underlying crypto - note the two TLS implementations using the BC lightweight APIs are not affected by this. Some of additional fixes, features and functionality: * GOST3410-94 private keys encoded using ASN.1 INTEGER are now accepted in private key info objects; GOST3412-2015 has been added to the JCE provider and the lightweight API. * SCRYPT is now supported as a SecretKeyFactory in the provider and in the PKCS8 APIs. * The BCJSSE provider now supports Server Name Indication, session resumption in clients, the jdk.tls.namedGroups and org.bouncycastle.jsse.ec.disableChar2 system properties. * ECGOST-2012 public keys were being encoded with the wrong OID for the digest parameter in the algorithm parameter set. This has been fixed. * The BCJSSE SSLEngine implementation now correctly wraps/unwraps application data only in whole records. Further details on other additions and bug fixes can be found in the release notes at: https://www.bouncycastle.org/releasenotes.html Security: CVE-2017-13098
* java/intellij: Update to version 2017.3.2.bsam2017-12-272-5/+5
|
* Replace USE_AUTOTOOLS and pre-configure with a plain build dependency ontijl2017-12-261-8/+2
| | | | | devel/autoconf. The upstream build system runs autoconf to regenerate generated-configure.sh.
* . Don't incorrectly set the scopeId of an IPv6 interface on BSD.glewis2017-12-252-1/+14
| | | | | | | This fixes binding sockets for applications running on IPv6. PR: 224079 Submitted by: John W. O'Brien <john@saltant.com>
* java/intellij-fsnotifier: Drop maintainershiptobik2017-12-211-1/+1
|
* java/intellij-pty4j: Drop maintainershiptobik2017-12-211-1/+1
|
* java/intellij-ultimate: Update to version 2017.3.1.bsam2017-12-183-4661/+115
| | | | | PR: 224392 Submitted by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
* java/intellij: Update to version 2017.3.1.bsam2017-12-152-5/+5
|
* java/intellij-ultimate: Update to 2017.2.5.bsam2017-12-153-581/+13019
| | | | | | PR: 222472 Submitted by: Ivan <bsd@abinet.ru> Patch by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
* - Those ports fail to build with python3antoine2017-12-131-1/+1
| | | | - Add some explicit FLAVOR to dependencies where needed
* java/jdk8-doc: update 8u131 -> 8u152pi2017-12-112-4/+4
| | | | | | | | | | | - docs for jdk8 PR: 223172 Changes: http://www.oracle.com/technetwork/java/javase/8u152-relnotes-3850503.html http://www.oracle.com/technetwork/java/javase/8u151-relnotes-3850493.html http://www.oracle.com/technetwork/java/javase/8u144-relnotes-3838694.html http://www.oracle.com/technetwork/java/javase/8u141-relnotes-3720385.html Submitted by: Jonathan Chen <jonc@chen.org.nz>