svn commit: r416370 - head/emulators/swine

Antoine Brodin antoine at FreeBSD.org
Sat Jun 4 17:22:19 UTC 2016


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 \


More information about the svn-ports-head mailing list