From owner-freebsd-ports@FreeBSD.ORG Mon Dec 15 23:02:44 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E1721065675 for ; Mon, 15 Dec 2008 23:02:44 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: from mail-fx0-f19.google.com (mail-fx0-f19.google.com [209.85.220.19]) by mx1.freebsd.org (Postfix) with ESMTP id A0DFC8FC18 for ; Mon, 15 Dec 2008 23:02:43 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: by fxm12 with SMTP id 12so848316fxm.19 for ; Mon, 15 Dec 2008 15:02:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=9m4+hT4iOFxUJXvleRgFP+FU6Jhz0L5zswWhED/fd7c=; b=PKYLn5a5+v80G+nnznTCLHd9bmjQdPhWFDJZS8AJomVujNwRMmac+xvpdez3Iy5SSF pHRyrrMok23+LsKuCEyzL8Voot3bGsTE5gIC2j/CX81wTmtmjO3rKtcRqDuz8mARKK2V kO+QiA6PK9zCACsbxgqx57QeyLwKP4dKHdzzw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=O4RKyOQzbimsx8VTeqGHxxfljEUrVd5L6UNDBuz5Hv+RlI5BFjIoTAcJigTJwJiYbo e7nJgGYSrs5C1yWEPwF2ZJ97ctTFK8VSe30AwabbAj3J2eZQz3xZ3LYvbCvyfQ3Fc1i9 qRZjUzUQZXLSWpLWbZaTkg99xUGejMF3uT718= Received: by 10.181.144.11 with SMTP id w11mr2706945bkn.27.1229382161945; Mon, 15 Dec 2008 15:02:41 -0800 (PST) Received: by 10.180.209.3 with HTTP; Mon, 15 Dec 2008 15:02:41 -0800 (PST) Message-ID: <28283d910812151502i13a16979sc21453e15db8bbae@mail.gmail.com> Date: Mon, 15 Dec 2008 18:02:41 -0500 From: "matt donovan" To: "Naram Qashat" In-Reply-To: <4946562B.3010205@cyberbotx.com> MIME-Version: 1.0 References: <49463ED0.5040804@bsdforen.de> <4946562B.3010205@cyberbotx.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Dominic Fandrey , freebsd-ports@freebsd.org Subject: Re: firefox3 support in bsd.gecko.mk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2008 23:02:44 -0000 On Mon, Dec 15, 2008 at 8:05 AM, Naram Qashat wrote: > Dominic Fandrey wrote: > >> There is no firefox3 support in bsd.gecko.mk. This seems to keep >> plugins and add-ons that would work in Firefox 3 as well from being >> ported. >> > > As far as I understand, plugins for any Mozilla products are made using > xulrunner now. > > Naram Qashat > > > Regards >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >> >> _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > it's just xulrunner and bsd.gecko.mk has it just that to use xulrunner you have to do make USE_GECKO=xulrunner install. but if you read /usr/ports/UPDATING it tells you how to use plugins inside of firefox3.