Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2008 21:50:04 GMT
From:      =?ISO-8859-1?Q?Beat_G=E4tzi?= <beat@chruetertee.ch>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/128830: Application deskutils/thinkingrock unable to load files
Message-ID:  <200811132150.mADLo4Xb008175@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/128830; it has been noted by GNATS.

From: =?ISO-8859-1?Q?Beat_G=E4tzi?= <beat@chruetertee.ch>
To: bug-followup@FreeBSD.org
Cc: schlesix@gmx.de
Subject: Re: ports/128830: Application deskutils/thinkingrock unable to load
 files
Date: Thu, 13 Nov 2008 22:43:33 +0100

 This is a multi-part message in MIME format.
 --------------020402090607070505020701
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Hi Thomas,
 
 I attached a patch which adds a note about the diablo 1.6 Java versions 
 to the port. That's the only solution I see at the moment.
 
 Thanks for reporting this issue!
 Beat
 
 --------------020402090607070505020701
 Content-Type: text/plain;
  name="thinkingrock.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="thinkingrock.patch"
 
 diff -Naur thinkingrock.orig/Makefile thinkingrock/Makefile
 --- thinkingrock.orig/Makefile	2008-06-22 12:14:50.000000000 +0200
 +++ thinkingrock/Makefile	2008-11-13 22:27:55.680118483 +0100
 @@ -19,6 +19,8 @@
  JAVA_VERSION=	1.5+
  NO_BUILD=	yes
  
 +SUB_FILES=	pkg-message
 +
  .include <bsd.port.pre.mk>
  
  post-patch:
 @@ -44,4 +46,7 @@
  	@(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 -Naur thinkingrock.orig/files/pkg-message.in thinkingrock/files/pkg-message.in
 --- thinkingrock.orig/files/pkg-message.in	1970-01-01 01:00:00.000000000 +0100
 +++ thinkingrock/files/pkg-message.in	2008-11-13 22:32:18.100158460 +0100
 @@ -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
 +
 +*****************************************************************
 
 --------------020402090607070505020701--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811132150.mADLo4Xb008175>