Re: defining knobs in pkgtools.conf question

2004-05-21 Thread Chiang Seng Chang
but I found this in /var/db/pkg/python/options: # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for python-2.3.3_5 _OPTIONS_READ=python-2.3.3_5 WITH_THREADS=true WITHOUT_HUGE_STACK_SIZE=true WITH_UCS2=true WITH_PYMALLOC=true So I suppose the safest

Re: defining knobs in pkgtools.conf question

2004-05-20 Thread Andy Smith
On Wed, May 19, 2004 at 02:20:55PM -0400, Chiang Seng Chang wrote: === quote === OPTIONS=THREADS Enable thread support on \ HUGE_STACK_SIZE Use a larger thread stack off \ UCS2 Use UCS2 instead of UCS4 for unicode support off \

defining knobs in pkgtools.conf question

2004-05-19 Thread Chiang Seng Chang
Hi, This is from the lang/python Makefile === quote === OPTIONS=THREADS Enable thread support on \ HUGE_STACK_SIZE Use a larger thread stack off \ UCS2 Use UCS2 instead of UCS4 for unicode support off \ PYMALLOC Uses python's internal malloc