ports/109453: [PATCH] www/py-htmltestcase: fix build on pointyhat
Nicola Vitale
nivit at FreeBSD.org
Fri Feb 23 10:00:13 UTC 2007
>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:
More information about the freebsd-ports-bugs
mailing list