OK; guess I didn't follow the cmake 1.1 discussion (somehow). So for current ports that use cmake 1.0, updating looks to involve 2 parts:
1) "1.0" -> "1.1" 2) remove the "cmake.out_of_source yes" line and comment. Initial testing looks like that's all I need to do. Does that sound correct? - MLD On Wed, Mar 21, 2018, at 6:33 PM, Ryan Schmidt wrote: > On Mar 21, 2018, at 16:46, Michael Dickens wrote: > > +PortGroup cmake 1.0 > > > +# do VPATH (out of source tree) build > > + > > +cmake.out_of_source yes > > New ports (and old ports, as time permits) should use the cmake 1.1 > portgroup instead of the cmake 1.0 portgroup. cmake 1.1 defaults to out > of source builds, and has other improvements.
