svn commit: r359748 - head/audio/qmidinet

Antoine Brodin antoine at FreeBSD.org
Sun Jun 29 08:39:07 UTC 2014


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


More information about the svn-ports-head mailing list