From owner-cvs-all@FreeBSD.ORG Fri Feb 16 02:36:34 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 157D516A400; Fri, 16 Feb 2007 02:36:34 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 8E8C313C478; Fri, 16 Feb 2007 02:36:33 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.8/8.13.8) with ESMTP id l1G2aWwT087188; Fri, 16 Feb 2007 05:36:32 +0300 (MSK) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.8/8.13.8/Submit) id l1G2aWIw087187; Fri, 16 Feb 2007 05:36:32 +0300 (MSK) (envelope-from ache) Date: Fri, 16 Feb 2007 05:36:31 +0300 From: Andrey Chernov To: Renato Botelho , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20070216023631.GA87144@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Renato Botelho , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200702160019.l1G0JWvK025915@repoman.freebsd.org> <20070216003036.GA67028@nagual.pp.ru> <20070216021244.GA86316@nagual.pp.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070216021244.GA86316@nagual.pp.ru> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Subject: Re: cvs commit: ports/security/clamav Makefile distinfo pkg-plist ports/security/clamav/files extra-patch-libclamav__unrarlib.h extra-patch-libunrar patch-configure patch-libclamav::zziplib::zzip-conf.h patch-libclamav_clamav.h pkg-deinstall.in pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Feb 2007 02:36:34 -0000 On Fri, Feb 16, 2007 at 05:12:45AM +0300, Andrey Chernov wrote: > BTW, there is two things left: > 1) > unrar/unrar.c: In function `cli_unrar_extract_next_prepare': > unrar/unrar.c:1560: warning: integer constant is too large for "long" type > unrar/unrar.c:1561: warning: integer constant is too large for "long" type > 2) IMHO WITHOUT_LDAP should be default or config option at least. More things: -e 's|^\#?(AllowSupplementaryGroups)$$|\1|' \ -e 's|^\#?(ScanMail)$$|\1|' \ -e 's|^\#?(FixStaleSocket)$$|\1|' \ All must be |\1 yes| instead of |\1| because they switch to strict boolean parsing now. -- http://ache.pp.ru/