From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 20 09:20:07 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6698D10656BB for ; Fri, 20 Jun 2008 09:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 528498FC29 for ; Fri, 20 Jun 2008 09:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5K9K7K4007360 for ; Fri, 20 Jun 2008 09:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5K9K7Fu007359; Fri, 20 Jun 2008 09:20:07 GMT (envelope-from gnats) Date: Fri, 20 Jun 2008 09:20:07 GMT Message-Id: <200806200920.m5K9K7Fu007359@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: bf Cc: Subject: Re: ports/124764: math/gsl: Add regression-test target X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2008 09:20:07 -0000 The following reply was made to PR ports/124764; it has been noted by GNATS. From: bf To: bug-followup@FreeBSD.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/124764: math/gsl: Add regression-test target Date: Fri, 20 Jun 2008 01:44:32 -0700 (PDT) --0-136495200-1213951472=:52192 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Id: Content-Disposition: inline Sure, it's probably a good idea to make these tests easier to run from ports. Approved, but let's call the new target "check" to correspond with the original sources -- it's easier to type, anyway. --- Edwin Groothuis wrote: > Maintainer of math/gsl, > > Please note that PR ports/124764 has just been > submitted. > > If it contains a patch for an upgrade, an > enhancement or a bug fix > you agree on, reply to this email stating that you > approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/124764 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > --0-136495200-1213951472=:52192 Content-Type: text/plain; name="gsl.txt" Content-Description: 992811876-gsl.txt Content-Disposition: inline; filename="gsl.txt" diff -ruN gsl.orig/Makefile gsl/Makefile --- gsl.orig/Makefile 2008-06-20 04:10:18.831398332 -0400 +++ gsl/Makefile 2008-06-20 04:14:42.794517388 -0400 @@ -42,4 +42,7 @@ ${GUNZIP_CMD} ${PREFIX}/share/doc/gsl/${GSLREF} .endif +check: + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} check + .include --0-136495200-1213951472=:52192--