From 9300bec6256ff86475532ab8eeb866f42ba3ddf7 Mon Sep 17 00:00:00 2001 From: brooks Date: Fri, 6 Jul 2007 15:44:09 +0000 Subject: Further testing indicates that a majority of connections fail, apparently due to mishandling of EINTR in select. It looks like this is simlar to the problem reported in Python bug linked below, but thus far I have been unable to work around it. Until that happens, mark this port IGNORE to prevent disappointment. https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1049450&group_id=5470 --- security/pssh/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'security/pssh') diff --git a/security/pssh/Makefile b/security/pssh/Makefile index bf69c340b53..d7c2fb597d2 100644 --- a/security/pssh/Makefile +++ b/security/pssh/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools \ rsync:${PORTSDIR}/net/rsync +IGNORE= most connections fail with bogus error + USE_PYTHON= YES USE_PYDISTUTILS=yes -- cgit