apache 2.2.8 authdbm woes

2008-02-17 Thread Doug Poland
Hello, For the past few days, I've been migrating a bunch of apache-1.3.41 vhosts to apache-2.2.8 (on the same machine, 6.3-RELEASE i386). Many of directories are protected with AuthType directives and I want to reuse the existing .dat files. After working successfully for more than a day with

Re: apache 2.2.8 authdbm woes

2008-02-17 Thread Jeremy Chadwick
On Sun, Feb 17, 2008 at 07:23:17AM -0600, Doug Poland wrote: > Hello, You're likely suffering from this: http://www.freebsd.org/cgi/query-pr.cgi?pr=119711 There were some recent changes to www/apache22 which specifically addressed the above: http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/apach

Re: obexftp - call for testers

2008-02-17 Thread Alex Keda
Peter Jeremy пишет: On Fri, Feb 15, 2008 at 02:50:36PM +0100, Dierk Sacher wrote: This is a 'works for me' port. I've only been able to test it with 6.2-RELEASE on i386 with only one mobile over bluetooth. I did not test anything else (usb, IR ...). I wouldn't mind having obexftp to ta

ntop does not compile on 7.0-RC2

2008-02-17 Thread Helmut Schneider
Hi, ntop stops with: [...] then mv -f ".deps/iface.Tpo" ".deps/iface.Plo"; else rm -f ".deps/iface.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/usr -I/usr/include -DINET6 -O2 -Dfreebsd7 -DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.8/BSDPAN -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno

Re: apache 2.2.8 authdbm woes

2008-02-17 Thread Doug Poland
On Sun, February 17, 2008 08:19, Jeremy Chadwick wrote: > On Sun, Feb 17, 2008 at 07:23:17AM -0600, Doug Poland wrote: >> Hello, > > You're likely suffering from this: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=119711 > > There were some recent changes to www/apache22 which specifically > addr

tor-devel doesn't log

2008-02-17 Thread Lars Stokholm
As far as I can see, tor-devel doesn't log to /var/log/tor as the rc.d script means for it to do. >From what I found out, Tor is called with command_args="[...] --Log \"notice file ${tor_logfile}\"" But putting an 'echo' in front of the command, only "--Log notice" is what I see. I.e. the comma

What's a "good" way to handle installation of conflicting ports?

2008-02-17 Thread David Wolfskill
I've been asked to come up with at least an interim approach -- that can be implemented within a few days -- to allow the SAs at my new job to install conflicting ports on the same machine. I can think of some approaches, but I'd prefer to use one that doesn't suck too much, and that doesn't imped

Re: Asterisk-Addons 1.4.5 still wont build

2008-02-17 Thread Phillip N.
Hello all. Unfortunatly i dont use h323 so i cannot test if all this really works. What are the last patches need to make asterisk-addons compile with the codec negotiation patch, that works? If all compiles ok, and you guys can confirm the patch really works, we could send a pr. Thanks! El

Re: What's a "good" way to handle installation of conflicting ports?

2008-02-17 Thread James
On Sun, 2008-02-17 at 11:52 -0800, David Wolfskill wrote: > I've been asked to come up with at least an interim approach -- > that can be implemented within a few days -- to allow the SAs at > my new job to install conflicting ports on the same machine. > > I can think of some approaches, but I'd

Re: Problems with icu - 3.8

2008-02-17 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Atanas Gendov wrote: > Greetings to all from FreeBSD Ports!!! :) > I have some problems with icu - 3.8. After portupgrade of icu and some > others packages I can't start Gnome. Because of Gnome needs module from icu > - 3.6. Unfortunately there is no

Problems with icu - 3.8

2008-02-17 Thread Atanas Gendov
Greetings to all from FreeBSD Ports!!! :) I have some problems with icu - 3.8. After portupgrade of icu and some others packages I can't start Gnome. Because of Gnome needs module from icu - 3.6. Unfortunately there is no new port for gdm which doesn't have depends on icu-3.6. Atanas _

Re: What's a "good" way to handle installation of conflicting ports?

2008-02-17 Thread Miroslav Lachman
David Wolfskill wrote: I've been asked to come up with at least an interim approach -- that can be implemented within a few days -- to allow the SAs at my new job to install conflicting ports on the same machine. I can think of some approaches, but I'd prefer to use one that doesn't suck too muc

