From owner-freebsd-python@FreeBSD.ORG Sat Feb 1 18:40:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.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 A0990C6F for ; Sat, 1 Feb 2014 18:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D3701392 for ; Sat, 1 Feb 2014 18:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s11Ie1c7023356 for ; Sat, 1 Feb 2014 18:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s11Ie1BZ023355; Sat, 1 Feb 2014 18:40:01 GMT (envelope-from gnats) Date: Sat, 1 Feb 2014 18:40:01 GMT Message-Id: <201402011840.s11Ie1BZ023355@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Garrett Cooper Subject: Re: ports/186351: lang/python27 does not install when WITHOUT_NIS=YES is used X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Garrett Cooper List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Feb 2014 18:40:01 -0000 The following reply was made to PR ports/186351; it has been noted by GNATS. From: Garrett Cooper To: bug-followup@FreeBSD.org, bsd@dino.sk Cc: Subject: Re: ports/186351: lang/python27 does not install when WITHOUT_NIS=YES is used Date: Sat, 1 Feb 2014 10:35:05 -0800 This is a dupe of ports/186192. There was another PR I filed a couple years ago where I noted = that this was an issue, but because pkg_install was not pedantic about = file manifest lists, it wasn=92t an issue (just noise when creating the = port). I=92ll either find my previous PR and update the patch, or add = an updated patch to ports/186192. Thanks! -Garrett=