From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 24 16:10:04 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D04B106566C for ; Mon, 24 Oct 2011 16:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 45F988FC0A for ; Mon, 24 Oct 2011 16:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9OGA3GP009759 for ; Mon, 24 Oct 2011 16:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9OGA3bF009758; Mon, 24 Oct 2011 16:10:03 GMT (envelope-from gnats) Date: Mon, 24 Oct 2011 16:10:03 GMT Message-Id: <201110241610.p9OGA3bF009758@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mohacsi Janos Cc: Subject: Re: ports/161963: [MAINTAINER] net-p2p/py26-BitTornado: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mohacsi Janos List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2011 16:10:04 -0000 The following reply was made to PR ports/161963; it has been noted by GNATS. From: Mohacsi Janos To: Ruslan Mahmatkhanov Cc: Janos Mohacsi , FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/161963: [MAINTAINER] net-p2p/py26-BitTornado: [SUMMARIZE CHANGES] Date: Mon, 24 Oct 2011 18:04:07 +0200 On 10/24/11 16:12, Ruslan Mahmatkhanov wrote: > >> -WX_COMPS= python >> +WX_COMPS= ${PYTHON_CMD} > > Hi, Janos. > > This change is wrong. "WX_COMPS=python" means that this port needs > x11-toolkits/wxPython28 port for building/running. Please see > Mk/bsd.wx.mk. This need to be fixed. > You are right. After fixing the port I check the port with the portlint tool. portlint suggested changing the python to ${PYTHON_CMD}. I accepted it without checking the consequences. Please remove this changes from the Makefile. Should I send a new patch? Best Regards, Janos Mohacsi