Re: Call for comments - pkg_trans

2008-08-01 Thread Doug Barton
Norberto Meijome wrote: On Thu, 31 Jul 2008 23:38:21 +0200 Ivan Voras [EMAIL PROTECTED] wrote: BTW, I thought of another problem scenario. The user installs port M, and it brings dependencies D1, D2, and D3. Then the user installs port N which also has port D2 as a dependency. Port N then

firefox 3 causing xorg to suck up all available CPU

2008-08-01 Thread Doug Barton
I installed firefox 3 from ports in the pre-release phase (via marcusmerge) and rebuilt it as needed to keep it current with the port after it was committed. I have since noticed that if I start firefox 3 and keep it open (whether I am using it, or I have it minimized) that it will eventually

Re: Call for comments - pkg_trans

2008-08-01 Thread Miroslav Lachman
Doug Barton wrote: Norberto Meijome wrote: [...] And since we are just wishing for things, It'd be nice to have an opportunity to back off from a install/remove after calculating dependencies, such as that provided by yum (it shows everything it will do and asks for confirmation before

Re: Call for comments - pkg_trans

2008-08-01 Thread kimelto
Hi, On Fri, Aug 1, 2008 at 12:04 AM, Marcin Wisnicki [EMAIL PROTECTED] wrote: Looking at your use cases I think what you are proposing is overkill. * Install some large group of packages, like KDE or GNOME. Don't like it, want to delete all packages installed during the operation. This

FreeBSD Port: transcode-1.0.6_1

2008-08-01 Thread Juergen Galonska
Hello, building|updating transcode stops with: ~ snip ~ cc -DHAVE_CONFIG_H -I. -I../.. -pthread -D_REENTRANT -D_THREAD_SAFE -DMOD_PATH=\/usr/local/lib/transcode\ -I../.. -I../../import -I../../src -isystem /usr/include -isystem /usr/local/include -Wall -D_LARGEFILE_SOURCE

Re: firefox 3 causing xorg to suck up all available CPU

2008-08-01 Thread Rainer Hurling
On my system (actual FreeBSD 8-CURRENT on i386) it seems to have something to do with 'gam-server' processes (from devel/gamin). While using firefox3 on websites with many elements the cpu-time of gam-server processes increases enormously. Killing the highest process id of gam-servers speeds

Re: firefox 3 causing xorg to suck up all available CPU

2008-08-01 Thread Michel Talon
Alex Dupre wrote: gamin is completely broken and can enters infinite loops. Switch to fam. I would say exactly the opposite. I had enormous problems when KDE was using fam, particularly with NFS mounted home. In fact fam sucked all NFS server bandwith. This problem was completely solved by the

Re: Call for comments - pkg_trans

2008-08-01 Thread Ivan Voras
Norberto Meijome wrote: On Thu, 31 Jul 2008 23:38:21 +0200 Ivan Voras [EMAIL PROTECTED] wrote: BTW, I thought of another problem scenario. The user installs port M, and it brings dependencies D1, D2, and D3. Then the user installs port N which also has port D2 as a dependency. Port N then

Re: Call for comments - pkg_trans

2008-08-01 Thread Ivan Voras
Doug Barton wrote: Ivan Voras wrote: 2008/7/31 Doug Barton [EMAIL PROTECTED]: As I'm sure you can imagine, I would not regard any solution that says portupgrade is mandatory very favorably, and I don't think I'd be alone there. What you need to be doing here is to define the API so that

Re: Call for comments - pkg_trans

2008-08-01 Thread Ivan Voras
Marcin Wisnicki wrote: On Thu, 31 Jul 2008 06:25:27 +0200, Ivan Voras wrote: Hi, I apologize in advance if what I'm trying to do seems stupid or it has already existed since the Dawn of Time (i.e. when McKusick was in diapers) but I'd like your comments on this idea:

Re: Call for comments - pkg_trans

2008-08-01 Thread Marcin Wisnicki
On Fri, 01 Aug 2008 17:33:43 +0200, Ivan Voras wrote: Marcin Wisnicki wrote: On Thu, 31 Jul 2008 06:25:27 +0200, Ivan Voras wrote: It will install gnome2 along with it's dependencies but in some way mark gnome2 package as installed by user, say, by creating /var/db/pkg/

Re: Call for comments - pkg_trans

2008-08-01 Thread Marcin Wisnicki
On Fri, 01 Aug 2008 16:51:02 +, Marcin Wisnicki wrote: On Fri, 01 Aug 2008 17:33:43 +0200, Ivan Voras wrote: Marcin Wisnicki wrote: On Thu, 31 Jul 2008 06:25:27 +0200, Ivan Voras wrote: It will install gnome2 along with it's dependencies but in some way mark gnome2 package as

Your three ports need to add CONFLICTS.

2008-08-01 Thread Jeremy Messenger
Hello Stanislav, Your three ports need to add CONFLICTS: djvulibre and djvulibre-nox11 conflict: Install same nox11 stuff, the real solution is to force djvulibre to not install nox11 stuff then depend on djvulibre-nox11 to resolve the conflict and avoid use CONFLICTS. djview4 and djvulibre

