- Added a patch which adds a note about the diablo 1.6 Java versions

PR:		128830
Reported by:	Thomas Schlesinger <schlesix@gmx.de>
Approved by:	maintainer
This commit is contained in:
Martin Wilke 2008-11-23 13:33:59 +00:00
parent 6c7febd447
commit bd69cad67e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223240
2 changed files with 20 additions and 0 deletions

View File

@ -19,6 +19,8 @@ USE_JAVA= yes
JAVA_VERSION= 1.5+
NO_BUILD= yes
SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
post-patch:
@ -44,4 +46,7 @@ do-install:
@(cd ${WRKSRC}; ${FIND} . -type d) | ${SORT} -r | ${SED} "s|^.|@dirrm ${PORTNAME}|" >> ${TMPPLIST}
@(cd ${WRKSRC}; ${FIND} . -type d -empty) | ${SORT} -r | ${SED} "s|^.|@exec mkdir -p ${PORTNAME}|" >> ${TMPPLIST}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

View File

@ -0,0 +1,15 @@
*****************************************************************
Please note that Thinkingrock will not work with diablo-jdk16
or diablo-jre16. Set the JAVA_HOME variable to a different
Java installation:
e.g. tcsh:
> setenv JAVA_HOME /usr/local/jdk1.6.0
> thinkingrock
e.g. sh:
$ export JAVA_HOME=/usr/local/diablo-jre1.5.0
$ thinkingrock
*****************************************************************