Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Mar 1998 20:01:28 -0500 (EST)
From:      green@feldman.dyn.ml.org
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/5894: tkirc wish dependency fix
Message-ID:  <199803020101.UAA05131@feldman.dyn.ml.org>

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

>Number:         5894
>Category:       ports
>Synopsis:       tkirc needs wish; by default wish8.0 is not linked
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar  1 17:10:03 PST 1998
>Last-Modified:
>Originator:     Brian Feldman
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

ports-current
>Description:

tkirc needs wish, wish8.0 is present only.
>How-To-Repeat:

make the port and install it
>Fix:
	
Nice unified diff:

--- net/tkirc/Makefile.old      Sun Mar  1 19:56:47 1998
+++ net/tkirc/Makefile  Sun Mar  1 19:56:23 1998
@@ -27,6 +27,7 @@
        ${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; f
 i

 .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?199803020101.UAA05131>