From owner-freebsd-ports@FreeBSD.ORG Sun Oct 8 23:53:38 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD2F616A412 for ; Sun, 8 Oct 2006 23:53:38 +0000 (UTC) (envelope-from robert@nilssonstudios.com) Received: from smtp109.sbc.mail.mud.yahoo.com (smtp109.sbc.mail.mud.yahoo.com [68.142.198.208]) by mx1.FreeBSD.org (Postfix) with SMTP id 4A64A43D58 for ; Sun, 8 Oct 2006 23:53:38 +0000 (GMT) (envelope-from robert@nilssonstudios.com) Received: (qmail 82787 invoked from network); 8 Oct 2006 23:53:37 -0000 Received: from unknown (HELO ?10.0.1.149?) (rnilsson@sbcglobal.net@69.148.68.122 with plain) by smtp109.sbc.mail.mud.yahoo.com with SMTP; 8 Oct 2006 23:53:37 -0000 Mime-Version: 1.0 (Apple Message framework v752.3) To: fcash@sd73.bc.ca Message-Id: From: Robert Nilsson Date: Sun, 8 Oct 2006 18:53:35 -0500 X-Mailer: Apple Mail (2.752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: dansguardian-2.8.0.6_2 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: Sun, 08 Oct 2006 23:53:38 -0000 Freddie, I have found an issue in the port - it does not calculate md5 checksums correctly. This isn't normally a problem, but I'm using a password bypass and it doesn't match what the md5 command, or perl, generate. I haven't gone too deep, but if you comment out the "# define WORDS_BIGENDIAN 1" on line 39 of md5.cpp the issue is corrected. Also, it has squid as a requirement. Since I don't want the caching, I'm using tinyproxy (in transparent mode). I just commented out the requirement in the Makefile, but it would be nice if this could be an option. Thanks! Rob.