Re: Problems with icu - 3.8

2008-02-17 Thread James
On Sun, 2008-02-17 at 21:14 +, Matthew Seaman wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Atanas Gendov wrote: > > Greetings to all from FreeBSD Ports!!! :) > > I have some problems with icu - 3.8. After portupgrade of icu and some > > others packages I can't start Gnome. B

Re: What's a "good" way to handle installation of conflicting ports?

2008-02-17 Thread Edwin Groothuis
On Sun, Feb 17, 2008 at 11:52:59AM -0800, David Wolfskill wrote: > The catalyst for the exercise is that we have some pools of machines > for developers to use; some of the developers wish to use > editors/xemacs; some wish to use editors/emacs -- on the same machine. > (Given the requirement, it's

FreeBSD Port: sdl-1.2.11_2,2

2008-02-17 Thread Chris Whitehouse
hi, [please could you cc me as I'm not subscribed, thanks] I'm trying to install projectm (http://projectm.sourceforge.net/). Instructions say install sdl-1.3 due to some feature being necessary. Can I keep sdl-1.2 and install sdl-1.3 without them conflicting? Any pointers for how to do it, o

Re: FreeBSD Port: sdl-1.2.11_2,2

2008-02-17 Thread Coleman Kane
Chris Whitehouse wrote: > hi, > > [please could you cc me as I'm not subscribed, thanks] > > I'm trying to install projectm (http://projectm.sourceforge.net/). > Instructions say install sdl-1.3 due to some feature being necessary. > Can I keep sdl-1.2 and install sdl-1.3 without them conflicting?

Re: What's a "good" way to handle installation of conflicting ports?

2008-02-17 Thread Danny Pansters
Interesting question... On Sunday 17 February 2008 20:52:59 David Wolfskill wrote: > I've been asked to come up with at least an interim approach -- > that can be implemented within a few days -- to allow the SAs at > my new job to install conflicting ports on the same machine. > > I can think of

Re: ntop does not compile on 7.0-RC2

2008-02-17 Thread James
On Sun, 2008-02-17 at 17:20 +0100, Helmut Schneider wrote: > Hi, > > ntop stops with: > [...] > then mv -f ".deps/iface.Tpo" ".deps/iface.Plo"; else rm -f > ".deps/iface.Tpo"; exit 1; fi > cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/usr -I/usr/include -DINET6 -O2 > -Dfreebsd7 > -DAPPLLIB_E

Re: Asterisk-Addons 1.4.5 still wont build

2008-02-17 Thread Ganbold
Phillip N. wrote: Hello all. Unfortunatly i dont use h323 so i cannot test if all this really works. What are the last patches need to make asterisk-addons compile with the codec negotiation patch, that works? Here they are: http://lists.digium.com/pipermail/asterisk-dev/2008-February/031

Re: Problems with icu - 3.8

2008-02-17 Thread Yoshihiro Ota
On Sun, 17 Feb 2008 14:23:37 -0700 James <[EMAIL PROTECTED]> wrote: > > On Sun, 2008-02-17 at 21:14 +, Matthew Seaman wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA256 > > > > Atanas Gendov wrote: > > > Greetings to all from FreeBSD Ports!!! :) > > > I have some problems with ic

Re: obexftp - call for testers

2008-02-17 Thread Dierk Sacher
Hello, thank you for your feedback. For doing obex over bluetooth, obexftp needs both the (1) BD_ADDR in raw format (it's _not_ resolving literal device names) (2) the Channel (by using the -B option) So, on my K750i, which has I do something like this (I will use long options for better under

Automotive ERP Software

2008-02-17 Thread ahmed felfel
Dear Acc Manager, It my pleasure to introduce my most widely used Automotive ERP system to you and with all respecting for your attention. I’m inviting you to take a look of our indoor demo of the system on current period We have office in Dubai ,KSA and Kuwait I wish that system that serves 30

Re: Automotive ERP Software

2008-02-17 Thread Erich Dollansky
Hi, sounds good. Is there also a FreeBSD port available? Erich ahmed felfel wrote: Dear Acc Manager, It my pleasure to introduce my most widely used Automotive ERP system to you and with all respecting for your attention. I’m inviting you to take a look of our indoor demo of the system on cu