From amdmi3@amdmi3.ru  Mon Sep 19 22:22:37 2011
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 29061106567A;
	Mon, 19 Sep 2011 22:22:37 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15])
	by mx1.freebsd.org (Postfix) with ESMTP id D676E8FC1F;
	Mon, 19 Sep 2011 22:22:36 +0000 (UTC)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256)
	(Exim 4.76)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1R5mEU-0007hd-Ig; Tue, 20 Sep 2011 02:22:34 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id D8619B84D;
	Tue, 20 Sep 2011 02:22:32 +0400 (MSD)
Received: by hades.panopticon (Postfix, from userid 1000)
	id BFE9FB823; Tue, 20 Sep 2011 02:22:32 +0400 (MSD)
Message-Id: <20110919222232.BFE9FB823@hades.panopticon>
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: [PATCH] devel/boehm-gc: add test target
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         160835
>Category:       ports
>Synopsis:       [PATCH] devel/boehm-gc: add test target
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    stas
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 19 22:30:08 UTC 2011
>Closed-Date:    Mon Sep 19 22:53:45 UTC 2011
>Last-Modified:  Mon Sep 19 23:00:18 UTC 2011
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->stas 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Sep 19 22:30:20 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160835 
State-Changed-From-To: open->closed 
State-Changed-By: stas 
State-Changed-When: Mon Sep 19 22:53:44 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160835 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160835: commit references a PR
Date: Mon, 19 Sep 2011 22:53:41 +0000 (UTC)

 stas        2011-09-19 22:53:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/boehm-gc       Makefile 
     devel/boehm-gc-redirect Makefile 
     devel/boehm-gc-threaded Makefile 
   Log:
   - Add 'test' target.
   
   PR:             ports/160835
   Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru>
   
   Revision  Changes    Path
   1.3       +3 -0      ports/devel/boehm-gc-redirect/Makefile
   1.4       +3 -0      ports/devel/boehm-gc-threaded/Makefile
   1.62      +3 -0      ports/devel/boehm-gc/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
