mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
. Update to what should be 7u5. Based on the bug ids from
http://blog.fuseyism.com/index.php/2012/06/13/security-icedtea-2-1-1-2-2-1-released/
This commit is contained in:
parent
57d3762e49
commit
c07f18f52f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302145
2 changed files with 2990 additions and 4 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= openjdk
|
||||
PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_BUILD_NUMBER}
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= ${JDK_MAJOR_VERSION}.${PORT_MINOR_VERSION}.${PORT_BUILD_NUMBER}
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}u${JDK_MINOR_VERSION}/promoted/b${JDK_BUILD_NUMBER}/ \
|
||||
http://download.java.net/jaxp/1.4.5/:jaxp \
|
||||
|
@ -38,6 +37,8 @@ MAKE_JOBS_UNSAFE= YES
|
|||
OPTIONS= POLICY "Install the Unlimited Strength Policy Files" on \
|
||||
TZUPDATE "Update the time zone data" on
|
||||
|
||||
PORT_MINOR_VERSION= 5
|
||||
PORT_BUILD_NUMBER= 06
|
||||
JDK_MAJOR_VERSION= 7
|
||||
JDK_MINOR_VERSION= 4
|
||||
JDK_BUILD_NUMBER= 22
|
||||
|
@ -97,8 +98,8 @@ MAKE_ENV+= LANG="C" \
|
|||
SKIP_DEBUG_BUILD="true" \
|
||||
PTHREAD_LIBS="${PTHREAD_LIBS}" \
|
||||
MILESTONE="fcs" \
|
||||
JDK_MICRO_VERSION="0_0${JDK_MINOR_VERSION}" \
|
||||
BUILD_NUMBER="b${JDK_BUILD_NUMBER}"
|
||||
JDK_MICRO_VERSION="0_0${PORT_MINOR_VERSION}" \
|
||||
BUILD_NUMBER="b${PORT_BUILD_NUMBER}"
|
||||
|
||||
.if !defined(DISABLE_MAKE_JOBS)
|
||||
.if defined(MAKE_JOBS_NUMBER)
|
||||
|
|
2985
java/openjdk7/files/patch-u5
Normal file
2985
java/openjdk7/files/patch-u5
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue