Skip site navigation (1)Skip section navigation (2)
Date:      1 Sep 2006 05:09:53 -0000
From:      mitsuru@riken.jp
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102738: devel/spin  xspin cannot run
Message-ID:  <20060901050953.95887.qmail@zebu.yokohama.riken.go.jp>
Resent-Message-ID: <200609010520.k815K7om073253@freefall.freebsd.org>

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

>Number:         102738
>Category:       ports
>Synopsis:       devel/spin  xspin cannot run
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 01 05:20:06 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     User &
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
>Description:
	Without x11-toolkit/tk84, the first line of /usr/local/bin/xspin is set
        to "#!/usr/local/bin/wish8.0 -f" because of WISH=wish8.0 in Makefile. 
        As RUN_DEPENDS requires wish8.4, WISH must be wish8.4. 
>How-To-Repeat:
	install spin without x11-toolkit/tk84
>Fix:

diff -ruN spin.old/Makefile spin/Makefile
--- spin.old/Makefile	Fri Sep  1 13:51:20 2006
+++ spin/Makefile	Fri Sep  1 13:51:34 2006
@@ -44,7 +44,7 @@
 .if !defined(WITHOUT_XSPIN)
 post-patch:
 	@WISH=`(cd ${LOCALBASE}/bin ; ${LS} wish8* ) | tail -1` ; \
-	if [ -z "$$WISH" ] ; then WISH=wish8.0 ; fi ; \
+	if [ -z "$$WISH" ] ; then WISH=wish8.4 ; fi ; \
 	${REINPLACE_CMD} \
 		-e "s|%%LOCALBASE%%|${LOCALBASE}|g;" \
 		-e "s|%%WISH%%|$$WISH|g" ${XSPIN_TCL}
>Release-Note:
>Audit-Trail:
>Unformatted:
 >System: FreeBSD 6.1-RELEASE
 
 
 	<machine, os, target, libraries (multiple lines)>



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