svn commit: r389870 - head/editors/codelite

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 16 22:59:01 UTC 2015


Author: amdmi3
Date: Tue Jun 16 22:59:00 2015
New Revision: 389870
URL: https://svnweb.freebsd.org/changeset/ports/389870

Log:
  - Mark BROKEN on < 10.x:
  
  /usr/local/include/wx-3.0/wx/strvararg.h:25:27: error: type_traits: No such file or directory

Modified:
  head/editors/codelite/Makefile

Modified: head/editors/codelite/Makefile
==============================================================================
--- head/editors/codelite/Makefile	Tue Jun 16 22:21:25 2015	(r389869)
+++ head/editors/codelite/Makefile	Tue Jun 16 22:59:00 2015	(r389870)
@@ -14,6 +14,9 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
 RUN_DEPENDS=	xterm:${PORTSDIR}/x11/xterm
 
+BROKEN_FreeBSD_8=	does not build on FreeBSD < 10.x
+BROKEN_FreeBSD_9=	does not build on FreeBSD < 10.x
+
 OPTIONS_DEFINE=	CSCOPE CLANG NLS
 CSCOPE_DESC=	CScope integration
 CLANG_DESC=	Clang code-completion


More information about the svn-ports-all mailing list