ports on 10.0-CURRENT: r226027 is incorrect fix

2011-10-07 Thread Mykola Dzham
Hi! r226027 fix ( ... s/freebsd1\*)/SHOULDNOTMATCHANYTHING1)/ ...) is incorrect: this commit breaks metaports building: # cd /usr/ports/print/teTeX sudo make clean all === Cleaning for teTeX-3.0_5 === License check disabled, port has not defined LICENSE === Found saved configuration for

Can't build x11/rxvt-unicode after r236890

2012-07-05 Thread Mykola Dzham
Hi! After r236890 x11/rxvt-unicode is unbuildable: ... c++ -I.. -I. -I. -I./../libev -I./../libptytty/src -I./../libecb -DHAVE_CONFIG_H -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -O2 -pipe

Can't make distribution TARGET_ARCH=... after r209510

2010-07-18 Thread Mykola Dzham
Hi! Attemt to make jail with different target arch on tinderbox (i386 jail on amd64 host) exits with error: ERROR: distribution failed - see /usr/local/tinderbox/jails/9-HEAD.i386/distribution.tmp Last lines from log: cd /usr/local/tinderbox/jails/9-HEAD.i386/src/etc/sendmail; make

Re: Can't make distribution TARGET_ARCH=... after r209510

2010-07-19 Thread Mykola Dzham
M. Warner Losh wrote: In message: 20100718.171610.338707487962422543@bsdimp.com M. Warner Losh i...@bsdimp.com writes: : In message: 20100718210154.ga94...@laptop.levsha.me : Mykola Dzham i...@levsha.me writes: : : Hi! : : Attemt to make jail with different

Re: Can't make distribution TARGET_ARCH=... after r209510

2010-07-20 Thread Mykola Dzham
Mykola Dzham wrote: M. Warner Losh wrote: In message: 20100718.171610.338707487962422543@bsdimp.com M. Warner Losh i...@bsdimp.com writes: : In message: 20100718210154.ga94...@laptop.levsha.me : Mykola Dzham i...@levsha.me writes: : : Hi! : : Attemt

bin/tar incorrectly parse '[^...]' patterns in --exclude

2010-10-05 Thread Mykola Dzham
Hi! bsd tar parse only '[!...]' as negate pattern, but gnu tar and bsd tar on 8-STABLE parse '[^...]' too: # uname -a FreeBSD laptop.levsha.me 9.0-CURRENT FreeBSD 9.0-CURRENT #4 r212602M: Wed Sep 15 04:50:20 EEST 2010 r...@laptop.levsha.me:/usr/obj/usr/src/sys/LEVSHA amd64 # tar --version