Skip site navigation (1)Skip section navigation (2)
Date:      23 Feb 2007 09:52:17 -0000
From:      nivit@FreeBSD.org (Nicola Vitale)
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/109453: [PATCH] www/py-htmltestcase: fix build on pointyhat
Message-ID:  <20070223095217.16388.qmail@arancino>
Resent-Message-ID: <200702231000.l1NA0CCq087830@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+PYCLIENTFORM_EGG!=	${MAKE} -f ${PORTSDIR}/www/py-clientform/Makefile -V PYCLIENTFORM_EGG
+
+.include <bsd.port.post.mk>
--- py24-htmltestcase-0.2.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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