Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2014 07:49:28 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343310 - head/lang/otcl
Message-ID:  <201402080749.s187nSo7062901@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb  8 07:49:28 2014
New Revision: 343310
URL: http://svnweb.freebsd.org/changeset/ports/343310
QAT: https://qat.redports.org/buildarchive/r343310/

Log:
  Mark broken; Fails to configure
  
  ./configure: tclsh: not found
  checking for tcl.h... -I/usr/local/include/tcl8.6/generic
  checking for tclInt.h... -I/usr/local/include/tcl8.6/generic
  checking for libtcl... no
  checking for init.tcl... /usr/local/lib/tcl8.6
  checking for http.tcl... /usr/local/lib/tcl8.6/http1.0
  checking Tcl http.tcl library... yes
  checking for tclsh... no
  checking for tclsh... no
  checking for tclsh... no
  checking for tclsh8.4... no
  configure: error: Installation of tcl seems incomplete or can't be found automatically.
  
  Reported by:	pkg-fallout
  With hat:	portmgr

Modified:
  head/lang/otcl/Makefile

Modified: head/lang/otcl/Makefile
==============================================================================
--- head/lang/otcl/Makefile	Sat Feb  8 07:46:21 2014	(r343309)
+++ head/lang/otcl/Makefile	Sat Feb  8 07:49:28 2014	(r343310)
@@ -10,6 +10,8 @@ MASTER_SITES=	SF/${PORTNAME}-tclcl/OTcl/
 MAINTAINER=	5u623l20@gmail.com
 COMMENT=	MIT Object Tcl
 
+BROKEN=		Fails to configure
+
 LICENSE=	MIT
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}



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