From owner-freebsd-ports@FreeBSD.ORG Mon Jan 3 19:01:41 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73BE1106564A for ; Mon, 3 Jan 2011 19:01:41 +0000 (UTC) (envelope-from spawk@acm.poly.edu) Received: from acm.poly.edu (acm.poly.edu [128.238.9.200]) by mx1.freebsd.org (Postfix) with ESMTP id 1392A8FC0A for ; Mon, 3 Jan 2011 19:01:40 +0000 (UTC) Received: (qmail 48463 invoked from network); 3 Jan 2011 18:34:58 -0000 Received: from unknown (HELO ?10.0.0.124?) (spawk@128.238.64.31) by acm.poly.edu with CAMELLIA256-SHA encrypted SMTP; 3 Jan 2011 18:34:58 -0000 Message-ID: <4D2216D5.6010808@acm.poly.edu> Date: Mon, 03 Jan 2011 13:35:01 -0500 From: Boris Kochergin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.13) Gecko/20101216 Thunderbird/3.1.7 MIME-Version: 1.0 To: msabroff@sbcglobal.net References: <4D2214B6.1020507@sbcglobal.net> In-Reply-To: <4D2214B6.1020507@sbcglobal.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Problem installing ntop on 7.3 FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jan 2011 19:01:41 -0000 On 01/03/11 13:25, Mike Sabroff wrote: > I saw something on this tool (ntop) and decided to check it out. > I did the make and then tried ti install. I got the following error : > > make install > ===> Installing for ntop-3.3.10_3 > ===> ntop-3.3.10_3 depends on executable: dot - not found > ===> Verifying install for dot in /usr/ports/graphics/graphviz > ===> graphviz-2.26.3 option WITH_GTK is required for option > WITH_GNOMEUI. > *** Error code 1 > > Stop in /usr/ports/graphics/graphviz. > *** Error code 1 > > Stop in /usr/ports/net/ntop. > *** Error code 1 > > Stop in /usr/ports/net/ntop. > > I understand that when I chose the "WITH_GNOMEUI" option that I should > hve also chosen the "WITH_GTK" option as well, though I didn't know > that at the time. > > I have tried to make clean, and also make clean in the GeoIP and > libpcap dirs to start over but I don't get the option screens now and > don't know how to reset the options so the install will work. > > How can I either reset these options or reset the whole build so I get > the option screens again? > > mike > "make config" in a port's directory will bring up its options. You may also be interested in "make config-recursive". -Boris