On Tue, May 01, 2018 at 04:39:07PM +0300, IL Ka wrote: > > > > Take it from someone who has been working with ports on OpenBSD for 12+ > > years, FLAVORs are not the answer. > > > Hm... What is wrong with flavors? > > > just mount /home with wxallowed, or use a different filesystem > I rebuilt python without of wxneeded from ports, and it works now. > Do you think this approach is bad? Yes, it is bad.
You should modify the lang/python module and make sure W|X ports get W|X Python flavor, while not W|X ports get W^X or W|X (depending on which Python flavor you already installed) Python flavor. But this is complicated, so the only good approach is to fix W|X ports. Offtopic: lang/node is going to be W^X soon :)