1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/java
Tobias Kortkamp 225bf1ceda java/openjfx8-devel: Unbreak build with ICU 59.1
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)
2017-09-21 17:55:30 +00:00
..
aparapi
avis
berkeley-db Mark some ports failing on armv6. In cases where the error message 2017-05-26 14:45:53 +00:00
bluej
bootstrap-openjdk Scrub mention of armv6hf from ARCHS. It was never in a released version. 2017-06-26 22:20:20 +00:00
bouncycastle Make defining both PORTVERSION and DISTVERSION a DEV_ERROR. 2017-04-11 15:21:23 +00:00
bouncycastle15 Update to version 1.58 2017-08-22 16:51:42 +00:00
cacao
castor
classpath Bump PORTREVISION for ports depending on the canonical version of GCC 2017-09-10 20:55:38 +00:00
cos Remove libexpat.so.6 compatibility link that was added in r374303 to 2016-12-08 17:40:41 +00:00
cryptix-jce
dbvis
eclipse Revision bump of all ports with USE_GL after consolidation of mesa-libs 2017-05-23 05:03:14 +00:00
eclipse-cdt Update Eclipse CDT to 9.0.1 and assign port to submitter. 2017-01-12 19:24:05 +00:00
eclipse-drjava
eclipse-ecj
eclipse-EPIC
eclipse-findbugs
eclipse-log4e
eclipse-lomboz
eclipse-pydev
eclipse-shelled Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
eclipse-windowbuilder
hamcrest
icedtea-web Remove an unnecessary runtime dependency for NPAPI plugin support. 2017-07-11 19:44:09 +00:00
infobus
intellij java/intellij: Update to version 2017.2.4. 2017-09-13 22:51:04 +00:00
intellij-fsnotifier Bump PORTREVISION for ports depending on the canonical version of GCC 2017-09-10 20:55:38 +00:00
intellij-pty4j Fix WWW 2017-06-26 19:36:28 +00:00
intellij-rubymine java/intellij-rubymine: create port 2017-01-10 22:46:06 +00:00
intellij-ultimate qa: add check for NO_ARCH 2017-06-18 18:09:16 +00:00
jad
jaf
jai Remove libexpat.so.6 compatibility link that was added in r374303 to 2016-12-08 17:40:41 +00:00
jakarta-bcel
jakarta-commons-beanutils
jakarta-commons-cli Update to 1.4. 2017-03-14 08:53:21 +00:00
jakarta-commons-codec
jakarta-commons-collections java/jakarta-commons-collections: 2016-11-02 11:15:40 +00:00
jakarta-commons-dbcp
jakarta-commons-discovery
jakarta-commons-httpclient The output of tools like awk, date, sort, tr,... depends on the current 2017-01-18 13:20:31 +00:00
jakarta-commons-lang
jakarta-commons-logging Take maintainership of math/scilab dependencies 2016-11-02 09:05:57 +00:00
jakarta-commons-pool
jakarta-commons-primitives
jakarta-oro
jakarta-regexp Mark some ports failing on armv6. In cases where the error message 2017-05-26 14:45:53 +00:00
jamvm
jasmin
java3d Mark some ports failing on armv6, for errors classified as "???". 2017-05-26 20:02:44 +00:00
java-checkstyle java/java-checkstyle: Update version 7.0=>7.6 2017-04-12 11:09:11 +00:00
java-cup Mark some ports failing on armv6. In cases where the error message 2017-05-26 14:45:53 +00:00
java-getopt
java-subversion
java-zoneinfo . Update to 2017b. 2017-03-27 07:19:17 +00:00
javahelp Take maintainership of math/scilab dependencies 2016-11-02 09:05:57 +00:00
javamail Fixup GH_TAGNAME usage, and minor cleanup. 2017-08-09 16:10:56 +00:00
javavmwrapper
jaxen
jcalendar
jcckit
jcommon Mark some ports failing on armv6, for errors classified as "???". 2017-05-26 20:02:44 +00:00
jd-gui Update MAINTAINER to tobik@FreeBSD.org for my ports 2017-02-15 12:28:29 +00:00
jdbcpool
jdk8-doc . Update to the 8u131 docs. 2017-05-27 06:33:43 +00:00
jdom
jflex
jfreechart The output of tools like awk, date, sort, tr,... depends on the current 2017-01-18 13:20:31 +00:00
jgraph
jgrapht
jgraphx Remove libexpat.so.6 compatibility link that was added in r374303 to 2016-12-08 17:40:41 +00:00
jikes
jlex
jlint Actually add the patch 2017-02-11 21:28:03 +00:00
jmf Remove libexpat.so.6 compatibility link that was added in r374303 to 2016-12-08 17:40:41 +00:00
jode
jomp
jrosetta Take maintainership of math/scilab dependencies 2016-11-02 09:05:57 +00:00
jta
jtiger In several dozen ports, use single space for WWW: line in pkg-descr, and 2016-11-22 14:04:21 +00:00
jump
junit Fix ports using PREFIX in their depends instead of LOCALBASE. 2017-01-13 16:54:55 +00:00
jxgrabkey
langspec
lightweight-java-profiler new port: java/lightweight-java-profiler 2017-04-01 17:58:59 +00:00
linux-oracle-jdk18 Update to 8u144. 2017-08-10 16:40:54 +00:00
linux-oracle-jre18 Update to 8u144. 2017-08-10 16:40:54 +00:00
mmake
mx4j
netbeans
netbeans-devel
netcomponents Remove libexpat.so.6 compatibility link that was added in r374303 to 2016-12-08 17:40:41 +00:00
netrexx
netty Pass maintainership to submitter 2017-05-10 07:06:58 +00:00
openjdk6 Fix available memory calculation on head after r309017. 2017-09-07 00:40:40 +00:00
openjdk6-jre
openjdk7 . Update to 7u151. 2017-09-08 18:11:04 +00:00
openjdk7-jre
openjdk8 Fix available memory calculation on head after r309017. 2017-09-07 00:41:34 +00:00
openjdk8-jre
openjfx8-devel java/openjfx8-devel: Unbreak build with ICU 59.1 2017-09-21 17:55:30 +00:00
phpeclipse
proguard Update to 5.3.3 release. 2017-04-12 16:40:07 +00:00
sablevm Remove libiconv.so.3 compatibility link that was added in r374303 to 2016-12-08 19:23:24 +00:00
sablevm-classpath Remove libintl.so.9 compatibility link that was added in r374303 to 2016-12-08 19:52:19 +00:00
servingxml
sigar Bump PORTREVISION for ports depending on the canonical version of GCC 2017-09-10 20:55:38 +00:00
springframework
springframework31
sqlitejdbc
trove4j
veditor
visualvm java/visualvm: switch back to multi-language version 2016-11-14 14:54:13 +00:00
wildfly10 Upgrade java/wildfly10 to 10.1.0. 2017-01-16 15:27:01 +00:00
wildfly90
xdoclet
Makefile java/intellij-pycharm -> devel/pycharm-ce: Disconnect the former and connect the latter. 2017-08-23 18:47:50 +00:00