Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Mar 1998 22:07:21 -0500 (EST)
From:      green@feldman.dyn.ml.org
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/5913: tkirc needs a ${PREFIX}/bin/wish
Message-ID:  <199803040307.WAA18219@feldman.dyn.ml.org>

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

>Number:         5913
>Category:       ports
>Synopsis:       tkirc needs a ${PREFIX}/bin/wish
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar  3 19:10:01 PST 1998
>Last-Modified:
>Originator:     Brian Feldman
>Organization:
none
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

FreeBSD 3.0-CURRENT; ports collection
>Description:

tkirc needs ${PREFIX}/bin/wish; it doesn't exist by default and should be made
>How-To-Repeat:

rm /usr/local/bin/wish; tkirc
>Fix:
	
--- net/tkirc/Makefile.old      Sat Feb 21 17:38:08 1998
+++ net/tkirc/Makefile  Tue Mar  3 22:00:34 1998
@@ -27,5 +27,6 @@
        ${INSTALL_DATA} ${WRKSRC}/README          ${PREFIX}/share/doc/tkirc
        ${INSTALL_DATA} ${WRKSRC}/CHANGES         ${PREFIX}/share/doc/tkirc
        ${INSTALL_DATA} ${WRKSRC}/COPYING         ${PREFIX}/share/doc/tkirc
+       if [ ! -e ${PREFIX}/bin/wish ]; then ln -s wish8.0 ${PREFIX}/bin/wish; fi

 .include <bsd.port.mk>

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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