From owner-freebsd-tcltk@FreeBSD.ORG Fri Jul 19 14:10:00 2013 Return-Path: Delivered-To: tcltk@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1B72A4D5 for ; Fri, 19 Jul 2013 14:10:00 +0000 (UTC) (envelope-from jesse@glx.me) Received: from mail-we0-x22d.google.com (mail-we0-x22d.google.com [IPv6:2a00:1450:400c:c03::22d]) by mx1.freebsd.org (Postfix) with ESMTP id A9FAAC59 for ; Fri, 19 Jul 2013 14:09:59 +0000 (UTC) Received: by mail-we0-f173.google.com with SMTP id x54so4041609wes.4 for ; Fri, 19 Jul 2013 07:09:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=glx.me; s=g; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=6KYh4nh7Ckm6eCiOPQgrhMhIbdrzJ+1k73v/1MhDu/0=; b=dHul4Oykii8RpxzcUwRXOgnXpYeUogCy0eii3hGaQdhsqZvcdU8zZJy0pKV+ipmOke 06vlsWbPbDQomoXKtsyYmeRLrdVBACBhl1yFKu3l6J+97F5/eEGywIPCMK6BHC7YcGKz Zb7MKv6EMGwQIIk+iiaN9wxiv0oF7d3A4xi3s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=6KYh4nh7Ckm6eCiOPQgrhMhIbdrzJ+1k73v/1MhDu/0=; b=TNAnB+xFiRf5veYrHI/GQCnRXfXCPBfLDTsS6pUzvfifUwY0AblXoxD//MBCXh2ZwK 5D0obmIW5RhBL4kP6SdlUnTcsVgA5jTdliEvZGc5HANT4mymH2nOYmeS1FCJl/JHdWNQ 5B/UGqmLob6wHG9vraNMEVLnvxeHpO3JBoSDzQ/CPvQvFnTSAQuOxtmSYrk2n1TX2NWp 9h8TDDhbQ5gPhHcYjfIEIvvT/uFDib2+9EsNXGpo1aw5H7qN9XfkzgijDduvkGzWXnFo 1euwmeLXqBmFVuMxSfai7JTDo0yfJWC6M+qAduBJyoE32cY0xleLT3GWnV3/Y2RUBhK1 uTHw== MIME-Version: 1.0 X-Received: by 10.194.242.134 with SMTP id wq6mr12029008wjc.94.1374242998621; Fri, 19 Jul 2013 07:09:58 -0700 (PDT) Received: by 10.194.240.201 with HTTP; Fri, 19 Jul 2013 07:09:58 -0700 (PDT) X-Originating-IP: [116.238.151.239] In-Reply-To: <20130718181516.GL21355@gahrfit.gahr.ch> References: <20130718181516.GL21355@gahrfit.gahr.ch> Date: Fri, 19 Jul 2013 22:09:58 +0800 Message-ID: Subject: Re: devel/tcllib: struct::queue version problem From: J To: gahr@freebsd.org X-Gm-Message-State: ALoCoQlHlD57Wh3VCWSaS8WGUqyKZUy6jqKkTN0mC0Nxt+tv2uUWs+MHEbU9s9VVKd9btlBRVqdg Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Peggy Wilkins , tcltk@freebsd.org X-BeenThere: freebsd-tcltk@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Tcl/Tk discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jul 2013 14:10:00 -0000 I guess the previous install is not cleaned On Fri, Jul 19, 2013 at 2:15 AM, Pietro Cerutti wrote: > On 2013-Jul-18, 11:46, Peggy Wilkins wrote: > > Hello, > Hello Peggy, > > > > > I build devel/tcllib on FreeBSD 9.1-RELEASE-p4 via ports. After the > > update to tcllib-1.15_1 I am seeing the following problem: > > > > % package require struct::queue > > attempt to provide package struct::queue 1.4.4 failed: package > struct::queue 1.4.5 provided instead > > > > mozart:~:12% grep struct::queue /usr/local/lib/tcllib/struct/pkgIndex.tcl > > package ifneeded struct::queue 1.4.4 [list source [file join $dir > queue.tcl]] > > > > /usr/local/lib/tcllib/struct/queue.tcl:package provide struct::queue > 1.4.5 > > > > I report this FYI. > > thanks for your report! I see it's been fixed upstream [1]. I have imported > the fix and updated the port [2]. PORTREVISION has been bumped. > > Regards, > > [1] http://core.tcl.tk/tcllib/info/91f14dfd0a > [2] http://svnweb.freebsd.org/ports?view=revision&revision=323251 > > -- > Pietro Cerutti > The FreeBSD Project > gahr@FreeBSD.org > > PGP Public Key: > http://gahr.ch/pgp > -- (c) http://glx.me/