Date: Sat, 17 Mar 2007 18:09:24 -0500 From: "Jeremy Messenger" <mezz7@cox.net> To: "Garrett Cooper" <youshi10@u.washington.edu> Cc: freebsd-ports@freebsd.org Subject: Re: A list of possible ports that require www/mozilla Message-ID: <op.tpcvxyql9aq2h7@mezz.mezzweb.com> In-Reply-To: <45FC65B2.2060006@u.washington.edu> References: <45FC65B2.2060006@u.washington.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 17 Mar 2007 17:03:30 -0500, Garrett Cooper = <youshi10@u.washington.edu> 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 = > <http://students.washington.edu/youshi10/posted/mozilla.found>. 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 <goes on>". Cheers, Mezz > Also, the list of ports subtrees that I don't update on my 7-CURRENT = > system are as follows: > <snip> > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.tpcvxyql9aq2h7>