Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Mar 1998 18:00:03 -0800 (PST)
From:      "Daniel O'Connor" <doconnor@gsoft.com.au>
To:        freebsd-ports
Subject:   Re: ports/5894: tkirc wish dependency fix 
Message-ID:  <199803020200.SAA16542@hub.freebsd.org>

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

From: "Daniel O'Connor" <doconnor@gsoft.com.au>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  Subject: Re: ports/5894: tkirc wish dependency fix 
Date: Mon, 02 Mar 1998 12:24:55 +1030

 > --- 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
 
 Personally I think this should be done when you install tk.. Same with linking 
 /usr/local/include/tcl*.* to /usr/local/include/tcl, and libtcl* to libtcl..
 This makes getting no FreeBSD'ified stuff running much easier.. This way you 
 can try the latest version (which is what the links would be to), and if it 
 fails, try an older version you have installed..
 
 PS this bounced sending to green@feldman.dyn.ml.org
 
 ---------------------------------------------------------------------
 |Daniel O'Connor software and network engineer for Genesis Software |
 |http://www.gsoft.com.au                                            |
 |The nice thing about standards is that there are so many of them to|
 |choose from. -- Andrew Tanenbaum                                   |
 ---------------------------------------------------------------------
 
 
 
 
 

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?199803020200.SAA16542>