Re[2]: Ports committer needed for 4 new py-* ports

2016-08-04 Thread Vladimir Chukharev via freebsd-ports
Thanks a lot! I have updated my local ports too. Now making tests. A patch is not needed in devel/py-pyface, it's applied upstream. Other ports upgraded trivially. Simpler tests passed. Others to be run yet. -- Sent from Mail.Ru app for Android Thursday, 04 August 2016, 10:11p.m. +03:00 from Kur

Ports committer needed for 4 new py-* ports

2016-08-04 Thread Vladimir Chukharev via freebsd-ports
other ports. At least, math/py-numpy needed this. And probably some other dependences too...) -- Vladimir Chukharev ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

Re: Mk/bsd.openssl.mk optimization

2008-07-30 Thread Vladimir Chukharev
wonder if the current behavior is correct and if >> security/p5-openxpki is >> correct. IMHO at least one of the two dependences is in err. Can you comment on this? >>> Best regards, >>> Vladimir >>> >>>> Kris >>>> >> >

Re: Mk/bsd.openssl.mk optimization

2008-07-29 Thread Vladimir Chukharev
>> xargs -0 grep -l "^lib/libssl.so." | \ >> while read contents; do \ >> sslprefix=`grep "[EMAIL PROTECTED] " >> "$${contents}" | ${HEAD} -n 1`; \ >> if test "$${s

INDEX build optimizations

2008-06-22 Thread Vladimir . Chukharev
Since this subject has been discussed recently, I want to tell my observations. I played a bit with INDEX_JOBS environment variable, and I found that for my notebook the best value is 8. The limiting factor seems to be grep'ing for libssl through packages. I believe this is easy to reproduce, pro

devel/goffice and math/gnumeric from marcuscom

2006-07-08 Thread Vladimir Chukharev
Hi, I installed and tested devel/goffice and math/gnumeric from marcuscom on my 6-STABLE notebook. Gnumeric works like a charm, so I would recommend to commit both ports into main tree - if you have no known issues with them of course. Thanks! V.Chukharev __