From owner-freebsd-ports Sun Mar 1 18:00:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16552 for freebsd-ports-outgoing; Sun, 1 Mar 1998 18:00:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16542; Sun, 1 Mar 1998 18:00:03 -0800 (PST) (envelope-from gnats) Date: Sun, 1 Mar 1998 18:00:03 -0800 (PST) Message-Id: <199803020200.SAA16542@hub.freebsd.org> To: freebsd-ports Cc: From: "Daniel O'Connor" Subject: Re: ports/5894: tkirc wish dependency fix Reply-To: "Daniel O'Connor" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/5894; it has been noted by GNATS. From: "Daniel O'Connor" 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