1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

. Install the unlimited strength crypto policy JARs rather than the

limited strength ones.  Since unlike many other JDK ports this doesn't
  require an extra download its currently done for all installs rather than
  being an option.  Note that unlike the officially downloaded policy JARs
  the ones this installs are not signed.  This may mean we revisit it once
  there is an official JDK7 release.
. Bump PORTREVISION for this change.

Submitted by:	ale@
This commit is contained in:
Greg Lewis 2010-01-21 15:47:16 +00:00
parent 79534bfe7b
commit aa02145d88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248275

View File

@ -7,6 +7,7 @@
PORTNAME= openjdk
PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_BUILD_NUMBER}
PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= http://download.java.net/openjdk/jdk7/promoted/b${JDK_BUILD_NUMBER}/ \
${MASTER_SITE_APACHE:S,%SUBDIR%/,ant/binaries/:ant,}
@ -111,6 +112,10 @@ post-extract:
${SED} -e 's/linux/bsd/g' -e 's/Linux/Bsd/g' -e 's/LINUX/BSD/g' $$file > $$newfile; \
done
post-patch:
@${REINPLACE_CMD} 's|build-policy install-limited|build-policy install-unlimited|' \
${WRKSRC}/jdk/make/javax/crypto/Makefile
do-install:
@${MKDIR} ${INSTALLDIR}
@cd ${WRKSRC}/build/${OPENJDK_OSARCH}/j2sdk-image && \