svn commit: r343310 - head/lang/otcl

Antoine Brodin antoine at FreeBSD.org
Sat Feb 8 07:49:29 UTC 2014


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 at gmail.com
 COMMENT=	MIT Object Tcl
 
+BROKEN=		Fails to configure
+
 LICENSE=	MIT
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}


More information about the svn-ports-head mailing list