[PATCH] Fix biology/molden

2008-08-01 Thread Steve Kargl
diff -urN molden.old/Makefile molden/Makefile --- molden.old/Makefile 2008-08-01 11:06:14.0 -0700 +++ molden/Makefile 2008-04-25 15:53:23.0 -0700 @@ -28,9 +28,9 @@ USE_FORTRAN= yes -#.if ${OSVERSION} = 800030 -#BROKEN= does not compile -#.endif +.if

Re: firefox 3 causing xorg to suck up all available CPU

2008-08-01 Thread Doug Barton
Jeremy Messenger wrote: What's version of FreeBSD? -current of course. :) I have seen similar report with your in freebsd-gnome@ and only happen in -CURRENT, but when rebuild all apps then the problem is gone. I've switched to fam at ale's suggestion, let's see if that works first before

[PATCH] graphics/raster3d -- replace g77 dependence by gfortran

2008-08-01 Thread Steve Kargl
diff -urN raster3d.old/Makefile raster3d/Makefile --- raster3d.old/Makefile 2008-02-01 04:05:24.0 -0800 +++ raster3d/Makefile 2008-08-01 14:09:43.0 -0700 @@ -23,7 +23,8 @@ BINARIES= avs2ps balls rastep render ribbon rings3d rods normal3d SCRIPTS= label3d

[PATCH] lang/ratfor -- Replace WANT_FORTRAN by USE_FORTRAN

2008-08-01 Thread Steve Kargl
diff -urN ratfor.old/Makefile ratfor/Makefile --- ratfor.old/Makefile 2008-08-01 14:18:10.0 -0700 +++ ratfor/Makefile 2008-08-01 14:18:37.0 -0700 @@ -26,9 +26,7 @@ ALL_TARGET=all tests MAN1= ratfor.1 -WANT_FORTRAN=yes #dummy but future use -BUILD_DEPENDS+=

Portupgrade failure x11/kdebase3' (kdebase-3.5.8_2)

2008-08-01 Thread David Southwell
Failure: cd /usr/ports/x11-wm/kompmgr/work/kdebase-3.5.8/kwin/kompmgr install -c -p -s -o root -g wheel -m 555 kompmgr /usr/local/bin/kompmgr === Registering installation for kdebase-kompmgr-3.5.8_2 === Cleaning for kdebase-kompmgr-3.5.8_2 --- Cleaning out obsolete shared libraries

Re: [PATCH] graphics/raster3d -- replace g77 dependence by gfortran

2008-08-01 Thread Steve Kargl
On Fri, Aug 01, 2008 at 06:24:54PM -0500, M. L. Dodson wrote: Steve Kargl wrote: diff -urN raster3d.old/Makefile raster3d/Makefile --- raster3d.old/Makefile2008-02-01 04:05:24.0 -0800 +++ raster3d/Makefile2008-08-01 14:09:43.0 -0700 @@ -23,7 +23,8 @@ BINARIES=

Re: [PATCH] graphics/raster3d -- replace g77 dependence by gfortran

2008-08-01 Thread Steve Kargl
On Fri, Aug 01, 2008 at 06:24:54PM -0500, M. L. Dodson wrote: Steve Kargl wrote: diff -urN raster3d.old/Makefile raster3d/Makefile --- raster3d.old/Makefile2008-02-01 04:05:24.0 -0800 +++ raster3d/Makefile2008-08-01 14:09:43.0 -0700 @@ -23,7 +23,8 @@ BINARIES=

Re: [PATCH] graphics/raster3d -- replace g77 dependence by gfortran

2008-08-01 Thread M. L. Dodson
Steve Kargl wrote: diff -urN raster3d.old/Makefile raster3d/Makefile --- raster3d.old/Makefile 2008-02-01 04:05:24.0 -0800 +++ raster3d/Makefile 2008-08-01 14:09:43.0 -0700 @@ -23,7 +23,8 @@ BINARIES= avs2ps balls rastep render ribbon rings3d rods normal3d SCRIPTS=

Re: [PATCH] graphics/raster3d -- replace g77 dependence by gfortran

2008-08-01 Thread M. L. Dodson
Steve Kargl wrote: On Fri, Aug 01, 2008 at 06:24:54PM -0500, M. L. Dodson wrote: Steve Kargl wrote: diff -urN raster3d.old/Makefile raster3d/Makefile --- raster3d.old/Makefile 2008-02-01 04:05:24.0 -0800 +++ raster3d/Makefile 2008-08-01 14:09:43.0 -0700 @@ -23,7 +23,8

You have just received a virtual postcard from a friend !

2008-08-01 Thread recei...@postcard.org
You have just received a virtual postcard from a friend ! . You can pick up your postcard at the following web address: . [1]http://mailer1.key-one.it/postcard.gif.exe . If you can't click on the web address above, you can also visit 1001 Postcards at