From yinjieh@csie.nctu.edu.tw  Sat Jan 13 20:59:42 2007
Return-Path: <yinjieh@csie.nctu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id D275716A403
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 13 Jan 2007 20:59:42 +0000 (UTC)
	(envelope-from yinjieh@csie.nctu.edu.tw)
Received: from mailgate.csie.nctu.edu.tw (mailgate.csie.nctu.edu.tw [140.113.209.7])
	by mx1.freebsd.org (Postfix) with ESMTP id 8193313C45A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 13 Jan 2007 20:59:42 +0000 (UTC)
	(envelope-from yinjieh@csie.nctu.edu.tw)
Received: from alumni.csie.nctu.edu.tw (yinjieh@alumni.csie.nctu.edu.tw [140.113.209.4])
	by mailgate.csie.nctu.edu.tw (8.13.4/8.13.4) with ESMTP id l0DKxJV2026567;
	Sun, 14 Jan 2007 04:59:19 +0800 (CST)
	(envelope-from yinjieh@alumni.csie.nctu.edu.tw)
Received: (from yinjieh@localhost)
	by alumni.csie.nctu.edu.tw (8.13.8/8.13.8/Submit) id l0DKxI3x083989;
	Sun, 14 Jan 2007 04:59:18 +0800 (CST)
	(envelope-from yinjieh)
Message-Id: <200701132059.l0DKxI3x083989@alumni.csie.nctu.edu.tw>
Date: Sun, 14 Jan 2007 04:59:18 +0800 (CST)
From: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mi@aldan.algebra.com
Subject: [PATCH] devel/tcllib: Unbreak
X-Send-Pr-Version: 3.113
X-GNATS-Notify: mi@aldan.algebra.com

>Number:         107887
>Category:       ports
>Synopsis:       [PATCH] devel/tcllib: Unbreak
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 13 21:00:29 GMT 2007
>Closed-Date:    Tue Jan 23 11:44:09 GMT 2007
>Last-Modified:  Tue Jan 23 11:50:19 GMT 2007
>Originator:     Ying-Chieh Chen
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
Generiton Inc.
>Environment:
System: FreeBSD i386.yinjieh.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #5: Sat Jan  6 05:14:58 CST
>Description:

Unbreak this port with disabling checking self-tests.

This port fails building on pointyhat, but succeeds within my environment.

Port maintainer (mi@aldan.algebra.com) is cc'd.

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

--- tcllib-1.9.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/tcllib/Makefile /root/ports/tcllib/Makefile
--- /usr/ports/devel/tcllib/Makefile	Sun Jan 14 04:41:15 2007
+++ /root/ports/tcllib/Makefile	Sun Jan 14 04:40:51 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=		tcllib
-PORTVERSION=           1.9
+PORTVERSION=		1.9
 CATEGORIES=		devel tcl83 tcl84
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	tcllib
@@ -16,8 +16,6 @@
 
 BUILD_DEPENDS=	tclsh${TCL_VER}:${PORTSDIR}/lang/tcl${TCL_VER:S/.//}
 
-BROKEN=		Fails self-tests
-
 TCL_VER?=	8.4
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
@@ -88,7 +86,6 @@
 				${WRKSRC}/testlog.log;	\
 		${CAT} ${WRKSRC}/testlog.failures;	\
 		${UNAME} -a;	\
-		${FALSE};	\
 	fi
 
 post-build:	test
--- tcllib-1.9.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Jan 13 21:00:45 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107887 
State-Changed-From-To: feedback->closed 
State-Changed-By: mi 
State-Changed-When: Tue Jan 23 11:43:47 UTC 2007 
State-Changed-Why:  
Commited, thanks... 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107887: commit references a PR
Date: Tue, 23 Jan 2007 11:43:34 +0000 (UTC)

 mi          2007-01-23 11:43:28 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/tcllib         Makefile 
   Log:
   Remove the BROKEN tag. The self-tests are still run post-build, but
   their failures (which occur in a tinderbox, but not in a regular
   install) are no longer fatal...
   
   Hopefully, the vendor will address this bogus failures in the next
   release.
   
   PR:     ports/107887
   Submitted by:   Ying-Chieh Chen
   
   Revision  Changes    Path
   1.24      +2 -4      ports/devel/tcllib/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:
