freebsd-ports/java/openjdk11/files
Jung-uk Kim 93f31d551a Work around build a failure with Clang 11 on head.
/wrkdirs/usr/ports/java/openjdk11/work/openjdk-jdk11u-jdk-11.0.8-10-1/src/java.desktop/unix/native/libawt_xawt/xawt/XlibWrapper.c:2186:12:
error: cast to smaller integer type 'jint' (aka 'int') from 'int (*)(Display *)' (aka 'int (*)(struct _XDisplay *)')
[-Werror,-Wpointer-to-int-cast]
    return (jint) XSynchronize((Display*)jlong_to_ptr(display), (onoff == JNI_TRUE ? True : False));
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

It looks like a false-positive, though.
2020-08-20 01:21:36 +00:00
..
cacerts
extra-patch-src_hotspot_cpu_ppc_vm__version__ppc.hpp
patch-configure
patch-make_autoconf_flags-cflags.m4
patch-make_autoconf_libraries.m4
patch-make_lib_Awt2dLibraries.gmk
patch-src_hotspot_os_bsd_os__bsd.cpp
patch-src_java.base_unix_native_libjava_childproc.c Add upstream patches to build with "-fno-common". 2020-08-19 23:32:38 +00:00
patch-src_java.base_unix_native_libjava_childproc.h Add upstream patches to build with "-fno-common". 2020-08-19 23:32:38 +00:00
patch-src_java.desktop_share_native_libfontmanager_freetypeScaler.c
patch-src_java.desktop_unix_native_libawt__xawt_xawt_XlibWrapper.c Work around build a failure with Clang 11 on head. 2020-08-20 01:21:36 +00:00
patch-src_java.security.jgss_share_native_libj2gss_NativeFunc.c Add upstream patches to build with "-fno-common". 2020-08-19 23:32:38 +00:00
patch-src_java.security.jgss_share_native_libj2gss_NativeFunc.h Add upstream patches to build with "-fno-common". 2020-08-19 23:32:38 +00:00