Re: experimental qemu-devel port update, please test!

2007-07-13 Thread Attilio Rao
2007/7/12, Craig Boston <[EMAIL PROTECTED]>: On Thu, Jul 12, 2007 at 12:52:52PM -0500, Craig Boston wrote: > For some reason when the ioctl is issued, curproc points to a totally > bogus proc structure. curthread seems to be sane as far as I can tell, > but the process it claims to belong to is

Re: [Call for Review] The FreeBSD German Porter's Handbook

2007-07-13 Thread Lars Engels
On Wed, Jul 11, 2007 at 10:36:32AM +0200, [LoN]Kamikaze wrote: > Martin Wilke wrote: > > > > For a long time questions come up again and again concerning FreeBSD > > Ports in the German Communities: > > > > - How can I create a Port? > > - What do I have to consider? > > - Is there a documentatio

Autoreply

2007-07-13 Thread diakonov
"Wrong mail address. Please send your messages to right mail address: [EMAIL PROTECTED]" ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: experimental qemu-devel port update, please test!

2007-07-13 Thread Scot Hetzel
On 7/12/07, Craig Boston <[EMAIL PROTECTED]> wrote: Aha! The problem isn't that curproc is garbage, but rather that it's being interpreted wrong. struct proc has some extra fields when KSE is #defined. KSE recently became a kernel option and was put in the DEFAULTS file, so everyone's kernel h

Re: Finding slowdowns in pkg_install (continuations of previous threads)

2007-07-13 Thread Garrett Cooper
Garrett Cooper wrote: Tim Kientzle wrote: -I tried ... buffering ... the +CONTENTS file parsing function, and the majority of the time it yielded good results One approach I prototyped sometime back was to use libarchive in pkg_add as follows: * Open the archive * Read +CONTENTS

math/oleo WITHOUT_X11 patch

2007-07-13 Thread siflus
math/oleo's makefile uses X11 by default, and it didn't seem to have a way to prevent it from including the X11 libs as a dependncy. I created a patch to resolve this by checking if WITHOUT_X11 is defined (in the normal way) and adding the options to CONFIGURE_ENV. -siflus oleo-makefile-x11.pat

Re: New port: qtpfsgui-1.8.9

2007-07-13 Thread Steffen Beyer
On Wed, 11 Jul 2007 20:40:09 +0200, Steffen Beyer wrote: > my port for Qtpfsgui[1] is done, a Qt tool for creating and tonemapping > HDR images. As this is my first try in porting, it would be great if > someone could have a look at the Makefile (attached) before I submit the > PR. The complete po

Re: experimental qemu-devel port update, please test!

2007-07-13 Thread Juergen Lock
On Thu, Jul 12, 2007 at 01:07:50PM -0500, Craig Boston wrote: > On Thu, Jul 12, 2007 at 12:52:52PM -0500, Craig Boston wrote: > > For some reason when the ioctl is issued, curproc points to a totally > > bogus proc structure. curthread seems to be sane as far as I can tell, > > but the process it

Re: experimental qemu-devel port update, please test!

2007-07-13 Thread Eric Anderson
On 07/13/07 15:46, Juergen Lock wrote: On Thu, Jul 12, 2007 at 01:07:50PM -0500, Craig Boston wrote: On Thu, Jul 12, 2007 at 12:52:52PM -0500, Craig Boston wrote: For some reason when the ioctl is issued, curproc points to a totally bogus proc structure. curthread seems to be sane as far as I