From owner-freebsd-ports@FreeBSD.ORG Fri Jun 8 09:12:01 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2840C16A46E for ; Fri, 8 Jun 2007 09:12:01 +0000 (UTC) (envelope-from lubeg@mail.ru) Received: from mx4.mail.ru (fallback.mail.ru [194.67.57.14]) by mx1.freebsd.org (Postfix) with ESMTP id A765A13C487 for ; Fri, 8 Jun 2007 09:12:00 +0000 (UTC) (envelope-from lubeg@mail.ru) Received: from mx6.mail.ru (mx6.mail.ru [194.67.23.26]) by mx4.mail.ru (mPOP.Fallback_MX) with ESMTP id 57DD7338785 for ; Fri, 8 Jun 2007 11:11:46 +0400 (MSD) Received: from [81.1.255.82] (port=9773 helo=ontario) by mx6.mail.ru with psmtp id 1HwYdM-000E2V-00; Fri, 08 Jun 2007 11:11:44 +0400 Date: Fri, 8 Jun 2007 14:11:11 +0700 From: Alexey Privalov To: freebsd-ports@freebsd.org, sim-im@lehis.ru Message-ID: <20070608141111.074a47b0@ontario> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: [net-im/sim-im] disable debug 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: Fri, 08 Jun 2007 09:12:01 -0000 hi all, have 'sim-im-0.9.4.3_1' port... while it's running I have much debug output in `.xsession-errors' like that: SIM-IM: 08/06/2007 09:32:15 [DBG] Loading plugins from /usr/local/lib/sim SIM-IM: 08/06/2007 09:32:15 [DBG] Found plugin __homedir SIM-IM: 08/06/2007 09:32:15 [DBG] Found plugin __migrate SIM-IM: 08/06/2007 09:32:15 [DBG] Found plugin _core SIM-IM: 08/06/2007 09:32:15 [DBG] Found plugin about SIM-IM: 08/06/2007 09:32:15 [DBG] Found plugin action ... ...Too much output, ignoring rest... it was needed to be recompiled with '--disable-debug' option to disable it... why don't just add this by default? best regards, Alexey.