Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2015 20:20:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196450] devel/clig: Take MAINTAINER'ship, Update MASTER_SITES, WWW
Message-ID:  <bug-196450-13-E1CurGWceE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196450-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196450-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196450

--- Comment #10 from Chris Hutchinson <portmaster@bsdforge.com> ---
(In reply to Kurt Jaeger from comment #7)
> I have tcl86 installed, and the make fails with:
> 
> ===>   Generating temporary packing list
> /usr/local/bin/tclsh ./mkpkgindex
> make[2]: exec(/usr/local/bin/tclsh) failed (No such file or directory)
> 
> I find a /usr/local/bin/tclsh8.6, but no /usr/local/bin/tclsh.
> 
> Any ideas on how to handle this ?

Near as I can figure USES+= tcl *should* have expanded to
bin/tclsh8.[4-6]
but didn't. *so* I added

RUN_DEPENDS=    tclsh:${PORTSDIR}/lang/tcl-wrapper

which resolves this, as tested on a RELENG_9 that
didn't previously contain /usr/local/bin/tclsh
but *did* have /usr/local/bin/tclsh8.6

Please find the updated svn diff, and build log, attached.
That provides details.

Thanks!

--Chris

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196450-13-E1CurGWceE>