Slightly faster "make all-depends-list"

2007-05-28 Thread Stephen Montgomery-Smith
Here is a C program that does the same as "make all-depends-list" but runs four threads at once. I get small time increases on a regular computer, and twice the speed on dual processor systems. e.g. all-depends-list /usr/ports/x11/xorg ___ freebsd-p

Re: Slightly faster "make all-depends-list"

2007-05-28 Thread Stephen Montgomery-Smith
Stephen Montgomery-Smith wrote: Here is a C program that does the same as "make all-depends-list" but runs four threads at once. I get small time increases on a regular computer, and twice the speed on dual processor systems. e.g. all-depends-list /usr/ports/x11/xorg The attachment didn't

Re: Keyboard problems with xorg 7.2 and Dell Inspiron 5100?

2007-05-28 Thread Ying-Chieh Liao
On Mon, May 28, 2007 at 15:47:39 +0930, Greg 'groggy' Lehey wrote: > Looking at the log file, nothing obvious reaches out and grabs me. In > particular, the keyboard-related information corresponds exactly with > the Knoppix log file (modulo keyboard layout). > > Has anybody else seen this? Any

Re: Looking for speed increases in "make index" and pkg_version for ports

2007-05-28 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Stephen Montgomery-Smith wrote: > I have been thinking a lot about looking for speed increases for "make > index" and pkg_version and things like that. So for example, in > pkg_version, it calls "make -V PKGNAME" for every installed package. Now > "

can't cd to...

2007-05-28 Thread Joffrey Audin
Hi, I have a problem with lots of ports. ex: /usr/ports/game/gnome-games/ # make install clean make all-recursive Making all in po cd: can't cd to po *** Error code 1 Stop in /usr/ports/game/gnome-games/work/gnome-games-2.18.1. This problem is in lots of ports and in my 'autotools' projects.

can't cd to...

2007-05-28 Thread Joffrey Audin
Hi, I have a problems with lots of ports. Ex in gnome-games : #make install clean make all-recursive make all in po cd: can't cd to po *** Error code 1 Stop in /usr/ports/games/gnome-games/work/gnome-games-2.18.1 I have this problem with lots of ports and to my 'autotools' too. the 'cd' doesn

Possibly unbuildable ports reminder

2007-05-28 Thread Bill Fenner
Dear porters, This is just a reminder to please periodically check the list of unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ . A list by MAINTAINER is http://people.freebsd.org/~fenner/errorlogs/ so you can easily check the status of ports that you maintain. In addition, the li

Re: nagios in current

2007-05-28 Thread Jarrod Sayers
On 28/05/2007, at 3:44 AM, Randy Bush wrote: bingo! my error. i run a special version of bind and had not rebuilt. Sorry for my lapse. No worries Randy, glad it all worked out in the end. By the way, net- mgmt/nagios-plugins was just updated to 1.4.8. Jarrod. __

Re: Looking for speed increases in "make index" and pkg_version for ports

2007-05-28 Thread Hartmut Brandt
Matthew Seaman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Stephen Montgomery-Smith wrote: I have been thinking a lot about looking for speed increases for "make index" and pkg_version and things like that. So for example, in pkg_version, it calls "make -V PKGNAME" for every install

Re: Looking for speed increases in "make index" and pkg_version for ports

2007-05-28 Thread Hartmut Brandt
Stephen Montgomery-Smith wrote: I have been thinking a lot about looking for speed increases for "make index" and pkg_version and things like that. So for example, in pkg_version, it calls "make -V PKGNAME" for every installed package. Now "make -V PKGNAME" should be a speedy operation, but th

Current unassigned ports problem reports

2007-05-28 Thread FreeBSD bugmaster
Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has bee

Re: another qemu-devel port update ready for testing

2007-05-28 Thread Juergen Lock
On Sun, May 27, 2007 at 10:54:15PM +0200, I wrote: > On Sun, May 27, 2007 at 02:03:29PM -0500, Eric Anderson wrote: > > On 05/27/07 13:52, Juergen Lock wrote: > > >On Sun, May 27, 2007 at 12:32:18PM -0500, Eric Anderson wrote: > > >>On 05/27/07 07:58, Juergen Lock wrote: > > >>>On Sat, May 26, 2007

