From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 18 14:19:12 2005 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EA2216A4CE for ; Fri, 18 Mar 2005 14:19:12 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1BFD43D1F for ; Fri, 18 Mar 2005 14:19:11 +0000 (GMT) (envelope-from onatan@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so184703wra for ; Fri, 18 Mar 2005 06:19:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=muE1VAPe1epq1WE6HZh0D8ZtlrIMaACELNtzqU6SegcCeQuHZospOuR6zCngCsdjyDJuWvC1zcE3y3K19U/VoEQKRK8yCwx0YJt7V2/3pWTr2an25oT+41z+RmaoU85gE5GqwthZY/xDu7YJsmMdzV0YXUhBOhZAxdkFXpowKEA= Received: by 10.54.18.29 with SMTP id 29mr4153999wrr; Fri, 18 Mar 2005 06:19:11 -0800 (PST) Received: by 10.54.31.8 with HTTP; Fri, 18 Mar 2005 06:19:11 -0800 (PST) Message-ID: Date: Fri, 18 Mar 2005 16:19:11 +0200 From: Jonatan B To: freebsd-ports-bugs@freebsd.org, Pav Lucistnik In-Reply-To: <200503162212.j2GMCqOE012838@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <200503162212.j2GMCqOE012838@freefall.freebsd.org> Subject: Re: ports/78774: Update net/libdnet 1.9 -> 1.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jonatan B List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 14:19:12 -0000 > State-Changed-From-To: open->closed > Committed, thanks! I just removed autodetection of python from the checks, > the knob is there and defaults to off. You forgot this line: BUILD_DEPENDS= python:${PORTSDIR}/lang/python The python library is built using a python script, so python must be present for the build to succeed.