svn commit: r312824 - head/devel/subcommander2

Martin Wilke miwi at FreeBSD.org
Sat Feb 23 14:38:50 UTC 2013


Author: miwi
Date: Sat Feb 23 14:38:49 2013
New Revision: 312824
URL: http://svnweb.freebsd.org/changeset/ports/312824

Log:
  - Broken dose not build
  
  checking for X... no
  checking for Qt... test: ./configure:: unexpected operator
  yes, but it is a wrong version
  configure: error: found qt version ./configure: /usr/local/bin/moc-qt4: not found but I need 4.3.0+

Modified:
  head/devel/subcommander2/Makefile

Modified: head/devel/subcommander2/Makefile
==============================================================================
--- head/devel/subcommander2/Makefile	Sat Feb 23 14:32:48 2013	(r312823)
+++ head/devel/subcommander2/Makefile	Sat Feb 23 14:38:49 2013	(r312824)
@@ -19,6 +19,8 @@ LIB_DEPENDS=	boost_thread:${PORTSDIR}/de
 LATEST_LINK=	subcommander2
 CONFLICTS=	subcommander-1.*
 
+BROKEN=		does not build
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R:S,.b,b,}p${PORTVERSION:E}
 
 USE_DOS2UNIX=	*.cpp *.h


More information about the svn-ports-head mailing list