summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add bootstrap JDK for OpenJDK6.Jung-uk Kim2017-09-278-0/+226
| | | | | | | java/bootstrap-openjdk will be used for OpenJDK7 and OpenJDK8 later. Notes: svn path=/head/; revision=450710
* devel/icu: update to 59.1Jan Beich2017-09-251-1/+1
| | | | | | | | | | | | - Temporarily keep C++98 working in consumers for Clang's default -std= Changes: http://site.icu-project.org/download/59 PR: 218788 Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version) Exp-run by: antoine Notes: svn path=/head/; revision=450556
* Reset maintainership on Dominic Fandrey's ports.Adam Weinberger2017-09-232-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=450473
* java/openjfx8-devel: Unbreak build with ICU 59.1Tobias Kortkamp2017-09-212-1/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modules/web/src/main/native/Source/JavaScriptCore/API/JSStringRef.cpp:40:13: error: no matching function for call to 'create' return &OpaqueJSString::create(chars, numChars).leakRef(); ^~~~~~~~~~~~~~~~~~~~~~ modules/web/src/main/native/Source/JavaScriptCore/API/OpaqueJSString.h:48:32: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const LChar *' (aka 'const unsigned char *') for 1st argument static Ref<OpaqueJSString> create(const LChar* characters, unsigned length) ^ modules/web/src/main/native/Source/JavaScriptCore/API/OpaqueJSString.h:53:32: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const UChar *' (aka 'const char16_t *') for 1st argument static Ref<OpaqueJSString> create(const UChar* characters, unsigned length) ^ modules/web/src/main/native/Source/JavaScriptCore/API/OpaqueJSString.h:43:32: note: candidate function not viable: requires 0 arguments, but 2 were provided static Ref<OpaqueJSString> create() ^ modules/web/src/main/native/Source/JavaScriptCore/API/OpaqueJSString.h:58:53: note: candidate function not viable: requires 1 argument, but 2 were provided JS_EXPORT_PRIVATE static RefPtr<OpaqueJSString> create(const String&); ^ modules/web/src/main/native/Source/JavaScriptCore/API/JSStringRef.cpp:65:35: error: no matching function for call to 'createWithoutCopying' return OpaqueJSString::create(StringImpl::createWithoutCopying(chars, numChars)).leakRef(); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ modules/web/src/main/native/Source/WTF/wtf/text/StringImpl.h:385:50: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const UChar *' (aka 'const char16_t *') for 1st argument WTF_EXPORT_STRING_API static Ref<StringImpl> createWithoutCopying(const UChar* characters, unsigned length); ^ modules/web/src/main/native/Source/WTF/wtf/text/StringImpl.h:386:50: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const LChar *' (aka 'const unsigned char *') for 1st argument WTF_EXPORT_STRING_API static Ref<StringImpl> createWithoutCopying(const LChar* characters, unsigned length); ^ modules/web/src/main/native/Source/JavaScriptCore/API/JSStringRef.cpp:90:12: error: cannot initialize return object of type 'const JSChar *' (aka 'const unsigned short *') with an rvalue of type 'const UChar *' (aka 'const char16_t *') return string->characters(); ^~~~~~~~~~~~~~~~~~~~ modules/web/src/main/native/Source/WTF/wtf/unicode/java/UnicodeJava.h:21:18: error: typedef redefinition with different types ('uint16_t' (aka 'unsigned short') vs 'char16_t') typedef uint16_t UChar; ^ /usr/local/include/unicode/umachine.h:347:22: note: previous definition is here typedef char16_t UChar; PR: 218788, 222270 Submitted by: jbeich Reviewed by: jbeich Obtained from: WebKit (rebased) Notes: svn path=/head/; revision=450296
* java/intellij: Update to version 2017.2.4.Boris Samorodov2017-09-133-14/+14
| | | | Notes: svn path=/head/; revision=449815
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-104-4/+4
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* . Update to 7u151.Greg Lewis2017-09-084-782/+793
| | | | Notes: svn path=/head/; revision=449459
* Fix available memory calculation on head after r309017.Jung-uk Kim2017-09-072-6/+26
| | | | | | | | Note PORTREVISION is not bumped because it only affects a kernel without "options COMPAT_FREEBSD11". Notes: svn path=/head/; revision=449382
* Fix available memory calculation on head after r309017.Jung-uk Kim2017-09-071-47/+51
| | | | | | | | Note PORTREVISION is not bumped because it only affects a kernel without "options COMPAT_FREEBSD11". Notes: svn path=/head/; revision=449381
* . Update to b44.Greg Lewis2017-09-032-3/+6
| | | | Notes: svn path=/head/; revision=449169
* The src tree is splitting 32-bit arm support into 'armv6' and the newMark Linimon2017-09-011-7/+9
| | | | | | | | | | | 'armv7'. This patch adds armv7 support. It should provide no regression on any existing architecture. PR: 221896 Approved by: maintainer Notes: svn path=/head/; revision=449081
* java/intellij: Update to version 2017.2.3.Boris Samorodov2017-08-303-14/+14
| | | | Notes: svn path=/head/; revision=449005
* . Update to 8u144.Greg Lewis2017-08-276-729/+804
| | | | Notes: svn path=/head/; revision=448833
* Require at least Gradle 4.0 for building java/openjfx8-develTobias Kortkamp2017-08-261-1/+1
| | | | | | | | | This will prevent build problems when there is an older Gradle version installed in the build environment. Using older Gradle versions is not supported and leads to hard to decode build failures. Notes: svn path=/head/; revision=448772
* java/openjfx8-develTobias Kortkamp2017-08-243-0/+27
| | | | | | | | | | - Enable OpenGL Prism backend by default on FreeBSD too - Add missing platform check. FreeBSD is "a form of Linux or Solaris" too. Submitted by: Gareth Wyn Roberts <g.w.roberts@glyndwr.ac.uk> (via mail) Notes: svn path=/head/; revision=448699
* java/intellij-pycharm -> devel/pycharm-ce: Disconnect the former and connect ↵Boris Samorodov2017-08-231-1/+0
| | | | | | | the latter. Notes: svn path=/head/; revision=448635
* java/intellij-pycharm -> devel/pycharm-ce: Rename to reflect upstream andBoris Samorodov2017-08-237-2328/+0
| | | | | | | use a more appropriate origin (devel for development tools, IDEs). Notes: svn path=/head/; revision=448634
* Update to version 1.58Eugene Grosbein2017-08-222-4/+4
| | | | | | | | | | | | | | | | | | The main focus in this release is on features. Considerable work has been done on improving the TLS/DTLS API and the BCJSSE. Support for ECGOST3410-2012 has been added for both signing and key agreement/exchange. The DSTU-7564 digest and DSTU-7624 (Kalyna) cipher have also been added. Support for XMSS and XMSS^MT has been added to the BCPQC provider and certificate support for the BCPQC algorithms is much improved. Further details on other additions and bug fixes can be found in the release notes at: https://www.bouncycastle.org/releasenotes.html Notes: svn path=/head/; revision=448566
* java/intellij: Update to version 2017.2.2.Boris Samorodov2017-08-193-15/+17
| | | | Notes: svn path=/head/; revision=448294
* java/intellij-pycharm: Update to version 2017.2.1.Boris Samorodov2017-08-132-4/+4
| | | | Notes: svn path=/head/; revision=447912
* Update to 8u144.Jung-uk Kim2017-08-104-10/+10
| | | | | | | MFH: 2017Q3 Notes: svn path=/head/; revision=447701
* Fixup GH_TAGNAME usage, and minor cleanup.Mathieu Arnold2017-08-092-5/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=447632
* Update to 1.5.6 release.Alex Dupre2017-08-093-9/+11
| | | | | | | | PR: 220592 Submitted by: Gerrit Beine <mail+freebsd@gerritbeine.de> Notes: svn path=/head/; revision=447628
* java/intellij: Update to version 2017.2.1.Boris Samorodov2017-08-023-13/+13
| | | | Notes: svn path=/head/; revision=447180
* java/intellij-pycharm: Update to version 2017.2.Boris Samorodov2017-07-293-12/+157
| | | | Notes: svn path=/head/; revision=446874
* java/intellij: Update to version 2017.2.Boris Samorodov2017-07-253-420/+106
| | | | Notes: svn path=/head/; revision=446614
* java/openjfx8-devel: Update to a more recent snapshotTobias Kortkamp2017-07-228-68/+108
| | | | | | | | | | | | | | - Add new default options MEDIA and WEBKIT to enable building of the media and web modules - Take back maintainership Running e.g. AsciidocFX on FreeBSD should be possible now. PR: 218014 Reported by: Dr. Jochen Raßler <jochen.rassler@gmail.com>, mr (via mail) Notes: svn path=/head/; revision=446432
* java/intellij-pycharm: Update to version 2017.1.5.Boris Samorodov2017-07-183-5/+6
| | | | Notes: svn path=/head/; revision=446131
* Fix build of java/openjfx8-devel with Gradle 4.0Tobias Kortkamp2017-07-131-2/+6
| | | | | | | | | PR: 220322 Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D11565 Notes: svn path=/head/; revision=445658
* Remove an unnecessary runtime dependency for NPAPI plugin support.Jung-uk Kim2017-07-111-2/+3
| | | | | | | | PR: 220648 MFH: 2017Q3 Notes: svn path=/head/; revision=445546
* Add missing Pango symbolsTobias Kortkamp2017-07-112-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | 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 MFH: 2017Q3 Notes: svn path=/head/; revision=445497
* Fix build of java/bouncycastle15 on armv6:Eugene Grosbein2017-07-112-0/+42
| | | | | | | | | | | | | | | | remove fork="true" in javac and fork="yes" in junit tasks (ant/bc+-build.xml) Original report: If java/bouncycastle15 is build on armv6 with openjdk18, the build stops with This command is not for general use and should only be run as the result of a call to ProcessBuilder.start() or Runtime.exec() in a java application PR: 220612 Submitted by: Gerrit Beine <mail+freebsd@gerritbeine.de> (based on) Approved by: az (mentor) Notes: svn path=/head/; revision=445468
* java/intellij: Update to 2017.1.5.Boris Samorodov2017-07-102-5/+5
| | | | Notes: svn path=/head/; revision=445428
* 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 Notes: svn path=/head/; revision=444448
* 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) Notes: svn path=/head/; revision=444416
* Fix WWWSunpoet Po-Chuan Hsieh2017-06-261-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=444393
* Fix WWWSunpoet Po-Chuan Hsieh2017-06-261-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=444392
* 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 Notes: svn path=/head/; revision=443845
* java/intellij-pycharm: Update to version 2017.1.4Boris Samorodov2017-06-142-4/+4
| | | | Notes: svn path=/head/; revision=443563
* java/intellij: Update to version 2017.1.4Boris Samorodov2017-06-072-5/+5
| | | | Notes: svn path=/head/; revision=442832
* java/intellij-pycharm: Update to version 2017.1.3Boris Samorodov2017-05-312-4/+4
| | | | Notes: svn path=/head/; revision=442151
* Fix compilation with Clang 4.0.Jung-uk Kim2017-05-311-0/+11
| | | | Notes: svn path=/head/; revision=442136
* Fix compilation with Clang 4.0.Jung-uk Kim2017-05-311-0/+11
| | | | Notes: svn path=/head/; revision=442135
* . Update to b43.Greg Lewis2017-05-302-6/+13
| | | | Notes: svn path=/head/; revision=442038
* . Update to 7u141.Greg Lewis2017-05-303-927/+808
| | | | Notes: svn path=/head/; revision=442035
* . Update to 7u131.Greg Lewis2017-05-295-2692/+2533
| | | | Notes: svn path=/head/; revision=441965
* . Update to the 8u131 docs.Greg Lewis2017-05-272-4/+4
| | | | Notes: svn path=/head/; revision=441827
* 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) Notes: svn path=/head/; revision=441814
* 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) Notes: svn path=/head/; revision=441786
* java/intellij: Update to version 2017.1.3Boris Samorodov2017-05-253-6/+10
| | | | Notes: svn path=/head/; revision=441698