Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2011 02:22:32 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        stas@FreeBSD.org
Subject:   ports/160835: [PATCH] devel/boehm-gc: add test target
Message-ID:  <20110919222232.BFE9FB823@hades.panopticon>
Resent-Message-ID: <201109192230.p8JMU8f9004374@freefall.freebsd.org>

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

>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@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:



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