From owner-freebsd-gecko@FreeBSD.ORG Wed Jul 25 06:19:47 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F1441065672 for ; Wed, 25 Jul 2012 06:19:47 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from server2.allsitecontrol.com (server2.allsitecontrol.com [63.143.36.210]) by mx1.freebsd.org (Postfix) with ESMTP id DBB198FC14 for ; Wed, 25 Jul 2012 06:19:46 +0000 (UTC) Received: from tor20.anonymizer.ccc.de ([31.172.30.3]:34486 helo=internal.tormail.org) by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.77) (envelope-from ) id 1Stgpy-001kEC-8w; Tue, 24 Jul 2012 11:16:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:Subject:Cc:To:From; bh=tuGgBVVKlD6rdbYRmmpb0J9EGIVPS983N5NyMMlGpyM=; b=wJqYAUVnOdnKRVw7XDHC2wAFvrf+ZBuh2HjoKLTbYmnp6TKZ+W1rQiuVlhy8S55GkxiyqeYOnkXiVAZpH4W6bT46rqCNXwSsgSc7tBvCoJiYbH/klpykK97hIiHjZz2XMrajNXZD8aNjjDtw8gDHYdFYoL6GqsbDlxPgaY9wL0M=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1Stgoi-000MMp-IA; Tue, 24 Jul 2012 15:14:34 +0000 From: Jan Beich To: AN Date: Wed, 25 Jul 2012 01:14:43 +1000 References: <201207241255.q6OCtYD0023775@trillian.chruetertee.ch> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1Stgoi-000MMp-IA@internal.tormail.org> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server2.allsitecontrol.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tormail.org X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r890 - in branches/experimental: Mk mail/thunderbird mail/thunderbird-esr mail/thunderbird3 www/firefox www/firefox-esr www/firefox-nightly www/firefox36 www/kompozer www/libxul www/libxul19 www/seamonkey X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jul 2012 06:19:47 -0000 AN writes: > On Tue, 24 Jul 2012, svn-freebsd-gecko@chruetertee.ch wrote: > >> Author: jbeich >> Date: Tue Jul 24 12:55:33 2012 >> New Revision: 890 >> >> Log: >> /ports@300943 made it impossible to alter options after bsd.port.pre.mk [...] > Seems broken for me now. > > Checked out revision 890. > [root@FBSD10 /home/root/ff_nightly]# make config > "Makefile", line 62: Could not find > /home/root/ff_nightly/../../www/firefox/Makefile.options > make: fatal errors encountered -- cannot continue > > Lines 62 63 in make file: > .include "${.CURDIR}/../../www/firefox/Makefile.options" > .include Copy the file from www/firefox (freebsd-gecko repo) to www/firefox-nightly then change the include line to .include "${.CURDIR}/Makefile.options" if you want to continue using partial checkout. Gecko ports have more pieces scattered around, besides www/firefox/Makefile.options that I've added: www/seamonkey/pkg-{,de}install.in www/seamonkey/files/mozconfig-generic.in www/firefox/Makefile.webplugins Any change to how they're used can break your setup. Please, use ports-mgmt/portshaker to avoid.