From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 23 10:00:13 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4311916A40A for ; Fri, 23 Feb 2007 10:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 09A1813C47E for ; Fri, 23 Feb 2007 10:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l1NA0CCE087831 for ; Fri, 23 Feb 2007 10:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l1NA0CCq087830; Fri, 23 Feb 2007 10:00:12 GMT (envelope-from gnats) Resent-Date: Fri, 23 Feb 2007 10:00:12 GMT Resent-Message-Id: <200702231000.l1NA0CCq087830@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nivit@FreeBSD.org (Nicola Vitale) Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D09C116A400 for ; Fri, 23 Feb 2007 09:53:52 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from vsmtp12.tin.it (vsmtp12.tin.it [212.216.176.206]) by mx1.freebsd.org (Postfix) with ESMTP id 9708F13C467 for ; Fri, 23 Feb 2007 09:53:50 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from localhost (87.15.149.126) by vsmtp12.tin.it (7.2.072.1) id 45C2434C025E196C for FreeBSD-gnats-submit@freebsd.org; Fri, 23 Feb 2007 10:53:49 +0100 Received: (qmail 16389 invoked by uid 0); 23 Feb 2007 09:52:17 -0000 Message-Id: <20070223095217.16388.qmail@arancino> Date: 23 Feb 2007 09:52:17 -0000 From: nivit@FreeBSD.org (Nicola Vitale) To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/109453: [PATCH] www/py-htmltestcase: fix build on pointyhat X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Feb 2007 10:00:13 -0000 >Number: 109453 >Category: ports >Synopsis: [PATCH] www/py-htmltestcase: fix build on pointyhat >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 23 10:00:12 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Nicola Vitale >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD arancino.domo.sva 6.2-STABLE FreeBSD 6.2-STABLE #11: Mon Jan 15 17:21:21 CET 2007 >Description: - Fix build on pointyhat Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py24-htmltestcase-0.2.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/py-htmltestcase/Makefile /usr/ports/www/py-htmltestcase.fix_build/Makefile --- /usr/ports/www/py-htmltestcase/Makefile Fri Jun 25 10:58:59 2004 +++ /usr/ports/www/py-htmltestcase.fix_build/Makefile Fri Feb 23 10:26:00 2007 @@ -16,9 +16,13 @@ COMMENT= A python html unit testing RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ClientCookie/__init__.py:${PORTSDIR}/devel/py-clientcookie\ - ${PYTHON_SITELIBDIR}/ClientForm.py:${PORTSDIR}/www/py-clientform + ${PYTHON_SITELIBDIR}/${PYCLIENTFORM_EGG}:${PORTSDIR}/www/py-clientform USE_PYTHON= yes USE_PYDISTUTILS= yes -.include +.include + +PYCLIENTFORM_EGG!= ${MAKE} -f ${PORTSDIR}/www/py-clientform/Makefile -V PYCLIENTFORM_EGG + +.include --- py24-htmltestcase-0.2.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: