Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Dec 2014 00:10:15 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374935 - head/www/mod_spdy
Message-ID:  <201412190010.sBJ0AF4Z072519@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Dec 19 00:10:14 2014
New Revision: 374935
URL: https://svnweb.freebsd.org/changeset/ports/374935
QAT: https://qat.redports.org/buildarchive/r374935/

Log:
  Attempt to unbreak index on freebsd < 9.2 too

Modified:
  head/www/mod_spdy/Makefile

Modified: head/www/mod_spdy/Makefile
==============================================================================
--- head/www/mod_spdy/Makefile	Thu Dec 18 23:52:12 2014	(r374934)
+++ head/www/mod_spdy/Makefile	Fri Dec 19 00:10:14 2014	(r374935)
@@ -61,7 +61,8 @@ USE_GCC?=	yes
 GYP_DEFINES+=	gcc_version=${CXX:S/g++//}
 .else
 .if ${OSVERSION} < 902000
-BUILD_DEPENDS+=	${LOCALBASE}/bin/clang32:${PORTSDIR}/lang/clang32
+BROKEN=		Depends on deleted lang/llvm32
+#BUILD_DEPENDS+=	${LOCALBASE}/bin/clang32:${PORTSDIR}/lang/clang32
 CC=		${LOCALBASE}/bin/clang32
 CXX=		${LOCALBASE}/bin/clang++32
 .else



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