summaryrefslogtreecommitdiff
path: root/java/openjdk8
AgeCommit message (Expand)Author
2015-10-15Add support for armv6hf. Tested on Raspberry Pi 2 Model B.Jung-uk Kim
2015-09-29Clean up and modernize the port. No functional change.Jung-uk Kim
2015-09-29. Add support for armv6.Greg Lewis
2015-09-16Do not build unnecessary targets to reduce build time.Jung-uk Kim
2015-09-09. Switch to xz for the new remote patches to decrease download size.Greg Lewis
2015-09-08. Move the large patches which contain the changes between updates of theGreg Lewis
2015-09-07. Update to 8u60.Greg Lewis
2015-07-20Fix few more mismerges in the previous update.Jung-uk Kim
2015-07-20Tidy up couple of problems in the previous update.Jung-uk Kim
2015-07-19. Update to 8u51.Greg Lewis
2015-07-05. The test target wants jtreg binaries to be found one directory up. AllowGreg Lewis
2015-07-05. Fix BSD detection in the langtools test infrastructure.Greg Lewis
2015-07-02- Fix broken preprocessor directives.Jung-uk Kim
2015-05-19Fix the previous commit. Forgot to remove #'s before committing. :-(Jung-uk Kim
2015-05-19Do not use static libjli for stable/10 and head. This complements PR193009.Jung-uk Kim
2015-05-06. Update to 8u45.Greg Lewis
2015-04-15Fix build with GCC with recent head kernel by disabling PCH for GCC.Bryan Drewery
2015-04-01Set rpath for libawt_xawt.so as we do for libawt.so and libawt_headless.so.Jung-uk Kim
2015-03-24Tidy up default fontconfig.properties.Jung-uk Kim
2015-03-24Catch up with font directory changes.Jung-uk Kim
2015-03-16Clean up patches again. No functional change.Jung-uk Kim
2015-03-15. Update to 8u40.Greg Lewis
2015-02-27- Revert all damages done in r372338 and r379049.Jung-uk Kim
2015-02-16Properly use BLOCKING_IO_RETURN_INT() macro for NET_Accept().Jung-uk Kim
2015-02-16Remove redundant linker options added in r379049.Jung-uk Kim
2015-02-15. Fix the DEBUG build.Greg Lewis
2015-02-05. Attempt to fix the build on 8.x amd64 by telling the HotSpot compilationGreg Lewis
2015-02-02. Update to 8u31.Greg Lewis
2015-01-24Switch some dependencies from a directory name or a file generated by pkg-ins...Antoine Brodin
2015-01-14Update graphics/giflib to 5.0.5Antoine Brodin
2014-12-27Allow building with either giflib 4.2 or 5.0Antoine Brodin
2014-12-16Turn off -Werror for Clang 3.5+ and revert r374780 for now.Jung-uk Kim
2014-12-16Add an upstream patch to remove adlc's unused class FileBuffRegion.Jung-uk Kim
2014-12-08Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans
2014-11-20- Add an empty directory to plist to fix staging.Jung-uk Kim
2014-11-11- Fix build on i386 with clang. [1]Jung-uk Kim
2014-11-09. Update to 8u25.Greg Lewis
2014-10-30Merge Linux-specific changes to BSD patches. Most importantly, this changeJung-uk Kim
2014-10-18The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD andJohn Baldwin
2014-10-08Fix build with gmake 4.1Baptiste Daroussin
2014-07-20. Don't hardcode /bin/bash. Fixes build trace output.Greg Lewis
2014-07-20. Introduce a DIST_BUILD_NUMBER variable and refer to that in both DISTNAMEGreg Lewis
2014-07-20. Update to 8u11. This requires moving the patch file for 8u5 to startGreg Lewis
2014-06-27Implement current and signal methods for sun.nio.ch.NativeThread. Note thisJung-uk Kim
2014-05-21Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be usedJung-uk Kim
2014-05-17Always link libjli statically. When launchers are symlinked, it may not beJung-uk Kim
2014-05-15Add support for java/icedtea-web. Clean up some patches while I am here.Jung-uk Kim
2014-05-02Add a slave port to create JRE-only package for java/openjdk8.Jung-uk Kim
2014-05-01Merge more HotSpot patches from java/openjdk6 and clean up.Jung-uk Kim
2014-04-29- Unbreak libnet. Obviously, bsd_close.c must not be excluded for BSD.Jung-uk Kim