From owner-svn-ports-head@FreeBSD.ORG Sat Aug 30 06:44:15 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 13D94DE3; Sat, 30 Aug 2014 06:44:15 +0000 (UTC) Received: from mail-yh0-x22b.google.com (mail-yh0-x22b.google.com [IPv6:2607:f8b0:4002:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F2041391; Sat, 30 Aug 2014 06:44:14 +0000 (UTC) Received: by mail-yh0-f43.google.com with SMTP id f73so2130108yha.16 for ; Fri, 29 Aug 2014 23:44:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=P7MOG2D3gQ+gA1d1QxtSTy6nvm1ZMMU8KKsITw3Nk4k=; b=h+v45ZjnnrAWQ192g2FmUWIIssUavP1kPIe0vE8BGUsaNFa4l/aW4vJEdIgAjOmgFa Z9v8NoG2PZHQyopUI8seHi89Dgi+Mp2lJc8V5g63eAF4MB+TDYIuu0j5nXpbVEVTmkEp sKiIbqKfrARp9Znqca+DWMC+ivbRuex/H2BGpDHFQo5PWfRaGoazyqad8F211gnqYF9t pEEjFcqmmmfBwDmlZgjapcJSdKv4o5Dial1ehBRPy0mdMycchgMHzuArC+bjU6lYIkoP xaap/GalCe7K24+B9oY9qNWu8X1H4/nGtV5/F4mQpxKlPVMtjLnmW3FUOItde3BurHxE dAbw== MIME-Version: 1.0 X-Received: by 10.236.10.66 with SMTP id 42mr21707964yhu.68.1409381053663; Fri, 29 Aug 2014 23:44:13 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.164.197 with HTTP; Fri, 29 Aug 2014 23:44:13 -0700 (PDT) In-Reply-To: <201408291432.s7TEWIpA086317@svn.freebsd.org> References: <201408291432.s7TEWIpA086317@svn.freebsd.org> Date: Sat, 30 Aug 2014 08:44:13 +0200 X-Google-Sender-Auth: M9rzvTCen6z9vx-0jryItz1mGV0 Message-ID: Subject: Re: svn commit: r366511 - in head/lang: . itcl4 itcl4/files From: Antoine Brodin To: Pietro Cerutti Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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, 30 Aug 2014 06:44:15 -0000 On Fri, Aug 29, 2014 at 4:32 PM, Pietro Cerutti wrote: > Author: gahr > Date: Fri Aug 29 14:32:18 2014 > New Revision: 366511 > URL: http://svnweb.freebsd.org/changeset/ports/366511 > QAT: https://qat.redports.org/buildarchive/r366511/ > > Log: > - New port: lang/itcl4 > > This port provides the 4.x series of [incr Tcl], an object-oriented extension > to Tcl. While the 3.x series provided by lang/itcl works with Tcl 8.5, the > 4.x series is targetted at Tcl 8.6. > > http://core.tcl.tk/itcl Hi, You are right, lang/itcl is now broken with tcl86 Should it be changed to USES=tcl:85? Cheers, Antoine