pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/openjdk8



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Fri Jul  3 20:40:59 UTC 2015

Modified Files:
        pkgsrc/lang/openjdk8: Makefile PLIST.debug bootstrap.mk distinfo
        pkgsrc/lang/openjdk8/patches:
            patch-common_autoconf_generated-configure.sh
            patch-hotspot_src_os_posix_vm_os__posix.cpp
            patch-hotspot_src_share_vm_utilities_globalDefinitions__gcc.hpp
            patch-jdk_make_CompileLaunchers.gmk patch-jdk_make_Images.gmk
            patch-jdk_make_lib_SoundLibraries.gmk
Added Files:
        pkgsrc/lang/openjdk8: PLIST.SunOS
        pkgsrc/lang/openjdk8/patches:
            patch-hotspot_make_solaris_makefiles_adlc.make
            patch-hotspot_make_solaris_makefiles_build__vm__def.sh
            patch-hotspot_make_solaris_makefiles_debug.make
            patch-hotspot_make_solaris_makefiles_dtrace.make
            patch-hotspot_make_solaris_makefiles_fastdebug.make
            patch-hotspot_make_solaris_makefiles_gcc.make
            patch-hotspot_make_solaris_makefiles_jsig.make
            patch-hotspot_make_solaris_makefiles_mapfile-vers-COMPILER1.gcc
            patch-hotspot_make_solaris_makefiles_mapfile-vers-COMPILER2.gcc
            patch-hotspot_make_solaris_makefiles_mapfile-vers-TIERED.gcc
            patch-hotspot_make_solaris_makefiles_optimized.make
            patch-hotspot_make_solaris_makefiles_product.make
            patch-hotspot_make_solaris_makefiles_saproc.make
            patch-hotspot_make_solaris_makefiles_vm.make
            patch-hotspot_src_os__cpu_solaris__x86_vm_atomic__solaris__x86.inline.hpp
            patch-hotspot_src_os__cpu_solaris__x86_vm_orderAccess__solaris__x86.inline.hpp
            patch-hotspot_src_os__cpu_solaris__x86_vm_os__solaris__x86.cpp
            patch-hotspot_src_os__cpu_solaris__x86_vm_prefetch__solaris__x86.inline.hpp
            patch-hotspot_src_os__cpu_solaris__x86_vm_threadLS__solaris__x86.hpp
            patch-hotspot_src_os_bsd_vm_osThread__bsd.cpp
            patch-hotspot_src_os_solaris_dtrace_jhelper.d
            patch-hotspot_src_os_solaris_vm_decoder__solaris.cpp
            patch-hotspot_src_os_solaris_vm_os__solaris.cpp
            patch-hotspot_src_os_solaris_vm_perfMemory__solaris.cpp
            patch-hotspot_src_share_vm_utilities_hashtable.cpp
            patch-jdk_make_CompileDemos.gmk
            patch-jdk_make_lib_Awt2dLibraries.gmk
            patch-jdk_make_lib_NioLibraries.gmk
            patch-jdk_src_share_native_sun_security_ec_impl_ecc__impl.h
            patch-jdk_src_solaris_bin_ergo__i586.c

Log Message:
Add support for building with GCC on SunOS, largely based on openjdk7
patches by jesse et al. Fixes build on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/openjdk8/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/openjdk8/PLIST.SunOS
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/openjdk8/PLIST.debug
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/openjdk8/bootstrap.mk
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/openjdk8/distinfo
cvs rdiff -u -r1.5 -r1.6 \
    pkgsrc/lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_make_solaris_makefiles_adlc.make \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_make_solaris_makefiles_build__vm__def.sh \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_make_solaris_makefiles_debug.make \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_make_solaris_makefiles_dtrace.make \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_make_solaris_makefiles_fastdebug.make \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_make_solaris_makefiles_gcc.make \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_make_solaris_makefiles_jsig.make \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_make_solaris_makefiles_mapfile-vers-COMPILER1.gcc \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_make_solaris_makefiles_mapfile-vers-COMPILER2.gcc \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_make_solaris_makefiles_mapfile-vers-TIERED.gcc \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_make_solaris_makefiles_optimized.make \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_make_solaris_makefiles_product.make \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_make_solaris_makefiles_saproc.make \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_make_solaris_makefiles_vm.make \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_src_os__cpu_solaris__x86_vm_atomic__solaris__x86.inline.hpp \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_src_os__cpu_solaris__x86_vm_orderAccess__solaris__x86.inline.hpp \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_src_os__cpu_solaris__x86_vm_os__solaris__x86.cpp \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_src_os__cpu_solaris__x86_vm_prefetch__solaris__x86.inline.hpp \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_src_os__cpu_solaris__x86_vm_threadLS__solaris__x86.hpp \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_src_os_solaris_dtrace_jhelper.d \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_src_os_solaris_vm_decoder__solaris.cpp \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_src_os_solaris_vm_os__solaris.cpp \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_src_os_solaris_vm_perfMemory__solaris.cpp \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_src_share_vm_utilities_hashtable.cpp \
    pkgsrc/lang/openjdk8/patches/patch-jdk_make_CompileDemos.gmk \
    pkgsrc/lang/openjdk8/patches/patch-jdk_make_lib_Awt2dLibraries.gmk \
    pkgsrc/lang/openjdk8/patches/patch-jdk_src_share_native_sun_security_ec_impl_ecc__impl.h \
    pkgsrc/lang/openjdk8/patches/patch-jdk_src_solaris_bin_ergo__i586.c
cvs rdiff -u -r0 -r1.3 \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_src_os_bsd_vm_osThread__bsd.cpp \
    pkgsrc/lang/openjdk8/patches/patch-jdk_make_lib_NioLibraries.gmk
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_src_os_posix_vm_os__posix.cpp \
    pkgsrc/lang/openjdk8/patches/patch-hotspot_src_share_vm_utilities_globalDefinitions__gcc.hpp \
    pkgsrc/lang/openjdk8/patches/patch-jdk_make_Images.gmk \
    pkgsrc/lang/openjdk8/patches/patch-jdk_make_lib_SoundLibraries.gmk
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/lang/openjdk8/patches/patch-jdk_make_CompileLaunchers.gmk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index