Re: Looking for speed increases in "make index" and pkg_version for ports

2007-05-28 Thread Stephen Montgomery-Smith
Hartmut Brandt wrote: Having done a great deal of rewriting of make some two years ago I can tell you that even a small change to make is a tough job testing-wise: run all the combinations of !-j and -j on all architectures and run the change through the port-building cluster. That's a warning

Re: Looking for speed increases in "make index" and pkg_version for ports

2007-05-28 Thread Hartmut Brandt
Stephen Montgomery-Smith wrote: Hartmut Brandt wrote: Having done a great deal of rewriting of make some two years ago I can tell you that even a small change to make is a tough job testing-wise: run all the combinations of !-j and -j on all architectures and run the change through the port-bu

Re: nagios in current

2007-05-28 Thread Randy Bush
> net-mgmt/nagios-plugins was just updated to 1.4.8. will try today (am home from week+ of intl airplanes). have not been very successful with mysql and dhcpd to date, so will definitely try to reenable those. thanks randy ___ freebsd-ports@freebsd.or

Re: nagios in current

2007-05-28 Thread Randy Bush
> have not been very successful with mysql and dhcpd to date, so will > definitely try to reenable those. lol. forgot that the problem with mysql is that i do not have net access to the mysql open to the site which runs nagios. and dhcpd is local net only, of course. ignore me. jet lag and fir

