From owner-svn-ports-branches@FreeBSD.ORG Wed Aug 20 03:59:14 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E84D3345; Wed, 20 Aug 2014 03:59:14 +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 D212A3497; Wed, 20 Aug 2014 03:59:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7K3xEUO047333; Wed, 20 Aug 2014 03:59:14 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7K3xEBi047332; Wed, 20 Aug 2014 03:59:14 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201408200359.s7K3xEBi047332@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 20 Aug 2014 03:59:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r365431 - branches/2014Q3/www/chromium X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2014 03:59:15 -0000 Author: bdrewery Date: Wed Aug 20 03:59:14 2014 New Revision: 365431 URL: http://svnweb.freebsd.org/changeset/ports/365431 QAT: https://qat.redports.org/buildarchive/r365431/ Log: Attempt to fix build by reverting bits not planned to be MFC'd Modified: branches/2014Q3/www/chromium/Makefile Modified: branches/2014Q3/www/chromium/Makefile ============================================================================== --- branches/2014Q3/www/chromium/Makefile Wed Aug 20 00:25:18 2014 (r365430) +++ branches/2014Q3/www/chromium/Makefile Wed Aug 20 03:59:14 2014 (r365431) @@ -58,9 +58,10 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/l ONLY_FOR_ARCHS= i386 amd64 USES= bison compiler:c++11-lib cpe desktop-file-utils pkgconfig \ - perl5 shebangfix ninja tar:xz python:2,build execinfo + perl5 shebangfix ninja tar:xz CPE_VENDOR= The Chromium Project USE_PERL5= build +USE_PYTHON_BUILD= 2 USE_XORG= scrnsaverproto x11 xproto xscrnsaver xtst USE_GNOME= glib20 gtk20 dconf libxslt USE_OPENSSL= yes # must be from base to prevent a link failure against cups @@ -171,6 +172,9 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- .if ${OSVERSION} >= 1000052 && !exists(${LOCALBASE}/include/execinfo.h) EXTRA_PATCHES+= ${FILESDIR}/extra-patch-fixup-execinfo .endif +.if ${OSVERSION} < 1000052 +LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo +.endif .if ${PORT_OPTIONS:MTEST} .include "Makefile.tests"