Date: Fri, 28 Jul 2006 20:00:42 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/100997: Upgrading 'tcl-8.4.13,1' to 'tcl-8.4.13_1,1' fails Message-ID: <200607282000.k6SK0gpM004277@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/100997; it has been noted by GNATS. From: Emanuel Haupt <ehaupt@FreeBSD.org> To: bug-followup@FreeBSD.org,ehaupt@freebsd.org Cc: Subject: Re: ports/100997: Upgrading 'tcl-8.4.13,1' to 'tcl-8.4.13_1,1' fails Date: Fri, 28 Jul 2006 21:54:08 +0200 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607282000.k6SK0gpM004277>