From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 28 20:00:42 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0F9816A4DD for ; Fri, 28 Jul 2006 20:00:42 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5725C43D45 for ; Fri, 28 Jul 2006 20:00:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6SK0gqh004278 for ; Fri, 28 Jul 2006 20:00:42 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6SK0gpM004277; Fri, 28 Jul 2006 20:00:42 GMT (envelope-from gnats) Date: Fri, 28 Jul 2006 20:00:42 GMT Message-Id: <200607282000.k6SK0gpM004277@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Emanuel Haupt Cc: Subject: Re: ports/100997: Upgrading 'tcl-8.4.13,1' to 'tcl-8.4.13_1,1' fails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 20:00:42 -0000 The following reply was made to PR ports/100997; it has been noted by GNATS. From: Emanuel Haupt 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