From owner-freebsd-python@FreeBSD.ORG  Tue Jul  2 11:10:03 2013
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: freebsd-python@smarthost.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by hub.freebsd.org (Postfix) with ESMTP id 327B2B7C
 for <freebsd-python@smarthost.ysv.freebsd.org>;
 Tue,  2 Jul 2013 11:10:03 +0000 (UTC)
 (envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org
 [IPv6:2001:1900:2254:206c::16:87])
 by mx1.freebsd.org (Postfix) with ESMTP id 0D2401678
 for <freebsd-python@smarthost.ysv.freebsd.org>;
 Tue,  2 Jul 2013 11:10:03 +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 r62BA2qY095840
 for <freebsd-python@freefall.freebsd.org>; Tue, 2 Jul 2013 11:10:02 GMT
 (envelope-from gnats@freefall.freebsd.org)
Received: (from gnats@localhost)
 by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r62BA2Ed095839;
 Tue, 2 Jul 2013 11:10:02 GMT (envelope-from gnats)
Date: Tue, 2 Jul 2013 11:10:02 GMT
Message-Id: <201307021110.r62BA2Ed095839@freefall.freebsd.org>
To: freebsd-python@FreeBSD.org
Cc: 
From: Mathieu Arnold <mat@mat.cc>
Subject: Re: ports/179812: Extract the python part from dns/ldns into
 dns/py-ldns
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
Reply-To: Mathieu Arnold <mat@mat.cc>
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: Tue, 02 Jul 2013 11:10:03 -0000

The following reply was made to PR ports/179812; it has been noted by GNATS.

From: Mathieu Arnold <mat@mat.cc>
To: bug-followup@FreeBSD.org, Jaap Akkerhuis <jaap@NLnetLabs.nl>
Cc:  
Subject: Re: ports/179812: Extract the python part from dns/ldns into
 dns/py-ldns
Date: Tue, 02 Jul 2013 13:05:40 +0200

 Hi,
 
 Ah, yes, I missed that part.
 
 What about enclosing the post-configure, post-build and post-install inside
 a .if !defined(BUILD_PYLDNS) ?
 There's no point of adding them if they're empty anyway.
 
 -- 
 Mathieu Arnold