From owner-svn-ports-head@FreeBSD.ORG Sat Feb 8 07:49:29 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 27508408; Sat, 8 Feb 2014 07:49:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0F79A136B; Sat, 8 Feb 2014 07:49:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s187nSFx062902; Sat, 8 Feb 2014 07:49:28 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s187nSo7062901; Sat, 8 Feb 2014 07:49:28 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402080749.s187nSo7062901@svn.freebsd.org> From: Antoine Brodin Date: Sat, 8 Feb 2014 07:49:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343310 - head/lang/otcl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 07:49:29 -0000 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}