aboutsummaryrefslogtreecommitdiffstats
path: root/security/pssh
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2007-07-06 23:44:09 +0800
committerbrooks <brooks@FreeBSD.org>2007-07-06 23:44:09 +0800
commit9300bec6256ff86475532ab8eeb866f42ba3ddf7 (patch)
tree59ed174d619cd6b80262ad1749f934e4c251dadc /security/pssh
parent8651632a4e0927c33ae99939a0fd950984e9bff8 (diff)
downloadfreebsd-ports-gnome-9300bec6256ff86475532ab8eeb866f42ba3ddf7.tar.gz
freebsd-ports-gnome-9300bec6256ff86475532ab8eeb866f42ba3ddf7.tar.zst
freebsd-ports-gnome-9300bec6256ff86475532ab8eeb866f42ba3ddf7.zip
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
Diffstat (limited to 'security/pssh')
-rw-r--r--security/pssh/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/pssh/Makefile b/security/pssh/Makefile
index bf69c340b53b..d7c2fb597d2b 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