From owner-svn-ports-head@FreeBSD.ORG Sun Aug 31 12:10:45 2014 Return-Path: Delivered-To: svn-ports-head@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 75ABDBD5; Sun, 31 Aug 2014 12:10:45 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3503D1E19; Sun, 31 Aug 2014 12:10:45 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 68AA4BDC1F; Sun, 31 Aug 2014 14:10:42 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 3FAEDBDC1D; Sun, 31 Aug 2014 14:10:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 4BA8D100F7E1; Sun, 31 Aug 2014 14:10:35 +0200 (CEST) Date: Sun, 31 Aug 2014 14:10:35 +0200 From: Mathieu Arnold To: Kurt Jaeger , Sunpoet Po-Chuan Hsieh Subject: Re: svn commit: r366405 - in head/databases: . p5-Net-Async-CassandraCQL Message-ID: <477EF7583D6962E1F37C9E1A@atuin.in.mat.cc> In-Reply-To: <20140830203841.GR42528@f10.opsec.eu> References: <201408281407.s7SE77sA063958@svn.freebsd.org> <20140829184115.GL42528@f10.opsec.eu> <20140830203841.GR42528@f10.opsec.eu> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Andrej Zverev , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 12:10:45 -0000 +--On 30 ao=C3=BBt 2014 22:38:41 +0200 Kurt Jaeger wrote: | Hi! |=20 |> > > In real life, modules from Test:: namespace usually requires only = for |> > > tests. No issue for people who using binary packages, but extra deps |> > > for people who still using ports. | [...] |> > So I assume BUILD_DEPENDS is correct. Do you see other options |> > on how to handle this ? |=20 | First, thanks for the many hints on how to handle this. |=20 |> TEST_DEPENDS is correct. |=20 | I've prepared a diff at |=20 | http://people.freebsd.org/~pi/misc/cascql.svndiff |=20 | When I=20 |=20 | make test |=20 | the TEST_DEPENDS are not installed: Look for TEST_DEPENDS in Mk, you won't see it, it doesn't exist, but one day, maybe, it'll come. For now, put test depends in there, and install them manually. --=20 Mathieu Arnold