Summary: | Upgrading 'tcl-8.4.13,1' to 'tcl-8.4.13_1,1' fails | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Emanuel Haupt <ehaupt> |
Component: | Individual Port(s) | Assignee: | Emanuel Haupt <ehaupt> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Emanuel Haupt
2006-07-28 20:30:12 UTC
With the following patch the failing 'test' target would be omitted. However there seems to be a problem. Maybe someone with a tcl hat could have a look at it. --- tcl patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/tcl84/Makefile,v retrieving revision 1.95 diff -u -r1.95 Makefile --- Makefile 7 Jul 2006 23:08:24 -0000 1.95 +++ Makefile 28 Jul 2006 19:30:18 -0000 @@ -20,7 +20,7 @@ PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} -E ${PATCH_DIST_STRIP} WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/unix -ALL_TARGET= all test +ALL_TARGET= all INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --includedir=${PREFIX}/include/tcl${TCL_VER} --- tcl patch ends here --- -- GnuPG key id: 0x55E67774 Download: http://pgp.mit.edu:11371 Key fingerprint: 17B3 FD8F BA68 4AB4 10FD A9D1 AD52 6588 55E6 7774 Responsible Changed From-To: freebsd-ports-bugs->ehaupt Submitter has GNATS access State Changed From-To: open->closed 'test' will just time-out if waited long enough. On my box (2007-01-12 CURRENT amd64) test doesn't time out for 20 hours, can't wait any longer. > On my box (2007-01-12 CURRENT amd64) test doesn't
> time out for 20 hours, can't wait any longer.
I am not sure if skipping the test target is save, although it worked
for me. Feel free to commit the patch.
sat 2007-01-19 23:14:38 UTC FreeBSD ports repository Modified files: lang/tcl84 Makefile Log: - Disable test due to prolonged (20h+) hangs (on my current/amd64 box) - A couple of style fixes while I'm here PR: ports/100997 Submitted by: ehaupt Revision Changes Path 1.99 +4 -5 ports/lang/tcl84/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" |