From owner-freebsd-ports@FreeBSD.ORG Sat Mar 17 23:07:24 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 285EF16A404 for ; Sat, 17 Mar 2007 23:07:24 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao101.cox.net (eastrmmtao101.cox.net [68.230.240.7]) by mx1.freebsd.org (Postfix) with ESMTP id C91AF13C480 for ; Sat, 17 Mar 2007 23:07:23 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao101.cox.net (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20070317230724.YBDO2563.eastrmmtao101.cox.net@eastrmimpo02.cox.net>; Sat, 17 Mar 2007 19:07:24 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id bz7N1W0084iy4EG0000000; Sat, 17 Mar 2007 19:07:22 -0400 Date: Sat, 17 Mar 2007 18:09:24 -0500 To: "Garrett Cooper" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <45FC65B2.2060006@u.washington.edu> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <45FC65B2.2060006@u.washington.edu> User-Agent: Opera Mail/9.10 (Linux) Cc: freebsd-ports@freebsd.org Subject: Re: A list of possible ports that require www/mozilla 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: Sat, 17 Mar 2007 23:07:24 -0000 On Sat, 17 Mar 2007 17:03:30 -0500, Garrett Cooper = wrote: > A did a (more) expensive ports tree walk and I found a partial list of= = > ports which may require www/mozilla (or need to be modified = > appropriately to support globally required mozilla properties). The fi= le = > is available at = > . Here is better grep with lesser false positive. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D % find /usr/ports -maxdepth 3 -name Makefile | xargs egrep -l = "www/mozilla$" /usr/ports/java/eclipse-devel/Makefile /usr/ports/mail/enigmail/Makefile /usr/ports/net/penguintv/Makefile /usr/ports/net/penguintv-devel/Makefile /usr/ports/www/openvrml/Makefile /usr/ports/x11-toolkits/hs-gtk2hs/Makefile % find /usr/ports -maxdepth 3 -name Makefile | xargs egrep -l = "www/mozilla[[:cntrl:]].*" /usr/ports/www/openvrml/Makefile % find /usr/ports -maxdepth 3 -name Makefile | xargs egrep -l = "www/mozilla[[:space:]].*" /usr/ports/devel/devhelp/Makefile /usr/ports/www/openvrml/Makefile % find /usr/ports -maxdepth 3 -name Makefile | xargs egrep -l = "www/mozilla.*HEADERS" /usr/ports/www/swfdec-plugin/Makefile % find /usr/ports -maxdepth 3 -name Makefile | xargs egrep -l = "www/.*MOZILLA" /usr/ports/devel/devhelp/Makefile /usr/ports/japanese/mozilla-jlp/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Might need to write a shell script for find any of ports that only have = = "USE_GECKO=3Dmozilla", so can fix these ports to make work with = "USE_GECKO=3Dfirefox xulrunner ". Cheers, Mezz > Also, the list of ports subtrees that I don't update on my 7-CURRENT = > system are as follows: > > > Thanks, > -Garrett -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org