Subject: Re: pkgsrc/lang/tcl library numbering problem
To: Georg Schwarz <geos@epost.de>
From: Johnny C. Lam <jlam@NetBSD.org>
List: tech-pkg
Date: 01/20/2004 02:03:56
On Mon, Jan 19, 2004 at 10:39:32PM +0100, Georg Schwarz wrote:
> 
> in pkgsrc/lang/tcl/work/tcl8.3.4/unix/configure I find
> 
> IRIX-5.*)
> ...
> 
> IRIX-6.*|IRIX64-6.5*)
> ...
> TCL_LIB_VERSIONS_OK=nodots
> 
> so this seems to make the difference.
> 
> The pkgsrc Makefile seems to assume that lib versions are without dots.
> It has ibtcl83 hardcoded at one point.
> 
> PLIST also has the respective lib names without dots.
> What is the best way to get around this? Also use
> TCL_LIB_VERSIONS_OK=nodots for IRIX-5.*? (as for IRIX 6.X, Linux,
> FreeBSD, Darwin, SunOS 4, SunOS 5). Or is there a better solution? 

Yes, pkgsrc should always force nodots since that's what the PLIST
expects.  If you could provide a tested fix, please send-pr(1) it.

	Cheers,

	-- Johnny Lam <jlam@NetBSD.org>