From owner-cvs-ports@FreeBSD.ORG Wed Nov 8 22:20:58 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47B6616A47C; Wed, 8 Nov 2006 22:20:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51A2E43D82; Wed, 8 Nov 2006 22:20:50 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA8MKoqc090514; Wed, 8 Nov 2006 22:20:50 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA8MKovm090513; Wed, 8 Nov 2006 22:20:50 GMT (envelope-from miwi) Message-Id: <200611082220.kA8MKovm090513@repoman.freebsd.org> From: Martin Wilke Date: Wed, 8 Nov 2006 22:20:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/squid26 Makefile distinfo ports/www/squid26/files icap-2.6-bootstrap.patch icap-2.6-core.patch patch-src-cf.data.pre X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2006 22:20:58 -0000 miwi 2006-11-08 22:20:50 UTC FreeBSD ports repository Modified files: www/squid26 Makefile distinfo www/squid26/files icap-2.6-bootstrap.patch icap-2.6-core.patch patch-src-cf.data.pre Log: - update to 2.6.STABLE5, including changeset 11086 - correct the setting of configuration options when compiling COSS: only specify --enable-coss-aio-ops when COSS is not built alongside with aufs; in this scenario the user needs to supply POSIX AIO support via aio(4) or the VFS_AIO kernel option; add a note to the storage type section in squid.conf.default (thanks to Guido Serassio for explaining this to the maintainer) - remove a no longer needed configuration option in the WITH_SQUID_AUFS case - update the ICAP core patchset to CVS as of 2006/11/04 (no changes in functionality, only in metadata); adapt the ICAP bootstrap patch to the latest changes in Squid code PR: ports/105296 Submitted by: Thomas-Martin Seck (maintainer) Revision Changes Path 1.195 +10 -9 ports/www/squid26/Makefile 1.153 +6 -72 ports/www/squid26/distinfo 1.4 +51 -44 ports/www/squid26/files/icap-2.6-bootstrap.patch 1.4 +102 -104 ports/www/squid26/files/icap-2.6-core.patch 1.3 +25 -3 ports/www/squid26/files/patch-src-cf.data.pre