From owner-svn-ports-all@freebsd.org Sat Jun 4 17:22:19 2016 Return-Path: <owner-svn-ports-all@freebsd.org> Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40D2FB69F3B; Sat, 4 Jun 2016 17:22:19 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BA1E11A5; Sat, 4 Jun 2016 17:22:18 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u54HMHfd059952; Sat, 4 Jun 2016 17:22:17 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u54HMHKw059951; Sat, 4 Jun 2016 17:22:17 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201606041722.u54HMHKw059951@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin <antoine@FreeBSD.org> Date: Sat, 4 Jun 2016 17:22:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416370 - head/emulators/swine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-all>, <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all/> List-Post: <mailto:svn-ports-all@freebsd.org> List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-all>, <mailto:svn-ports-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 04 Jun 2016 17:22:19 -0000 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 \