aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-11-23 21:33:59 +0800
committermiwi <miwi@FreeBSD.org>2008-11-23 21:33:59 +0800
commitb1015af6690bb55cc3c83b02010706deac4910d0 (patch)
treea51a3eb9c9930f43e1649e2db91abe6328dff56d /deskutils
parent64b55300a0cb64ccb635765bbff7fdc78dbc1e7e (diff)
downloadfreebsd-ports-gnome-b1015af6690bb55cc3c83b02010706deac4910d0.tar.gz
freebsd-ports-gnome-b1015af6690bb55cc3c83b02010706deac4910d0.tar.zst
freebsd-ports-gnome-b1015af6690bb55cc3c83b02010706deac4910d0.zip
- 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
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/thinkingrock/Makefile5
-rw-r--r--deskutils/thinkingrock/files/pkg-message.in15
2 files changed, 20 insertions, 0 deletions
diff --git a/deskutils/thinkingrock/Makefile b/deskutils/thinkingrock/Makefile
index 9d94e9d83ae5..1b609af49bd9 100644
--- a/deskutils/thinkingrock/Makefile
+++ b/deskutils/thinkingrock/Makefile
@@ -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>
diff --git a/deskutils/thinkingrock/files/pkg-message.in b/deskutils/thinkingrock/files/pkg-message.in
new file mode 100644
index 000000000000..c95dce9e514d
--- /dev/null
+++ b/deskutils/thinkingrock/files/pkg-message.in
@@ -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
+
+*****************************************************************