From owner-freebsd-ports@FreeBSD.ORG Thu Jun 19 21:39:08 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC52F106567B for ; Thu, 19 Jun 2008 21:39:08 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from postfix2-g20.free.fr (postfix2-g20.free.fr [212.27.60.43]) by mx1.freebsd.org (Postfix) with ESMTP id 755B08FC26 for ; Thu, 19 Jun 2008 21:39:08 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from smtp7-g19.free.fr (smtp7-g19.free.fr [212.27.42.64]) by postfix2-g20.free.fr (Postfix) with ESMTP id ACFC627715C3 for ; Thu, 19 Jun 2008 21:04:59 +0200 (CEST) Received: from smtp7-g19.free.fr (localhost [127.0.0.1]) by smtp7-g19.free.fr (Postfix) with ESMTP id B27E332285E for ; Thu, 19 Jun 2008 23:05:20 +0200 (CEST) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by smtp7-g19.free.fr (Postfix) with ESMTP id 924D232283C for ; Thu, 19 Jun 2008 23:05:20 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 64B7811449; Thu, 19 Jun 2008 23:05:19 +0200 (CEST) Date: Thu, 19 Jun 2008 23:05:19 +0200 From: Thierry Thomas To: freebsd-ports@freebsd.org Message-ID: <20080619210519.GV18873@graf.pompo.net> Mail-Followup-To: freebsd-ports@freebsd.org References: <676047.76296.qm@web32706.mail.mud.yahoo.com> <20080619163501.GB12160@atarininja.org> <485A921C.80602@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <485A921C.80602@FreeBSD.org> X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 7.0-STABLE i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 Subject: Re: regression-test 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: Thu, 19 Jun 2008 21:39:08 -0000 Le Jeu 19 jui 08 à 19:06:36 +0200, Kris Kennaway écrivait : > We *want* regression tests to be available unconditionally -- that is > why I added the hook to the package build process to run them if > present. Please don't hack around this because you think you're doing > us a favour :-) I try to enable regression-test when possible, but the current implementation is a post-build target, and some ports' testings need a post-install target. In these cases, I enclose the regression-test target between .ifdef MAINTAINER_MODE. -- Th. Thomas.