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
This commit is contained in:
parent
bc70b5322b
commit
bd082dcf09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183070
1 changed files with 2 additions and 4 deletions
|
@ -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 @@ COMMENT= A collection of utility modules for Tcl
|
|||
|
||||
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,7 @@ test:
|
|||
${WRKSRC}/testlog.log; \
|
||||
${CAT} ${WRKSRC}/testlog.failures; \
|
||||
${UNAME} -a; \
|
||||
${FALSE}; \
|
||||
${ECHO_MSG} Please, analyze and report the test failures; \
|
||||
fi
|
||||
|
||||
post-build: test
|
||||
|
|
Loading…
Reference in a new issue