From owner-freebsd-gecko@FreeBSD.ORG Mon May 12 08:46:23 2014 Return-Path: Delivered-To: gecko@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 889E0E58; Mon, 12 May 2014 08:46:23 +0000 (UTC) Received: from mail-ve0-x22a.google.com (mail-ve0-x22a.google.com [IPv6:2607:f8b0:400c:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 26B262A3A; Mon, 12 May 2014 08:46:23 +0000 (UTC) Received: by mail-ve0-f170.google.com with SMTP id db11so8345051veb.15 for ; Mon, 12 May 2014 01:46:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=vQNrmQ0TyHMEU2aRiwrC578m6AxMDmfmeDdykqZ97Lg=; b=Um7jNAOsHSUyenxHydRGiOfKYqk2GE2pp6zBsiIjfq8ELdUgAaejcCJJ5CAyDPbM7b I/RHF3f0dPx7t0LP72j6e0Fhh/U+ZV/aCEf7DgWUdMyJx6HZeCRyB551EkzQ4JTUhEva 2hKsfPY+1tKNZbvO5/M1pjhPf46ZkMETq2j2xwEMCo9Npj1i97Kgl8z7vTJjsjcE8bOM u4vbXoLr8Jn2CRQcgdWMgkj7LsJn1T6DpWH4Ktfv0ioTuE9och5I8xwxCbwcEJZyuZwQ bPgP7pPeNDwu9JEBTQTQBLkgqnShGZkHPJxJeFHY621hEDdcAkDlWzTfMtXqG7Y7UOCE Qavw== MIME-Version: 1.0 X-Received: by 10.58.107.65 with SMTP id ha1mr22523141veb.1.1399884382269; Mon, 12 May 2014 01:46:22 -0700 (PDT) Sender: beat.gaetzi@gmail.com Received: by 10.58.28.238 with HTTP; Mon, 12 May 2014 01:46:22 -0700 (PDT) In-Reply-To: <20140507215138.GA55396@ivaldir.etoilebsd.net> References: <20140507215018.GB17438@ivaldir.etoilebsd.net> <20140507215138.GA55396@ivaldir.etoilebsd.net> Date: Mon, 12 May 2014 10:46:22 +0200 X-Google-Sender-Auth: Txp1D7gMmWX5nqGrK_a6FLdIeUc Message-ID: Subject: Re: Staging mozilla ports From: Beat Gaetzi To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 Cc: gecko@freebsd.org, Florian Smeets X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 08:46:23 -0000 Hi Bapt, 2014-05-07 23:51 GMT+02:00 Baptiste Daroussin : > On Wed, May 07, 2014 at 11:50:18PM +0200, Baptiste Daroussin wrote: >> Hi, >> >> Here is a patch that stagify mozilla ports, it is not well tested at all, but >> for now I do not have time to go further, it needs more testing and probably >> polishing can you guys have a look and commit as soon as possible? >> >> Here is what this patch does: >> - Remove dead code from bsd.gecko.mk >> - Convert USE_GNOME=desktopfileutils to USES=desktop-file-utils >> - Revert hack for .pc files with USES=pathfix >> - Stagify >> >> I have tested properly I guess firefox and libxul (libxul add new files into >> lib/libxul I don't know why, I might have missed something) >> >> seamonkey, thunderbird and firefox-esr were done blindly (not tested) >> >> regards, >> Bapt > > With the patch it is better: > http://people.freebsd.org/~bapt/0002-Stage-support-for-mozilla.patch Thanks a lot. I'll test them and commit it with the next update. Beat > > regards, > Bapt