ports/160835: [PATCH] devel/boehm-gc: add test target

Dmitry Marakasov amdmi3 at amdmi3.ru
Mon Sep 19 22:30:09 UTC 2011


>Number:         160835
>Category:       ports
>Synopsis:       [PATCH] devel/boehm-gc: add 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:   Mon Sep 19 22:30:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Tue Mar  8 09:48:52 MSK
>Description:
Add test target.
Btw, one test fails and though I tried some time ago, I don't have enough knowledge to fix it

Port maintainer (stas at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- boehm-gc-7.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/devel/boehm-gc/Makefile,v
retrieving revision 1.61
diff -u -u -r1.61 Makefile
--- Makefile	11 Aug 2011 19:19:10 -0000	1.61
+++ Makefile	19 Sep 2011 22:20:44 -0000
@@ -48,4 +48,7 @@
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/doc/gc.man ${PREFIX}/man/man3/gc.3
 
+test: build
+	cd ${WRKSRC} && ${MAKE} check
+
 .include <bsd.port.post.mk>
--- boehm-gc-7.1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list