From owner-svn-ports-all@FreeBSD.ORG Sat Sep 13 10:20:59 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mandree.no-ip.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01B4B853; Sat, 13 Sep 2014 10:20:58 +0000 (UTC) Received: from [IPv6:::1] (localhost6.localdomain6 [IPv6:::1]) by apollo.emma.line.org (Postfix) with ESMTP id 687D223CF97; Sat, 13 Sep 2014 12:20:57 +0200 (CEST) Message-ID: <54141A89.7090209@FreeBSD.org> Date: Sat, 13 Sep 2014 12:20:57 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r368080 - in head: mail/thunderbird-i18n www/firefox-esr-i18n www/firefox-i18n References: <201409131018.s8DAIf6f030173@svn.freebsd.org> In-Reply-To: <201409131018.s8DAIf6f030173@svn.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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: Sat, 13 Sep 2014 10:20:59 -0000 Am 13.09.2014 um 12:18 schrieb Matthias Andree: > Author: mandree > Date: Sat Sep 13 10:18:41 2014 > New Revision: 368080 > URL: http://svnweb.freebsd.org/changeset/ports/368080 > QAT: https://qat.redports.org/buildarchive/r368080/ > > Log: > Replace BUILD_DEPENDS by USES=gecko:...,build. > > Tested on redports.org, and we have a RUN_DEPENDS on the respective GECKO > application anyways. > > Still required to fix upgrade trouble if the gecko application needs a > rebuild from source (ports) if a requisite .so file has gone away, for > instance, after lang/gcc version upgrades. > > a RUN_DEPENDS anyhow. Yay, bash stripping !... texts from double-quoted strings... This was meant to read: This does not add an .if !defined(PACKAGE_BUILDING) because we there is a RUN_DEPENDS anyhow. So we would not relieve the builders from any strain...