summaryrefslogtreecommitdiff
path: root/java/openjdk7/files/patch-src-share-native-com-sun-java-util-jar-pack-zip.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Update to 7u71.Greg Lewis2014-11-011-22/+0
| | | | Notes: svn path=/head/; revision=372038
* . Fix unpack200 on i386/amd64 by only swapping bytes when this is actuallyGreg Lewis2014-07-121-0/+22
a big endian machine. [1] . Bump PORTREVISION for the fix. . Speed up the build on multi-core machines using the MAKE_JOBS trickery from the openjdk8 Makefile. . Enlist openjdk7 users as testers of ant 1.9.4. . Add a dependency on fontconfig. PR: 191735 [1] Requested by: Michael Schmiedgen <schmiedgen@takwa.de> [2] Notes: svn path=/head/; revision=361627