From owner-svn-ports-all@FreeBSD.ORG Sun Mar 16 14:29:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39CBB473; Sun, 16 Mar 2014 14:29:33 +0000 (UTC) Received: from mx.atlanta.gplhost.com (mx.atlanta.gplhost.com [117.121.247.104]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 029D1DF3; Sun, 16 Mar 2014 14:29:32 +0000 (UTC) Received: from mx.atlanta.gplhost.com (localhost.localdomain [127.0.0.1]) by mx.atlanta.gplhost.com (Postfix) with ESMTP id 4D3FD468005; Sun, 16 Mar 2014 14:39:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=simple; d=goirand.fr; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; s=postfix; bh=sDF3vsC3s rV0GM84S3AwI21Bq7M=; b=yrWTM4c9NHhkbbn36Bx2G1hFBQdRlOZoCRbaE7aWE pphkCuCu03a4nw17dLBDI1Xskl4ss5OUubHtU0O0YaSVcsWbtg3N7xdTShJcE1Oa MN3wlodVbg813btv76HEsN5Uv9gIJqwRh07PMif24n7DjlBAl+GP6U1XupTKSXMZ n4= DomainKey-Signature: a=rsa-sha1; c=simple; d=goirand.fr; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=postfix; b=i/d GZBYjFjmDMZeRWf1hVRypjebdfpw77GiVmhnAEuEuOZaD4Pd6DseZh1hlpVqsv+u AScj7A0uLK3/zs9AAwdrP34U51QuxZ51dfuHdKVdjJz9+tm/gT56fGT4xeG3w39q X5WAu2Q/lq9kmJ1VkW3IEHXUkTZxqrvS6dy7WJxU= Received: from [127.0.0.1] (qala-sg.apt-proxy.gplhost.com [117.121.241.166]) by mx.atlanta.gplhost.com (Postfix) with ESMTPA id 1DE3AFE1BD; Sun, 16 Mar 2014 14:39:53 +0000 (UTC) Message-ID: <5325B3F6.3060300@goirand.fr> Date: Sun, 16 Mar 2014 22:23:50 +0800 From: Thomas Goirand Organization: GPLHost User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 MIME-Version: 1.0 To: olli hauer Subject: Re: svn commit: r347652 - in head/www/mod_log_sql2-dtc: . files References: <201403091528.s29FSbXG014062@svn.freebsd.org> <5325A9F2.8000403@gmx.de> In-Reply-To: <5325A9F2.8000403@gmx.de> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "svn-ports-head@freebsd.org" , Olli Hauer , Antoine Brodin , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Mar 2014 14:29:33 -0000 On 03/16/2014 09:41 PM, olli hauer wrote: > -RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_log_sql.so:${PORTSDIR}/www/mod_log_sql2-dtc \ > - ${LOCALBASE}/share/pear/Crypt/CBC.php:${PORTSDIR}/security/pear-Crypt_CBC \ > +RUN_DEPENDS= ${LOCALBASE}/share/pear/Crypt/CBC.php:${PORTSDIR}/security/pear-Crypt_CBC \ Hi, You shouldn't do this, if you do, then there will be no usage statistics (webalizer, site usages, etc.) Thomas