Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jun 2013 13:35:16 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319989 - head/lang/xotcl
Message-ID:  <201306051335.r55DZGh2000661@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Wed Jun  5 13:35:16 2013
New Revision: 319989
URL: http://svnweb.freebsd.org/changeset/ports/319989

Log:
  - Set tcl 86 as an invalid version, segfaults

Modified:
  head/lang/xotcl/Makefile

Modified: head/lang/xotcl/Makefile
==============================================================================
--- head/lang/xotcl/Makefile	Wed Jun  5 13:29:47 2013	(r319988)
+++ head/lang/xotcl/Makefile	Wed Jun  5 13:35:16 2013	(r319989)
@@ -14,6 +14,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 USE_TCL=		84+
+INVALID_TCL_VER=	86
 
 INSTALL_TARGET=	install
 ALL_TARGET=	all test-nohttp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306051335.r55DZGh2000661>