From owner-freebsd-ports@FreeBSD.ORG Sat Sep 22 16:42:49 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E4BFF1065672; Sat, 22 Sep 2012 16:42:49 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0EAB78FC0A; Sat, 22 Sep 2012 16:42:48 +0000 (UTC) Received: by bkcje9 with SMTP id je9so2131997bkc.13 for ; Sat, 22 Sep 2012 09:42:41 -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:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=IHDvlg+Oj37RbKhCHIuYB00Q+uUPoVHJEpC8Gkm2ZnY=; b=jalUov8ixeuWL8k8n60wLrhngcWf/I3OMOvM2csDFgpxzLgu/tV+PLQmYPv3Y0IWER 5skABb1A0BHjyq8q9tKt4XorKT5uELkJwU89/eCTxY5hrCtPi5p/Z0AV9nlZzFwmmXkU wj1g3hXFAB72KCv6Mzn01H7DU0m6EF6PNwndU+0IvUj5enJ18jDy58THwtmcUifeTN9v 4bt47Gb7zhrImQD40IkpO/N4cAHDJvPANTo5wJxqrN1GAfj61FuQm8yNUxdEFs5UvbVG rQ7UlrciWGB2fiip/bgXg8ENLcgWrUcFbRu8yOaB1TXKKMzAtuxz78sPSlUOlMTczmBe XDKw== Received: by 10.204.8.84 with SMTP id g20mr3316431bkg.126.1348332161702; Sat, 22 Sep 2012 09:42:41 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.10.141 with HTTP; Sat, 22 Sep 2012 09:42:11 -0700 (PDT) In-Reply-To: <20120922153923.GH30766@albert.catwhisker.org> References: <20120922153923.GH30766@albert.catwhisker.org> From: Chris Rees Date: Sat, 22 Sep 2012 17:42:11 +0100 X-Google-Sender-Auth: IyVvI_gTzD6cX0djEF2N6dhBu7I Message-ID: To: David Wolfskill , Mikhail Teterin , Pietro Cerutti Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@freebsd.org Subject: Re: Please un-confuse me re: lang/tcl85 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2012 16:42:50 -0000 On 22 September 2012 16:39, David Wolfskill wrote: > A port I'm trrying to install (in the process of re-installing all ports > on my work desktop) has lang/tcl85 as a dependency. > > No problem; I have already performed this exercise on my laptop, so I > know it works. > > But then I hit: > > ===>>> Port directory: /usr/ports/lang/tcl85 > > ===>>> Starting check for build dependencies > ===>>> Gathering dependency list for lang/tcl85 from ports > ===>>> No dependencies for lang/tcl85 > > ===> Cleaning for tcl-8.5.12_2 > ===> License BSD accepted by the user > ===> Found saved configuration for tcl-8.5.12 > ===> Extracting for tcl-8.5.12_2 > => SHA256 Checksum OK for tcl8.5.12-src.tar.gz. > ===> Patching for tcl-8.5.12_2 > ===> Applying extra patch /usr/ports/lang/tcl86/files/patch-uk-locale > cannot open /usr/ports/lang/tcl86/files/patch-uk-locale: No such file or directory > *** [do-patch] Error code 2 > > > Hmm... that seems a little odd -- why would lang/tcl85 want something > from lang/tcl86? > > So I got to poking around -- I was going to show the svn commands > & output, but that got very cluttered very fast -- I found some Odd > Things: > > * Dependency of lang/tcl75 on lang/tcl86/files/patch-uk-locale was > added in r303095 | mi | 2012-08-24 10:16:37 -0700 (Fri, 24 Aug 2012) > (which also added the file itself). > > * The file was removed in r304506 | gahr | 2012-09-19 06:11:09 -0700 > (Wed, 19 Sep 2012), as part of the "Update to 8.6.b.3". > > I rather suspect that Something isn't quite right, here. > > Any suggestions for a circumvention in the mean time? > I've just fixed the issue. http://lists.freebsd.org/pipermail/svn-ports-head/2012-September/004274.html If you can't wait for the change to propagate, I don't think you're too bothered by Ukrainian correct spellings, you could; sed -i.bak '/^EXTRA_PATCHES/d' Makefile Sorry about that ;) Chris