Multiword "command" var in rc.d/*.sh script

2007-05-28 Thread Alex Kapranoff
Good day! What is the best way to support multiword "command" var in rc.d scripts? My current problem is with dns/maradns port which I'm upgrading to use maradns stock daemonizer instead of "| logger &" hack. I'd like to specify "command" var as "${prefix}/bin/duende ${prefix}/sbin/maradns" wher

Re: Looking for speed increases in "make index" and pkg_version for ports

2007-05-28 Thread Stephen Montgomery-Smith
Jeremy Chadwick wrote: On Sun, May 27, 2007 at 03:52:16PM -0500, Stephen Montgomery-Smith wrote: I have been thinking a lot about looking for speed increases for "make index" and pkg_version and things like that. So for example, in pkg_version, it calls "make -V PKGNAME" for every installed

Re: Looking for speed increases in "make index" and pkg_version for ports

2007-05-28 Thread Garrett Cooper
Mike Meyer wrote: In <[EMAIL PROTECTED]>, Hartmut Brandt <[EMAIL PROTECTED]> typed: 1. make and its sub-makes for a) reading the file; b) parsing the file (note that .if and .for processing is done while parsing); c) processing targets. Make and submakes have been gone over already. See http:/

Re: Looking for speed increases in "make index" and pkg_version for ports

2007-05-28 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Hartmut Brandt <[EMAIL PROTECTED]> typed: > 1. make and its sub-makes for a) reading the file; b) parsing the file > (note that .if and .for processing is done while parsing); c) processing > targets. Make and submakes have been gone over already. See http://miller.emu.id.a

Re: Looking for speed increases in "make index" and pkg_version for ports

2007-05-28 Thread Garrett Cooper
Garrett Cooper wrote: Mike Meyer wrote: In <[EMAIL PROTECTED]>, Hartmut Brandt <[EMAIL PROTECTED]> typed: 1. make and its sub-makes for a) reading the file; b) parsing the file (note that .if and .for processing is done while parsing); c) processing targets. Make and submakes have been gone o

Re: Can't build net/rrdtool

2007-05-28 Thread LI Xin
Alexey Lebedev wrote: > Hello! > > This is the output of make: I have just committed a fix, would you please try sync'ing your ports tree and try again? (Please confirm that you have the latest files/patch-bindings-Makefile.in: http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/rrdtool/files/patch-

Re: Instructions for xorg 7.2 upgrade using portmaster

2007-05-28 Thread RW
On Sun, 27 May 2007 01:55:37 -0700 Doug Barton <[EMAIL PROTECTED]> wrote: > Please note that if you can do it, the _best_ way to use portmaster to > do the upgrade is still to run 'pkg_delete -f xorg*' followed by > 'portmaster x11/xorg', Rebuilding Xorg itself is no big deal. After running into p

Re: another qemu-devel port update ready for testing

2007-05-28 Thread Juergen Lock
On Mon, May 28, 2007 at 01:48:26PM +0200, Juergen Lock wrote: > On Sun, May 27, 2007 at 10:54:15PM +0200, I wrote: > > On Sun, May 27, 2007 at 02:03:29PM -0500, Eric Anderson wrote: > > > On 05/27/07 13:52, Juergen Lock wrote: > > > >On Sun, May 27, 2007 at 12:32:18PM -0500, Eric Anderson wrote: >

Re: FreeBSD Port: samba-3.0.25,1

2007-05-28 Thread Jose Ayala
jeje sorry i clicked send before time :D, the mesaage complete is: El lun, 28-05-2007 a las 16:00 -0500, Jose Ayala escribió: > Hi, i just to comment a problem with the samba manager script, i dont > know really whats the problem but it resolve executing directly the smbd > nmbd and winbindd binar

FreeBSD Port: samba-3.0.25,1

2007-05-28 Thread Jose Ayala
Hi, i just to comment a problem with the samba manager script, i dont know really whats the problem but it resolve executing directly the smbd nmbd and winbindd binaries from /usr/local/samba/sbin I install samba3 from ports, all ok, when i execute /usr/local/etc/rc.d/samba start i get the next mes

Re: Looking for speed increases in "make index" and pkg_version for ports

2007-05-28 Thread Hartmut Brandt
Mike Meyer wrote: In <[EMAIL PROTECTED]>, Hartmut Brandt <[EMAIL PROTECTED]> typed: 1. make and its sub-makes for a) reading the file; b) parsing the file (note that .if and .for processing is done while parsing); c) processing targets. Make and submakes have been gone over already. See http:/

Re: Looking for speed increases in "make index" and pkg_version for ports

2007-05-28 Thread Roman Divacky
On Mon, May 28, 2007 at 11:34:24AM -0500, Stephen Montgomery-Smith wrote: > Jeremy Chadwick wrote: > >On Sun, May 27, 2007 at 03:52:16PM -0500, Stephen Montgomery-Smith wrote: > >> I have been thinking a lot about looking for speed increases for "make > >> index" and pkg_version and things like th

Recreating /usr/ports/share/xml/catalog.ports

2007-05-28 Thread Stephen Hocking
Hi all, Recently, owing to space problems, my catalog.ports got trashed, and now various ports (such as gdm & scrollkeeper) are complaining that they can't find the Docbook XML DTD in it when configuring. Reinstalling docbook doesn't seem to do any good. Does anyone have a sequence of steps to re

Re: FreeBSD Port: samba-3.0.25,1

2007-05-28 Thread Scot Hetzel
On 5/28/07, Jose Ayala <[EMAIL PROTECTED]> wrote: jeje sorry i clicked send before time :D, the mesaage complete is: El lun, 28-05-2007 a las 16:00 -0500, Jose Ayala escribió: > Hi, i just to comment a problem with the samba manager script, i dont > know really whats the problem but it resolve e

Re: Looking for speed increases in "make index" and pkg_version for ports

2007-05-28 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Hartmut Brandt <[EMAIL PROTECTED]> typed: > Mike Meyer wrote: > > In <[EMAIL PROTECTED]>, Hartmut Brandt <[EMAIL PROTECTED]> typed: > >> 1. make and its sub-makes for a) reading the file; b) parsing the file > >> (note that .if and .for processing is done while parsing); c)

Re: Looking for speed increases in "make index" and pkg_version for ports

2007-05-28 Thread Alexander Nedotsukov
Correct me if I wrong. Don't you missed the fact that chdir(2) changes process wide attribute? Though it's easy to fix with -C option. Stephen Montgomery-Smith wrote: Jeremy Chadwick wrote: On Sun, May 27, 2007 at 03:52:16PM -0500, Stephen Montgomery-Smith wrote: I have been thinking a lot abo

Re: Looking for speed increases in "make index" and pkg_version for ports

2007-05-28 Thread Stephen Montgomery-Smith
Roman Divacky wrote: On Mon, May 28, 2007 at 11:34:24AM -0500, Stephen Montgomery-Smith wrote: Jeremy Chadwick wrote: On Sun, May 27, 2007 at 03:52:16PM -0500, Stephen Montgomery-Smith wrote: I have been thinking a lot about looking for speed increases for "make index" and pkg_version and thin

Re: FreeBSD Port: samba-3.0.25,1

2007-05-28 Thread Paul Fraser
Paul Fraser to Scot show details 1:21 pm (0 minutes ago) On 5/29/07, Scot Hetzel <[EMAIL PROTECTED]> wrote: do you have samba_enable="YES" in your /etc/rc.conf file? Without this variable in /etc/rc.conf, the script won't start the smbd, nmbd or winbindd daemons. Further to what Scot said, i

Re: Looking for speed increases in "make index" and pkg_version for ports

2007-05-28 Thread Garrett Cooper
Stephen Montgomery-Smith wrote: Roman Divacky wrote: On Mon, May 28, 2007 at 11:34:24AM -0500, Stephen Montgomery-Smith wrote: Jeremy Chadwick wrote: On Sun, May 27, 2007 at 03:52:16PM -0500, Stephen Montgomery-Smith wrote: I have been thinking a lot about looking for speed increases for "mak

Re: FreeBSD Port: samba-3.0.25,1

2007-05-28 Thread Gabor Tjong A Hung
I think this is related to the update in /usr/ports/UPDATING The passdb backend in your smb.conf. I think it defaults to something else now. On 5/29/07, Paul Fraser <[EMAIL PROTECTED]> wrote: Paul Fraser to Scot show details 1:21 pm (0 minutes ago) On 5/29/07, Scot Hetzel <[EMAIL PROTECTED]> wr

Re: New xorg packages available for i386 and amd64

2007-05-28 Thread Kris Kennaway
On Fri, May 25, 2007 at 08:07:39PM -0400, Kris Kennaway wrote: > On Sun, May 20, 2007 at 04:59:12PM -0400, Kris Kennaway wrote: > > > Other branches and architectures will follow later. I am currently > > building 5.x packages for i386 and amd64 > > i386 5.x are uploaded to ftp-master. Next up

Re: Instructions for xorg 7.2 upgrade using portmaster

2007-05-28 Thread Doug Barton
Dantavious wrote: > Thanks for the great tool and the instructions. You're welcome on both counts. So far I've heard only good things, so hopefully I didn't screw things up too badly. :) Doug -- This .signature sanitized for your protection ___

Unable to compile print/freetype2

2007-05-28 Thread Cristian KLEIN
Hello everybody, Sorry if I haven't RTFM enough. If you are able to help, please CC me, because I am not on the list. In one of my jails, I have print/freetype2 (freetype2-2.2.1_1) which is vulnerable, so I wanted to upgrade it to the newest version. Every time I try to compile it I get the follo

Re: Looking for speed increases in "make index" and pkg_version for ports

2007-05-28 Thread Hartmut Brandt
Mike Meyer wrote: In <[EMAIL PROTECTED]>, Hartmut Brandt <[EMAIL PROTECTED]> typed: Mike Meyer wrote: In <[EMAIL PROTECTED]>, Hartmut Brandt <[EMAIL PROTECTED]> typed: 1. make and its sub-makes for a) reading the file; b) parsing the file (note that .if and .for processing is done while parsin

Re: xorg modularity

2007-05-28 Thread Doug Barton
Hagen Kühl wrote: > Hello, > just want to know, if anyone is planning to change the news > xorg-metaports, so you can really make use of the new modularity? > So you can choose which programs you really want to install when > running make config. > I'm not sure how much work this will be, but I thi