ports/107887: [PATCH] devel/tcllib: Unbreak

Ying-Chieh Chen yinjieh at csie.nctu.edu.tw
Sat Jan 13 21:00:31 UTC 2007


>Number:         107887
>Category:       ports
>Synopsis:       [PATCH] devel/tcllib: Unbreak
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 13 21:00:29 GMT 2007
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list