From owner-freebsd-python@FreeBSD.ORG Sat Jan 5 11:40:36 2008 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06D0A16A47F for ; Sat, 5 Jan 2008 11:40:36 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id D224913C4EB for ; Sat, 5 Jan 2008 11:40:35 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1JB7OE-0005Y2-La; Sat, 05 Jan 2008 14:40:34 +0300 To: freebsd-python@FreeBSD.org From: Boris Samorodov Date: Sat, 05 Jan 2008 14:39:00 +0300 Message-ID: <40161547@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linimon@FreeBSD.org Subject: devel/py-cheetah: remove ignore if PACKAGE_BUILDING is set X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 11:40:36 -0000 Hi All, as I can see from the last commit to the port, the port doesn't build (depends on two python versions). Can't reproduce it at my tinderbox (though I did it for the first time and can't say it it was ever the case for my tinderbox). Neighter can I find any traces of build failures: http://portsmon.freebsd.org/portoverview.py?category=devel&portname=py-cheetah&wildcard= BTW, the maintainer is ports@ . May I commit the following patch: ----- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/py-cheetah/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 9 Nov 2007 22:45:00 -0000 1.8 +++ Makefile 5 Jan 2008 11:25:29 -0000 @@ -18,10 +18,6 @@ BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS= ${BUILD_DEPENDS} -.if defined(PACKAGE_BUILDING) -IGNORE= cannot package: will depend on 2 pythons until py-cheetah is converted to easy_install support -.endif - USE_PYTHON= yes USE_PYDISTUTILS=easy_install PYDISTUTILS_PKGNAME= Cheetah ----- Thanks! WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve