From owner-cvs-all@FreeBSD.ORG Sat Feb 19 18:19:23 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A47CB16A4CE; Sat, 19 Feb 2005 18:19:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CFCC43D1F; Sat, 19 Feb 2005 18:19:23 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1JIJNtJ046850; Sat, 19 Feb 2005 18:19:23 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1JIJNOa046849; Sat, 19 Feb 2005 18:19:23 GMT (envelope-from netchild) Message-Id: <200502191819.j1JIJNOa046849@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 19 Feb 2005 18:19:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/bk2site Makefile ports/www/bk2site/files patch-bk2site.C patch-reference.C X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 19 Feb 2005 18:19:23 -0000 netchild 2005-02-19 18:19:23 UTC FreeBSD ports repository Modified files: www/bk2site Makefile Added files: www/bk2site/files patch-bk2site.C patch-reference.C Log: Add patches for two nasty bugs: - fix "chunk is already free": nasty (and free of side effects in the actual code) but works (patch-reference.C) - fix refcounting (now my links page shows the tophits again... finally) Approved by: maintainer Revision Changes Path 1.15 +1 -0 ports/www/bk2site/Makefile 1.1 +16 -0 ports/www/bk2site/files/patch-bk2site.C (new) 1.3 +11 -0 ports/www/bk2site/files/patch-reference.C (new)