ports/124764: math/gsl: Add regression-test target

Pedro F. Giffuni pfgshield-freebsd at yahoo.com
Thu Jun 19 16:10:02 UTC 2008


>Number:         124764
>Category:       ports
>Synopsis:       math/gsl: Add regression-test target
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 19 16:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Pedro F. Giffuni
>Release:        6.3-Release
>Organization:
>Environment:
FreeBSD kakumen.cable.net.co 6.3-RELEASE FreeBSD 6.3-RELEASE #10: Sat Jan 19 01:13:55 COT 2008     root at kakumen.cable.net.co:/usr/src/sys/amd64/compile/SMP  amd64
>Description:
Add a regression-test target; no functional change.

It looks like 24 ports depend on gsl so it's a good idea to add such tests. It doesn't take too long to run.
>How-To-Repeat:

>Fix:
diff -ruN gsl.orig/Makefile gsl/Makefile
--- gsl.orig/Makefile	2008-06-19 10:41:05.000000000 -0500
+++ gsl/Makefile	2008-06-19 10:58:20.000000000 -0500
@@ -42,4 +42,7 @@
 	${GUNZIP_CMD} ${PREFIX}/share/doc/gsl/${GSLREF}
 .endif
 
+regression-test:
+	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} check
+
 .include <bsd.port.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list