aboutsummaryrefslogtreecommitdiff
path: root/games/py-pychess
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-04-10 16:55:07 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-04-10 16:55:07 +0000
commit3e4f0028cf7a63694516118a2e7e601c62efb42d (patch)
treeb373ae285c0408af728029893c70f494944bb73a /games/py-pychess
parent1533849df74b305f1fd04910375a0ee2276281a2 (diff)
downloadports-3e4f0028cf7a63694516118a2e7e601c62efb42d.tar.gz
ports-3e4f0028cf7a63694516118a2e7e601c62efb42d.zip
Mark broken when built using poudriere:
Unable to init server: Could not connect to 127.0.0.1: Connection refused Unable to init server: Could not connect to 127.0.0.1: Connection refused (setup.py:36566): Gtk-CRITICAL **: 10:11:13.230: gtk_icon_theme_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed (setup.py:36566): Gtk-CRITICAL **: 10:11:13.315: _gtk_style_provider_private_get_settings: assertion 'GTK_IS_STYLE_PROVIDER_PRIVATE (provider)' failed (setup.py:36566): Gtk-CRITICAL **: 10:11:13.315: _gtk_style_provider_private_get_settings: assertion 'GTK_IS_STYLE_PROVIDER_PRIVATE (provider)' failed (setup.py:36566): Gtk-CRITICAL **: 10:11:13.315: _gtk_style_provider_private_get_settings: assertion 'GTK_IS_STYLE_PROVIDER_PRIVATE (provider)' failed *** Signal 11 Tested on: powerpc64 Confirmed on: amd64
Notes
Notes: svn path=/head/; revision=531332
Diffstat (limited to 'games/py-pychess')
-rw-r--r--games/py-pychess/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/py-pychess/Makefile b/games/py-pychess/Makefile
index 079a74f997da..2dc62ca96cdb 100644
--- a/games/py-pychess/Makefile
+++ b/games/py-pychess/Makefile
@@ -19,6 +19,10 @@ COMMON_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} \
RUN_DEPENDS= ${COMMON_DEPENDS}
BUILD_DEPENDS= ${COMMON_DEPENDS}
+.if defined(PACKAGE_BUILDING)
+BROKEN= fails to install: Unable to init server: Could not connect to 127.0.0.1: Connection refused
+.endif
+
USES= desktop-file-utils display gettext gnome python:3.3+
USE_GSTREAMER1= yes
USE_PYTHON= distutils autoplist