From owner-freebsd-python@FreeBSD.ORG  Mon Mar  3 16:07:42 2014
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: python@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id E473D15C
 for <python@FreeBSD.org>; Mon,  3 Mar 2014 16:07:42 +0000 (UTC)
Received: from mail.jinr.ru (mail.jinr.ru [159.93.14.110])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by mx1.freebsd.org (Postfix) with ESMTPS id 9D0009D7
 for <python@FreeBSD.org>; Mon,  3 Mar 2014 16:07:42 +0000 (UTC)
Received: from localhost (localhost.localdomain [127.0.0.1])
 by mail.jinr.ru (Postfix) with ESMTP id A03CC40A019
 for <python@FreeBSD.org>; Mon,  3 Mar 2014 19:59:15 +0400 (MSK)
X-Virus-Scanned: amavisd-new at jinr.ru
Received: from mail.jinr.ru ([127.0.0.1])
 by localhost (mail.jinr.ru [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id woSQe-1m8yXb for <python@FreeBSD.org>;
 Mon,  3 Mar 2014 19:59:15 +0400 (MSK)
Received: from [127.0.0.1] (kws.jinr.ru [159.93.12.100])
 (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))
 (No client certificate requested) (Authenticated sender: kirill)
 by mail.jinr.ru (Postfix) with ESMTPSA id 8561040A017
 for <python@FreeBSD.org>; Mon,  3 Mar 2014 19:59:15 +0400 (MSK)
Message-ID: <5314A6D1.908@jinr.ru>
Date: Mon, 03 Mar 2014 19:59:13 +0400
From: Kirill Angelov <kirill@jinr.ru>
Organization: NOC JINR
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64;
 rv:24.0) Gecko/20100101 Thunderbird/24.3.0
MIME-Version: 1.0
To: python@FreeBSD.org
Subject: systems without NIS
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 03 Mar 2014 16:07:43 -0000

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