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

Detecting dependencies

2011-09-14 Thread chukharev
also be added. -- Vladimir Chukharev Tampere University of Technology ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

pylint entry in UPDATING?

2010-05-17 Thread chukharev
in ports/UPDATING. $ uname -a FreeBSD vova-vaio 8.0-STABLE FreeBSD 8.0-STABLE #2: Tue Apr 27 10:16:00 EEST 2010 r...@vova-vaio:/usr/obj/usr/src/sys/VOVA i386 $ pkg_info -O devel/pylint The following installed package(s) has devel/pylint origin: pylint-py26-0.20.0 Vladimir Chukharev

Re: About ports QA by 'port test'

2010-04-06 Thread chukharev
, answering the questions etc... The Porter's Handbook does not say a word if this is correct or not. OK, that means it is correct. But still it is a problem for the tests. Can anybody advise what to do in this case? Best regards, -- Vladimir Chukharev Ta

About ports QA by 'port test'

2010-03-14 Thread chukharev
Ports having warnings: 216 (43 %) Ports without fatal errors:391 (78 %) Ports having warnings or fatal errors: 325 (65 %) Totally tested ports: 500 Additionally to the above stats, java/jdk16 is interactive and hangs on input despite of BATCH=yes in /etc/make.conf.

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 __