From owner-freebsd-net@FreeBSD.ORG Tue Sep 16 00:28:14 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF97316A4B3; Tue, 16 Sep 2003 00:28:14 -0700 (PDT) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32A1243F3F; Tue, 16 Sep 2003 00:28:14 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.8p1/8.12.3) with ESMTP id h8G7S8kN040468; Tue, 16 Sep 2003 00:28:08 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.8p1/8.12.3/Submit) id h8G7S8xS040467; Tue, 16 Sep 2003 00:28:08 -0700 (PDT) (envelope-from rizzo) Date: Tue, 16 Sep 2003 00:28:08 -0700 From: Luigi Rizzo To: roam@freebsd.org Message-ID: <20030916002808.A5624@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i cc: net@freebsd.org Subject: trafshow and libslang X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 07:28:14 -0000 hi, there seems to be no way to build trafshow without slang -- even if the port's Makefile tries to remove slang from LIB_DEPENDS if you set WITHOUT_TRAFSHOW_SLANG, config will detect the library and use it anyways. Does anyone have ideas on how to convince config to stick to ncurses instead (i am not fond of slang, and anyways it's an additional library that i do not need to carry in picobsd configs) cheers luigi