Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2008 16:27:51 GMT
From:      "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/124792: science/hdf5 add regression-test target
Message-ID:  <200806201627.m5KGRpDb031039@www.freebsd.org>
Resent-Message-ID: <200806201630.m5KGU4UY089396@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         124792
>Category:       ports
>Synopsis:       science/hdf5 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:   Fri Jun 20 16:30:04 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@kakumen.cable.net.co:/usr/src/sys/amd64/compile/SMP  amd64

>Description:
- Add regression-test.

13 ports depend on science/hdf5 so it would seem reasonable to provide this target.

No functional change.
>How-To-Repeat:

>Fix:
diff -ruN hdf5.orig/Makefile hdf5/Makefile
--- hdf5.orig/Makefile	2008-06-20 10:59:41.000000000 -0500
+++ hdf5/Makefile	2008-06-20 11:10:37.000000000 -0500
@@ -71,4 +71,7 @@
 	@${STRIP_CMD} ${PREFIX}/bin/${i}
 .endfor
 
+regression-test: build
+	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
+
 .include <bsd.port.post.mk>


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806201627.m5KGRpDb031039>