From owner-freebsd-python@FreeBSD.ORG Tue Jul 2 12:20:02 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 2BFCBA18 for ; Tue, 2 Jul 2013 12:20:02 +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 04C501993 for ; Tue, 2 Jul 2013 12:20:02 +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 r62CK1kC010395 for ; Tue, 2 Jul 2013 12:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r62CK1be010394; Tue, 2 Jul 2013 12:20:01 GMT (envelope-from gnats) Date: Tue, 2 Jul 2013 12:20:01 GMT Message-Id: <201307021220.r62CK1be010394@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Jaap Akkerhuis 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: Jaap Akkerhuis List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jul 2013 12:20:02 -0000 The following reply was made to PR ports/179812; it has been noted by GNATS. From: Jaap Akkerhuis To: Mathieu Arnold Cc: bug-followup@FreeBSD.org Subject: Re: ports/179812: Extract the python part from dns/ldns into dns/py-ldns Date: Tue, 02 Jul 2013 14:12:49 +0200 Hi, >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. I personally dislike nested .if statements and try to avoid them but yes, it likely works just as well. jaap