From owner-svn-ports-all@FreeBSD.ORG Mon Sep 1 21:58:54 2014 Return-Path: Delivered-To: svn-ports-all@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 382751D0; Mon, 1 Sep 2014 21:58:54 +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 24C5C185F; Mon, 1 Sep 2014 21:58:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s81LwrZl090434; Mon, 1 Sep 2014 21:58:53 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s81Lwr4j090433; Mon, 1 Sep 2014 21:58:53 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201409012158.s81Lwr4j090433@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 1 Sep 2014 21:58:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366965 - in head/www/chromium: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2014 21:58:54 -0000 Author: rene Date: Mon Sep 1 21:58:53 2014 New Revision: 366965 URL: http://svnweb.freebsd.org/changeset/ports/366965 QAT: https://qat.redports.org/buildarchive/r366965/ Log: Fix build on local systems when ffmpeg-2.3.3 is installed. This removes the need for files/extra-patch-manual-amd64 PR: 193187 Submitted by: Jan Beich Deleted: head/www/chromium/files/extra-patch-manual-amd64 Modified: head/www/chromium/Makefile Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Mon Sep 1 21:50:14 2014 (r366964) +++ head/www/chromium/Makefile Mon Sep 1 21:58:53 2014 (r366965) @@ -13,7 +13,7 @@ COMMENT= Mostly BSD-licensed web browser LICENSE= BSD3CLAUSE LGPL21 MPL LICENSE_COMB= multi -CFLAGS+= -fno-stack-protector +CFLAGS+= -fno-stack-protector -isystem${LOCALBASE}/include BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ bash:${PORTSDIR}/shells/bash \ @@ -207,11 +207,6 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- CONFIGURE_ENV+= AR=/usr/bin/ar .endif -# fix for non-poudriere builds, but it confuses pkg-builder on i386 -.if ${ARCH} == amd64 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-manual-amd64 -.endif - # according to portlint the below is passed via bsd.port.mk, # but 'make -V CONFIGURE_ENV' does not show it: CONFIGURE_ENV+= CFLAGS="${CFLAGS}" \