From owner-freebsd-python@FreeBSD.ORG Tue Jul 2 11:10:03 2013 Return-Path: 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 ; 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 ; 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 ; 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 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 List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 To: bug-followup@FreeBSD.org, Jaap Akkerhuis 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