K 10 svn:author V 6 marino K 8 svn:date V 27 2016-02-06T23:11:40.410463Z K 7 svn:log V 478 devel/ncurses: Prevent configure from touching LOCALBASE Synth detected that devel/ncurses was touching $LOCALBASE/lib during the build, and narrowing it down, it turned out to be configure: Modified files/directories: usr/local/lib [ modification ] Throught manual inspect, I tracked this down to the long names support test. Caching the conf value to "yes" results in all phases between configure and stage (inclusive) not touch base. Approved by: just fix it END