Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jan 2011 23:13:07 -0800 (PST)
From:      "G. Paul Ziemba" <p-fbsd-bugs@ziemba.us>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/154253: [patch] deskutils/thinkingrock Actions screen is blank/empty
Message-ID:  <201101240713.p0O7D7IM022576@hairball.ziemba.us>
Resent-Message-ID: <201101240720.p0O7K7FM007314@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154253
>Category:       ports
>Synopsis:       [patch] deskutils/thinkingrock Actions screen is blank/empty
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 24 07:20:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     G. Paul Ziemba
>Release:        FreeBSD 8.2-PRERELEASE i386
>Organization:
Olive Hill Networks, Inc.
>Environment:
System: FreeBSD hairball.ziemba.us 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #1: Sun Jan 23 00:28:46 PST 2011 root@hairball:/usr/obj/usr/src/sys/GPZ-110111-camdebug i386


>Description:
	Problem described in:

	http://www.trgtd.com.au/forum/viewtopic.php?f=26&t=2598&start=0


>How-To-Repeat:
	Install deskutils/thinkingrock. Collect/process actions. They 
	are visible in the projects window as "Single Actions" but the
	Actions window is blank.

>Fix:
	fix is referenced in above link in Description and described in:

	http://www.trgtd.com.au/forum/viewtopic.php?f=24&t=2032

	The attached patch is for the port Makefile (i.e.,
	/usr/ports/deskutils/thinkingrock/Makefile)



--- patch-Makefile begins here ---
--- Makefile.orig	2009-11-27 06:08:13.000000000 -0800
+++ Makefile	2011-01-23 22:58:50.000000000 -0800
@@ -24,6 +24,7 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/bin/tr
+	@${REINPLACE_CMD} -e 's|default_options="|default_options="-J-Djava.endorsed.dirs=${PREFIX}/${PORTNAME}/tr/modules/ext/endorsed |' ${WRKSRC}/etc/tr.conf
 	@${RM} ${WRKSRC}/bin/tr.bak
 	@${RM} ${WRKSRC}/bin/tr.orig
 	@${RM} ${WRKSRC}/bin/tr.exe
--- patch-Makefile ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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