summaryrefslogtreecommitdiff
path: root/java/jdk14/files/patch-j2se::zip::Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired port:Rene Ladan2011-06-281-31/+0
| | | | | | | 2011-04-17 java/jdk14: does not build on FreeBSD 7.x or newer Notes: svn path=/head/; revision=276598
* . Link with the system libz instead of building the our own internalGreg Lewis2006-02-121-0/+31
copy. This should have the following effects: . Fix problems experienced by programmes that dynamically create their own copy of the JVM and are linked against the system's zlib (e.g., eclipse). . Reduce the potential for zlib based security problems affecting the JDK. This is similar to the patch in the PR, but was actually backported from the patches for the jdk15 port, so its a touch different. PR: 92459 Notes: svn path=/head/; revision=155803