From owner-svn-ports-all@FreeBSD.ORG Sun Jun 29 08:39:06 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE798F47; Sun, 29 Jun 2014 08:39:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 DC5792557; Sun, 29 Jun 2014 08:39:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5T8d6iV092880; Sun, 29 Jun 2014 08:39:06 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5T8d6fk092879; Sun, 29 Jun 2014 08:39:06 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201406290839.s5T8d6fk092879@svn.freebsd.org> From: Antoine Brodin Date: Sun, 29 Jun 2014 08:39:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359748 - head/audio/qmidinet 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.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2014 08:39:07 -0000 Author: antoine Date: Sun Jun 29 08:39:06 2014 New Revision: 359748 URL: http://svnweb.freebsd.org/changeset/ports/359748 QAT: https://qat.redports.org/buildarchive/r359748/ Log: Mark BROKEN, fails to configure checking for qmake-qt4... no configure: error: qmake not found in current PATH. Maybe QT development environment isn't available (qt-devel). ===> Script "configure" failed unexpectedly. Modified: head/audio/qmidinet/Makefile Modified: head/audio/qmidinet/Makefile ============================================================================== --- head/audio/qmidinet/Makefile Sun Jun 29 08:34:51 2014 (r359747) +++ head/audio/qmidinet/Makefile Sun Jun 29 08:39:06 2014 (r359748) @@ -10,6 +10,8 @@ COMMENT= Sends and receives MIDI over th LICENSE= GPLv2 +BROKEN= Fails to configure + LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack # Perfectly compatible with qt5 as well; just needs a configure fiddle, and