summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r447701Jung-uk Kim2017-08-184-10/+10
| | | | | | Update to 8u144. Approved by: ports-secteam (feld)
* MFH: r445546Jung-uk Kim2017-07-121-2/+3
| | | | | | | Remove an unnecessary runtime dependency for NPAPI plugin support. PR: 220648 Approved by: ports-secteam (junovitch)
* MFH: r445497Tobias Kortkamp2017-07-112-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | Add missing Pango symbols Currently Pango functions are hidden behind __linux__ and not compiled in as part of the build. Not all JavaFX applications are affected by this, but applications that do advanced text layout that require Pango internally cause an UnsatisfiedLinkError at runtime. Caused by: java.lang.UnsatisfiedLinkError: com.sun.javafx.font.freetype.OSPango.pango_ft2_font_map_new()J at com.sun.javafx.font.freetype.OSPango.pango_ft2_font_map_new(Native Method) at com.sun.javafx.font.freetype.PangoGlyphLayout.layout(PangoGlyphLayout.java:88) at com.sun.javafx.text.PrismTextLayout.shape(PrismTextLayout.java:834) at com.sun.javafx.text.PrismTextLayout.layout(PrismTextLayout.java:1064) at com.sun.javafx.text.PrismTextLayout.ensureLayout(PrismTextLayout.java:223) ... PR: 220566 Submitted by: Stefan Ehmann <shoesoft@gmx.net> Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D11545 Approved by: ports-secteam (blanket)
* Add a new ALSA default option to make it possible to disable ALSATobias Kortkamp2017-06-271-5/+10
| | | | | | | | | support and build the JDK without an ALSA dependency PR: 219125 Reviewed by: jbeich Approved by: mat (mentor), java (maintainer timeout, 6+ weeks) Differential Revision: https://reviews.freebsd.org/D11331
* Scrub mention of armv6hf from ARCHS. It was never in a released version.Mark Linimon2017-06-262-2/+2
| | | | | | | While here, sort ARCHS and pet portlint. Reviewed by: imp Approved by: portmgr (tier-2 blanket)
* Fix WWWSunpoet Po-Chuan Hsieh2017-06-261-1/+1
| | | | Approved by: portmgr (blanket)
* Fix WWWSunpoet Po-Chuan Hsieh2017-06-261-1/+1
| | | | Approved by: portmgr (blanket)
* qa: add check for NO_ARCHDavid Naylor2017-06-181-0/+2
| | | | | | | | | | | | | | | | | | If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR. If an elf(5) file is bundles as part of the package, but is not meant to be run directly (i.e. the elf(5) file is a payload, and not compiled) then those files can be added to NO_ARCH_IGNORE to avoid the check from failing, Changes to ports: - Ports that have NO_ARCH set, but actually compile files have had NO_ARCH removed. - Ports that have elf(5) payloads have had those files added to NO_ARCH_IGNORE. - R-cran ports that do not set USES=cran:compiles have NO_ARCH set, PR: 218976 Reviewed by: antoine, mat Approved by: portmgr
* java/intellij-pycharm: Update to version 2017.1.4Boris Samorodov2017-06-142-4/+4
|
* java/intellij: Update to version 2017.1.4Boris Samorodov2017-06-072-5/+5
|
* java/intellij-pycharm: Update to version 2017.1.3Boris Samorodov2017-05-312-4/+4
|
* Fix compilation with Clang 4.0.Jung-uk Kim2017-05-311-0/+11
|
* Fix compilation with Clang 4.0.Jung-uk Kim2017-05-311-0/+11
|
* . Update to b43.Greg Lewis2017-05-302-6/+13
|
* . Update to 7u141.Greg Lewis2017-05-303-927/+808
|
* . Update to 7u131.Greg Lewis2017-05-295-2692/+2533
|
* . Update to the 8u131 docs.Greg Lewis2017-05-272-4/+4
|
* Mark some ports failing on armv6, for errors classified as "???".Mark Linimon2017-05-263-0/+6
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Mark some ports failing on armv6. In cases where the error messageMark Linimon2017-05-263-2/+8
| | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* java/intellij: Update to version 2017.1.3Boris Samorodov2017-05-253-6/+10
|
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-234-3/+4
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
* Update java/bouncycastle15 upto 1.57Eugene Grosbein2017-05-202-4/+4
|
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-201-0/+1
| | | | | | | | | was a stub, provide a real one. While here, pet portlint. Reported by: swills Approved by: portmgr (tier-2 blanket)
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-131-0/+2
| | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* java/intellij: Update Idea 171.4249.32 -> 171.4249.39Boris Samorodov2017-05-112-4/+5
|
* Pass maintainership to submitterSunpoet Po-Chuan Hsieh2017-05-101-1/+1
| | | | | PR: 219180 Submitted by: Jov <amutu@amutu.com>
* java/intellij-pycharm: Update to version 2017.1.2.Boris Samorodov2017-05-053-4/+6
| | | | | PR: 219083 Submitted by: Christian Sturm <reezer@reezer.org>
* Provide error messages for some ports failing on aarch64, and, in aMark Linimon2017-05-011-0/+3
| | | | | | | | few cases, other tier-2 archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-251-0/+1
| | | | | PR: 218658 Submitted by: riggs
* java/intellij: Update to version 2017.1.2.Boris Samorodov2017-04-233-13/+14
|
* Update to 8u131.Greg Lewis2017-04-196-1469/+1094
|
* . Update to 8u131Greg Lewis2017-04-192-4/+4
|
* . Update to 8u131.Greg Lewis2017-04-192-6/+6
|
* java/intellij: Update to version 2017.1.1, use no-jdk distfile.Boris Samorodov2017-04-133-15/+15
|
* java/intellij-pycharm: Update to version 2017.1.1.Boris Samorodov2017-04-133-132/+79
|
* Merge fixes for JDK-6900441 and JDK-8029453 from Linux sources.Jung-uk Kim2017-04-133-1/+303
|
* Merge fix for JDK-6900441 from Linux source.Jung-uk Kim2017-04-133-0/+309
| | | | | | | | | | | | | | http://bugs.java.com/view_bug.do?bug_id=6900441 While we are at it, merge fix for JDK-8029453. http://bugs.java.com/view_bug.do?bug_id=8029453 Note JDK-8029453 only affects us when "-XX:WorkAroundNPTLTimedWaitHang=0" is forcibly set. Reported by: 张泽鹏 (redraiment at gmail dot com) Tested by: 张泽鹏 (redraiment at gmail dot com)
* Update to 5.3.3 release.Alex Dupre2017-04-122-4/+4
|
* java/java-checkstyle: Update version 7.0=>7.6Muhammad Moinur Rahman2017-04-122-4/+4
|
* - Remove obsolete OSVERSION conditionDmitry Marakasov2017-04-121-5/+1
| | | | Approved by: portmgr blanket
* Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.Mathieu Arnold2017-04-111-6/+6
| | | | | | | | | | | | | | | | | There are two cases: - The upstream versionning is compatible with our versionning, or using DISTVERSION's magic leads to a compatible PORTVERSION, use DISTVERSION. If it is possible to use DISTVERSIONPREFIX and DISTVERSIONSUFFIX to make it compatible, use them. - The upstream versionning is not compatible with our versionning, and DISTVERSION's magic does not lead to a correct PORTVERSION, then set PORTVERSION to the equivalent of our versionning, and set DISTNAME. It is possible to use a third variable where you store upstream's version and use it to compute PORTVERSION and/or DISTNAME, like the dns/bind9* ports do. Sponsored by: Absolight
* new port: java/lightweight-java-profilerJohannes M Dieterich2017-04-019-0/+158
| | | | | | | | A port of the lightweight-java-profiler (ljp). ljp acts as a bare-bones agentlib to produce profiling stacks that can be digested, e.g., by Brendan Gregg's flamegraph scripts. Reviewed by: mat, swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10194
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-013-3/+3
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* java/intellij-pycharm: Update to version 2017.1.Boris Samorodov2017-03-273-11/+974
|
* java/intellij: Update to version 2017.1.Boris Samorodov2017-03-273-34/+56
|
* java/intellij-pycharm: Update to version 2016.3.3.Boris Samorodov2017-03-272-4/+4
|
* . Update to 2017b.Greg Lewis2017-03-273-4/+5
|
* java/intellij: Update to version 2016.3.5.Boris Samorodov2017-03-142-5/+5
|
* Update to 1.4.Vanilla I. Shu2017-03-142-3/+6
|
* Switch MAINTAINER to my new account for my ports.Eugene Grosbein2017-03-111-1/+1
| | | | | | | | | Reviewed by: az M devel/py-application/Makefile M devel/py-xcaplib/Makefile M java/bouncycastle15/Makefile M net/py-msrplib/Makefile