Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2013 14:38:50 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312824 - head/devel/subcommander2
Message-ID:  <201302231438.r1NEcoMW032945@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302231438.r1NEcoMW032945>