- 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:
parent
6c7febd447
commit
bd69cad67e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223240
@ -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>
|
||||
|
15
deskutils/thinkingrock/files/pkg-message.in
Normal file
15
deskutils/thinkingrock/files/pkg-message.in
Normal 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
|
||||
|
||||
*****************************************************************
|
Loading…
Reference in New Issue
Block a user