From owner-freebsd-ports Thu Aug 20 18:22:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA05161 for freebsd-ports-outgoing; Thu, 20 Aug 1998 18:22:11 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mailhost.iprg.nokia.com (mailhost.iprg.nokia.com [205.226.5.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA05074; Thu, 20 Aug 1998 18:21:59 -0700 (PDT) (envelope-from scott@iprg.nokia.com) Received: from melkor.iprg.nokia.com (melkor.iprg.nokia.com [205.226.1.82]) by mailhost.iprg.nokia.com (8.8.8/8.6.10) with SMTP id SAA05768; Thu, 20 Aug 1998 18:21:20 -0700 (PDT) Message-ID: <35DCCB90.388F659A@iprg.nokia.com> Date: Thu, 20 Aug 1998 18:21:20 -0700 From: Scott Sewall Organization: Nokia Communications X-Mailer: Mozilla 3.04Gold (X11; U; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: phk@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: scotty-2.1.8 References: <35DCC42E.4B761E89@iprg.nokia.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I downloaded the latest port from the freebsd web page, which solved my build problem. I did encounter two other problems: During make install: which is part of your Tcl installation. See the README file for further instructions how to do this. The Tnm extension includes two programs (ntping, straps) which require root permissions. Please get root permissions and type >> make sinstall << to install them setuid root. ===> Compressing manual pages for scotty-2.1.8 ===> Registering installation for scotty-2.1.8 Warning: "/usr/ports/x11-toolkits/tk80" non-existent -- @pkgdep registration incomplete This is probably related to a change made to the Makefile between v1.26 and v1.29. Why was this changed? melkor# diff scotty/Makefile scotty-old/Makefile | more 6c6 < # $Id: Makefile,v 1.29 1998/08/18 19:48:42 hoek Exp $ --- > # $Id: Makefile,v 1.26 1998/03/21 12:44:08 asami Exp $ 15c15 < LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11-toolkits/tk80 --- > LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 During make package: I receive 67 messages like the following: tar: can't add file lib/tnm2.1.8/%%FREEBSD_VERSION%%/rfc1155.smi.idy : No such file or directory Is this something I can fix? Thanks! -- Scott Scott Sewall wrote: > > I'm running FreeBSD 2.2.6. When I attempt to build scotty > I get the following message: > > melkor# make |& tee make.out > ===> scotty-2.1.8 is marked as broken: install. > > What does this mean? > > Is it something I can fix? > > Thanks! > > -- Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message