Date: Sat, 4 Jun 2016 17:22:17 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416370 - head/emulators/swine Message-ID: <201606041722.u54HMHKw059951@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Jun 4 17:22:17 2016 New Revision: 416370 URL: https://svnweb.freebsd.org/changeset/ports/416370 Log: Mark BROKEN: fails to stage pyuic4 MainWindow.ui -o MainWindow.py Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/PyQt4/uic/pyuic.py", line 26, in <module> from PyQt4 import QtCore ImportError: No module named sip Reported by: pkg-fallout Modified: head/emulators/swine/Makefile Modified: head/emulators/swine/Makefile ============================================================================== --- head/emulators/swine/Makefile Sat Jun 4 17:19:50 2016 (r416369) +++ head/emulators/swine/Makefile Sat Jun 4 17:22:17 2016 (r416370) @@ -11,6 +11,8 @@ COMMENT= Qt4 graphical Wine frontend LICENSE= GPLv2 +BROKEN= fails to stage + BUILD_DEPENDS= pyrcc4:textproc/py-qt4-xml RUN_DEPENDS= xterm:x11/xterm \ cabextract:archivers/cabextract \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606041722.u54HMHKw059951>