Is anyone going to benchmark 2.8?

2010-10-24 Thread elekktretterr
This release has had substantial work on SMP scaling. It would be great to
see the actual performance increase with MySQL and PostgreSQL in DragonFly
2.8 versus FreeBSD 8/9 versus NetBSD 5.

Is anyone planning to do this?

Petr



SCons & Pkgsrc

2010-10-24 Thread Chris Turner


Kludging around in my local tree -

Anyone with knowledge of SCons -
or perhaps scons+pkgsrc - have any ideas why the below might
be required?

otherwise it expands to

cc <...> -W a l l <...>

other flags appeared ok - hence ellipsed

in any event - it fixes the csound build on my Q1 branch
haven't tested the program, but anyhow ..

probably not worth a submit to pkgsrc and or upstream until I figgure
it out..

I'm on py 2.4, if that matters..

Cheers!

- Chris


# cat local-patch
--- /usr/pkgsrc/audio/csound5/work/Csound5.01/SConstruct.orig 
2010-10-24 08:24:28 +
+++ /usr/pkgsrc/audio/csound5/work/Csound5.01/SConstruct 
2010-10-24 08:26:31 +

@@ -284,8 +284,8 @@

 # Define different build environments for different types of targets.

-if commonEnvironment['MSVC'] == '0':
-commonEnvironment.Prepend(CCFLAGS = "-Wall")
+#if commonEnvironment['MSVC'] == '0':
+# commonEnvironment.Prepend(CCFLAGS = "-Wall")

 if getPlatform() == 'linux':
 commonEnvironment.Append(CCF