. Install the cacerts file from Sun's 1.3.1_10 release to avoid some
problems associated with expired root certificates described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
This commit is contained in:
parent
afead5248c
commit
dfc7d6bc2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98330
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= jdk
|
||||
PORTVERSION= ${JDK_VERSION}
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= java
|
||||
MASTER_SITES= ftp://ftp.nluug.nl/pub/os/Linux/java/jdk/${DOWNLOAD_DIR}/ \
|
||||
ftp://metalab.unc.edu/pub/linux/devel/lang/java/blackdown.org/${DOWNLOAD_DIR}/ \
|
||||
|
@ -55,6 +55,7 @@ do-install:
|
|||
|
||||
@${ECHO} -n ">> Copying files..."
|
||||
@${CP} -R ${WRKSRC}/* ${APP_HOME}
|
||||
@${INSTALL_DATA} ${FILESDIR}/cacerts ${APP_HOME}/jre/lib/security/cacerts
|
||||
@${ECHO} " [ DONE ]"
|
||||
|
||||
@${ECHO} -n ">> Registering with javavm..."
|
||||
|
|
Loading…
Reference in a new issue