Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Jan 2008 14:39:00 +0300
From:      Boris Samorodov <bsam@ipt.ru>
To:        freebsd-python@FreeBSD.org
Cc:        linimon@FreeBSD.org
Subject:   devel/py-cheetah: remove ignore if PACKAGE_BUILDING is set
Message-ID:  <40161547@bb.ipt.ru>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40161547>