From owner-svn-ports-head@FreeBSD.ORG Fri Dec 19 00:10:16 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 261D2B59; Fri, 19 Dec 2014 00:10:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1203A21A3; Fri, 19 Dec 2014 00:10:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBJ0AFXK072520; Fri, 19 Dec 2014 00:10:15 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBJ0AF4Z072519; Fri, 19 Dec 2014 00:10:15 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201412190010.sBJ0AF4Z072519@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 19 Dec 2014 00:10:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374935 - head/www/mod_spdy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2014 00:10:16 -0000 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