Date: Mon, 03 Mar 2014 19:59:13 +0400 From: Kirill Angelov <kirill@jinr.ru> To: python@FreeBSD.org Subject: systems without NIS Message-ID: <5314A6D1.908@jinr.ru>
next in thread | raw e-mail | index | archive | help
Hello, there are problems with python 2.7, 3.3 reinstall in systems without nis. String .if !exists(/usr/bin/ypcat) || defined(WITHOUT_NIS) # the world with NO_NIS do nothing, because /usr/bin/ypcat is still exist after make delete-old, and option WITHOUT_NIS seems to be undefined (in my case it's specified at /etc/src.conf) Imho, best solution is new option NIS for OPTIONS_DEFINE menu at python ports Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5314A6D1.908>