ports/100997: Upgrading 'tcl-8.4.13,1' to 'tcl-8.4.13_1,1' fails

Emanuel Haupt ehaupt at FreeBSD.org
Fri Jul 28 20:00:42 UTC 2006


The following reply was made to PR ports/100997; it has been noted by GNATS.

From: Emanuel Haupt <ehaupt at FreeBSD.org>
To: bug-followup at FreeBSD.org,ehaupt at 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



More information about the freebsd-ports-bugs mailing list