ports/124764: math/gsl: Add regression-test target
bf
bf2006a at yahoo.com
Fri Jun 20 09:20:07 UTC 2008
The following reply was made to PR ports/124764; it has been noted by GNATS.
From: bf <bf2006a at yahoo.com>
To: bug-followup at FreeBSD.org
Cc: bug-followup at 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 <edwin at FreeBSD.org> 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 at 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 <bsd.port.mk>
--0-136495200-1213951472=:52192--
More information about the freebsd-ports-bugs
mailing list