From owner-freebsd-perl@FreeBSD.ORG Sat Jul 1 22:28:06 2006 Return-Path: X-Original-To: freebsd-perl@freebsd.org Delivered-To: freebsd-perl@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4370316A56E; Sat, 1 Jul 2006 22:28:06 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from plouf.absolight.net (plouf.absolight.net [193.30.224.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0913452D5; Sat, 1 Jul 2006 21:32:12 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from pouet.in.mat.cc (pouet.in.mat.cc [193.30.224.122]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id E35CE4FD3EC; Sat, 1 Jul 2006 23:32:11 +0200 (CEST) Date: Sat, 01 Jul 2006 23:32:07 +0200 From: Mathieu Arnold To: Aaron Dalton , freebsd-perl@freebsd.org Message-ID: <486033EEA249A687539CAA1B@[192.168.1.5]> In-Reply-To: <44A6D67B.4060400@freebsd.org> References: <44A6D67B.4060400@freebsd.org> X-Mailer: Mulberry/4.0.4 (Win32) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========177D1CFB8165327AB32E==========" Cc: Subject: Re: Perl Ports and 'make test' X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jul 2006 22:28:06 -0000 --==========177D1CFB8165327AB32E========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +-Le 01/07/2006 14:09 -0600, Aaron Dalton a dit : | I did a quick search of the mailing list archives and didn't see any | postings on this matter (which surprised me actually). Is anybody | working on a way to incorporate Perl's 'make test' procedure into the | port building framework? Has this been discussed to death somewhere of | which I am not aware? I'm inexperienced, but willing to learn so, is | there something I can do to help? Well, you could add a : regression-test: @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test) or @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} ${PL_BUILD} ${MAKE_ARGS} test) So that it gets picked up by tinderbox, I've been thinking about it, but I fear that it'd be a bit too troublesome :-) -- Mathieu Arnold --==========177D1CFB8165327AB32E========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iD8DBQFEpunZJqR8av5thQ8RAkRhAKDCjvG55XJEoUe0fJxiXxNx9TMjggCfXuTV 8vX+xP0a8mRCNRaPhmzYOzs= =W/1C -----END PGP SIGNATURE----- --==========177D1CFB8165327AB32E==========--