Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-26 Thread Warren Block
On Wed, 26 Aug 2009, Doug Barton wrote: Jonathan wrote: On 8/24/2009 8:23 PM, Andrew Reilly wrote: Is there any convenient way to list dependencies hierarchially, rather than the flat set that pkg_info -r provides? I've found pkg_tree to be useful for that. http://www.freebsd.org/cgi/url.cgi

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-26 Thread Doug Barton
Jonathan wrote: > On 8/24/2009 8:23 PM, Andrew Reilly wrote: >> Is there any convenient way to list dependencies hierarchially, >> rather than the flat set that pkg_info -r provides? > > I've found pkg_tree to be useful for that. > http://www.freebsd.org/cgi/url.cgi?ports/ports-mgmt/pkg_tree/pkg-d

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-25 Thread Jonathan
On 8/24/2009 8:23 PM, Andrew Reilly wrote: Is there any convenient way to list dependencies hierarchially, rather than the flat set that pkg_info -r provides? I've found pkg_tree to be useful for that. http://www.freebsd.org/cgi/url.cgi?ports/ports-mgmt/pkg_tree/pkg-descr The feature I use the

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-25 Thread Miroslav Lachman
Doug Barton wrote: Andrew Reilly wrote: [...] but I don't see a ready equivalent to this with portmaster, hence my dumb script. In particular, I don't think that portmaster can combine the -r and -x flags (depend and exclude), Ummm, why not? It's a little hard to represent in the man pag

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-25 Thread Miroslav Lachman
Andrew Reilly wrote: On Sun, Aug 23, 2009 at 10:26:25PM -0400, Joe Marcus Clarke wrote: You can set WITH_GECKO=libxul in make.conf, and most of these should go away. I've done that (and installed libxul!) and re-built all of the ports in firefox-2.*/+REQUIRED_BY, and my list is now: alacart

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-25 Thread Andrew Reilly
Hi Doug, On Mon, Aug 24, 2009 at 11:31:42PM -0700, Doug Barton wrote: > portmaster -x firefox -r firefox-2.34 > (substitute the actual value for the installed firefox port) > > but it should work. > > There are at least three other ways to do something similar. One would > be to use -i instead o

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-25 Thread Michel Talon
Andrew Reilly wrote: > I've stopped using portupgrade in favour of portmaster, but I > don't see a ready equivalent to this with portmaster, hence my > dumb script. In particular, I don't think that portmaster can > combine the -r and -x flags (depend and exclude), and when I've > done -f -r in c

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-24 Thread Doug Barton
Andrew Reilly wrote: > On Mon, Aug 24, 2009 at 06:18:47PM -0700, Kevin Oberman wrote: >> If you have portupgrade, I would suggest 'portupgrade -rfx firefox >> firefox'. portupgrade works by building a dependency graph of the needed >> ports and builds te tree from the root. This should get rid of a

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-24 Thread Andrew Reilly
On Mon, Aug 24, 2009 at 07:54:35PM -0700, Kevin Oberman wrote: > > Date: Tue, 25 Aug 2009 12:11:35 +1000 > > From: Andrew Reilly > > Maybe the list will get shorter if I just repeat the rebuild > > process a few times?... > > It will, but using the order from the command above will save time. Fo

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-24 Thread b. f.
>Is there any convenient way to list dependencies hierarchially, >rather than the flat set that pkg_info -r provides? Yes, there is the ports-mgmt/pkg_tree port, and if you want better or more flexible graphics, you could write a script to swing through parts of a ports tree, invoke make(1) to fin

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-24 Thread Kevin Oberman
> Date: Tue, 25 Aug 2009 12:11:35 +1000 > From: Andrew Reilly > > On Mon, Aug 24, 2009 at 06:18:47PM -0700, Kevin Oberman wrote: > > > Date: Tue, 25 Aug 2009 10:23:59 +1000 > > > From: Andrew Reilly > > > Is there any convenient way to list dependencies hierarchially, > > > rather than the flat

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-24 Thread Andrew Reilly
On Mon, Aug 24, 2009 at 06:18:47PM -0700, Kevin Oberman wrote: > > Date: Tue, 25 Aug 2009 10:23:59 +1000 > > From: Andrew Reilly > > Is there any convenient way to list dependencies hierarchially, > > rather than the flat set that pkg_info -r provides? > > How did you sequence the re-builds? I'd

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-24 Thread Kevin Oberman
> Date: Tue, 25 Aug 2009 10:23:59 +1000 > From: Andrew Reilly > Sender: owner-freebsd-gn...@freebsd.org > > On Sun, Aug 23, 2009 at 10:26:25PM -0400, Joe Marcus Clarke wrote: > > You can set WITH_GECKO=libxul in make.conf, and most of these should go > > away. > > I've done that (and installed l

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-24 Thread Andrew Reilly
On Sun, Aug 23, 2009 at 10:26:25PM -0400, Joe Marcus Clarke wrote: > You can set WITH_GECKO=libxul in make.conf, and most of these should go > away. I've done that (and installed libxul!) and re-built all of the ports in firefox-2.*/+REQUIRED_BY, and my list is now: alacarte-0.12.1_1 brasero-2.26

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-24 Thread Kevin Oberman
I just rebuilt all of the ports that depended on firefox and I found the following dependencies remained: galeon-2.0.7_1 gnome2-fifth-toe-2.26.3 gnome2-power-tools-2.26.3 mplayerplug-in-3.55_3 muine-0.8.10_1 serpentine-0.7_5 Of these, muine and mplayerplug-in are broken and can't be re-built and s

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-23 Thread Joe Marcus Clarke
On Mon, 2009-08-24 at 12:05 +1000, Andrew Reilly wrote: > On Sat, Aug 22, 2009 at 08:22:08PM +0200, Martin Wilke wrote: > > Goals: > > * Removal of mozilla, nvu, xulrunner and firefox2. > > * www/firefox35 should be moved to www/firefox. > > * The options USE_GECKO mozilla nvu xulrunner and firefox

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-23 Thread Andrew Reilly
On Sat, Aug 22, 2009 at 08:22:08PM +0200, Martin Wilke wrote: > Goals: > * Removal of mozilla, nvu, xulrunner and firefox2. > * www/firefox35 should be moved to www/firefox. > * The options USE_GECKO mozilla nvu xulrunner and firefox will be also > removed. Yay! My gnome-based desktop has 46 lin

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread Carlos A. M. dos Santos
On Sat, Aug 22, 2009 at 3:22 PM, Martin Wilke wrote: > The FreeBSD Gecko Team will let you know what the plans for > the future are and on what we are currently working. > > Goals: > * Removal of mozilla, nvu, xulrunner and firefox2. > * www/firefox35 should be moved to www/firefox. > * The options

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread matt donovan
On Sat, Aug 22, 2009 at 5:35 PM, Jeremy Messenger wrote: > On Sat, 22 Aug 2009 15:52:43 -0500, wrote: > > Martin Wilke wrote: >> >>> Background: >>> We have a lot of old stuff on the portstree and it's time >>> to cleanup old stuff. >>> >> ... >> >>> * www/nvu last official release was i

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread Jeremy Messenger
On Sat, 22 Aug 2009 15:52:43 -0500, wrote: Martin Wilke wrote: Background: We have a lot of old stuff on the portstree and it's time to cleanup old stuff. ... * www/nvu last official release was in 2005, no longer supported, and also some vulnerabilities. We have www/ko

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread perryh
Martin Wilke wrote: > Background: > We have a lot of old stuff on the portstree and it's time > to cleanup old stuff. ... > * www/nvu last official release was in 2005, no longer >supported, and also some vulnerabilities. We have >www/kompozer which also need an update to ge

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread J.-P. Klodzinski
matt donovan wrote: > On Sat, Aug 22, 2009 at 2:22 PM, Martin Wilke wrote: > > Howdy Guys, > > The FreeBSD Gecko Team will let you know what the plans for > the future are and on what we are currently working. > > Goals: > * Removal of mozilla, nvu, xulrunner and firefox2. > * www/firefox35 should

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread matt donovan
On Sat, Aug 22, 2009 at 3:12 PM, J.-P. Klodzinski wrote: > matt donovan wrote: > > On Sat, Aug 22, 2009 at 2:22 PM, Martin Wilke wrote: > > > > Howdy Guys, > > > > The FreeBSD Gecko Team will let you know what the plans for > > the future are and on what we are currently working. > > > > Goals:

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread Jeremy Messenger
On Sat, 22 Aug 2009 13:38:45 -0500, matt donovan wrote: On Sat, Aug 22, 2009 at 2:22 PM, Martin Wilke wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Howdy Guys, The FreeBSD Gecko Team will let you know what the plans for the future are and on what we are currently working. Goals:

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread Joe Marcus Clarke
On Sat, 2009-08-22 at 20:22 +0200, Martin Wilke wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Howdy Guys, > > The FreeBSD Gecko Team will let you know what the plans for > the future are and on what we are currently working. > > Goals: > * Removal of mozilla, nvu, xulrunner and f

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread matt donovan
On Sat, Aug 22, 2009 at 2:22 PM, Martin Wilke wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Howdy Guys, > > The FreeBSD Gecko Team will let you know what the plans for > the future are and on what we are currently working. > > Goals: > * Removal of mozilla, nvu, xulrunner and firef

[HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Howdy Guys, The FreeBSD Gecko Team will let you know what the plans for the future are and on what we are currently working. Goals: * Removal of mozilla, nvu, xulrunner and firefox2. * www/firefox35 should be moved to www/firefox. * The options USE_