Please un-confuse me re: lang/tcl85

Chris Rees crees at FreeBSD.org
Sat Sep 22 16:42:50 UTC 2012


On 22 September 2012 16:39, David Wolfskill <david at catwhisker.org> 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


More information about the freebsd-ports mailing list