From owner-freebsd-ports@FreeBSD.ORG Tue Oct 1 22:03:37 2013 Return-Path: Delivered-To: ports@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 ESMTP id B42F01E0 for ; Tue, 1 Oct 2013 22:03:37 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (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 946F92EB2 for ; Tue, 1 Oct 2013 22:03:37 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.7/8.14.7) with ESMTP id r91M3brR047015; Tue, 1 Oct 2013 15:03:37 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.7/8.14.7/Submit) id r91M3b2s047014; Tue, 1 Oct 2013 15:03:37 -0700 (PDT) (envelope-from sgk) Date: Tue, 1 Oct 2013 15:03:37 -0700 From: Steve Kargl To: Bryan Drewery Subject: Re: tcl changes break deskutils/ical Message-ID: <20131001220337.GA37235@troutmask.apl.washington.edu> References: <20131001174154.GA30677@troutmask.apl.washington.edu> <20131001213251.GA66839@admin.xzibition.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131001213251.GA66839@admin.xzibition.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Oct 2013 22:03:37 -0000 On Tue, Oct 01, 2013 at 04:32:51PM -0500, Bryan Drewery wrote: > On Tue, Oct 01, 2013 at 10:41:54AM -0700, Steve Kargl wrote: > > After recent tcl change that seems to have touched > > every Makefile under /usr/ports, deskutils/ical no longer > > functions. > > Which TCL port are you using? > > What version of TCL and ical do you have installed? > % cd /usr/ports % "svn merge -r 324632:324631 ." % vi deskutils/ical/Makefile (fix conflicts due to NO_STAGE changes). % pkg delete ical % portmaster deskutils/ical This installs tcl85-8.5.15_2 Tool Command Language tk85-8.5.15 Graphical toolkit for Tcl and "tries" to install ical where "tries" means I now have a function ical, but building the plist kills the install with pkg-static: lstat(/usr/ports/deskutils/ical/work/stage/usr/local/bin/ical): No such file or directory pkg-static: lstat(/usr/ports/deskutils/ical/work/stage/usr/local/bin/ical-2.2): No such file or directory pkg-static: lstat(/usr/ports/deskutils/ical/work/stage/usr/local/lib/ical/v2.2/actions.tcl): No such file or directory pkg-static: lstat(/usr/ports/deskutils/ical/work/stage/usr/local/lib/ical/v2.2/alarm.tcl): No such file or directory pkg-static: lstat(/usr/ports/deskutils/ical/work/stage/usr/local/lib/ical/v2.2/apptlist.tcl): No such file or directory pkg-static: lstat(/usr/ports/deskutils/ical/work/stage/usr/local/lib/ical/v2.2/canvsup.tcl): No such file or directory pkg-static: lstat(/usr/ports/deskutils/ical/work/stage/usr/local/lib/ical/v2.2/contrib/README): No such file or directory pkg-static: lstat(/usr/ports/deskutils/ical/work/stage/usr/local/lib/ical/v2.2/contrib/ical.xbm): No such file or +40 more line. -- Steve