From owner-freebsd-questions@FreeBSD.ORG Sat Feb 4 06:09:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65D9716A422 for ; Sat, 4 Feb 2006 06:09:59 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACC9243D5A for ; Sat, 4 Feb 2006 06:09:58 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 19536 invoked from network); 4 Feb 2006 17:09:58 +1100 Received: from unknown (HELO ?192.168.13.3?) (210.84.63.136) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 4 Feb 2006 17:09:57 +1100 Message-ID: <43E4452C.2040505@meijome.net> Date: Sat, 04 Feb 2006 17:09:48 +1100 From: Norberto Meijome User-Agent: Thunderbird 1.5 (X11/20060124) MIME-Version: 1.0 To: FreeBSD Questions References: <43E3F344.1030200@meijome.net> In-Reply-To: <43E3F344.1030200@meijome.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: marcus@freebsd.org Subject: SOLVED - Re: Ethereal port doesn't install GUI X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2006 06:09:59 -0000 Norberto Meijome wrote: > Hi, > Is there other port that installs the GTK Ethereal interface ? net/ports > is installing tethereal and lots of other files, but NOT > /usr/X11R6/bin/ethereal. > [....] > > $ sudo nice make WITH_X11=true install Ok, figured it out, the following works as a simple make install (IMHO), should: make WITH_X11=yes WITH_GTK2=yes WITH_GNOME2=yes install Given that there also exist the tethereal and -lite ports, shouldn't the "ethereal" port build with those options by default? Thanks! Beto