On 12/05/13 05:36, Marc Espie wrote:
> On Thu, Dec 05, 2013 at 01:26:47AM -0500, Stuart Cassoff wrote:
>> I'd like tcllib and tklib to make use of 'tcl modules'.
>> Every package that can be installed as a tcl module saves one file and one 
>> dir
>> and there are enough eligible packages that I think it's worth doing.
>> This makes use of a newer tcl packaging system that's a bit better and/or 
>> faster.
>>
>> These should always be installend in the dir for lowest tcl version 
>> possible, which is 8.5.
>> I'm concerned that ${MODTK_VERSION} in the PLIST isn't right.
>>
>> Here's the result for one package:
> 
> So, make sure to look at the result of update-plist, it's not always
> right.
> 
> Another trick would be to add a longer variable *in front* of MODTK_VERSION
> in SUBST_VARS.
> 
> E.g., 
> 
> MODTK_MINVERSION ?= 8.5
> MODTK_MODPATH=modules/${MODTK_MINVERSION}
> 
> SUBST_VARS = ... MODTK_MODPATH MODTK_VERSION ...
> 
> should solve your substitute issue
> 

Thanks.
For now I'll go with manually adjusting the PLIST
and I'll put a note in the Makefile.

Stu

Reply via email to