next clang -exp run, when? (Was: svn commit: r226890 - in stable/9:...)

2011-10-28 Thread Nali Toja
> Log: > MFC r226633: > > Upgrade our copy of llvm/clang to r142614, from upstream's release_30 > branch. This brings us very close to the 3.0 release, which is expected > November 16, 2011. [...] Now, if only we could have one more -exp run since - the last one was several months a

Re: Vim does not build with ruby19 (since ruby19 does not install the ruby command)

2011-10-11 Thread Nali Toja
Zhihao Yuan writes: >> Zhihao Yuan wrote on 11.10.2011 17:56: >> >> Hi, >>> >>> I specified RUBY_DEFAULT_VER=1.9 in /etc/make.conf, and rebuild everything >>> relates to ruby, and I found the successfully built Vim lacks of the ruby >>> support. >>> >>> By default, vim requires the 'ruby' comman

Re: Patch for ports on 10-current

2011-10-11 Thread Nali Toja
Doug Barton writes: > http://dougbarton.us/bam.patch [...] > +.if ${OSVERSION} >= 100 && !defined(NO_AUTOTOOLS_FIX) Being not limited to GNU_CONFIGURE, is it a feature? Also, there are a few ports that either set WRKSRC instead of BUILD_WRKSRC or extract several distfiles. Why not use WRKDI

Re: Patch for ports on 10-current

2011-10-10 Thread Nali Toja
Doug Barton writes: > Until the pointy-haireds come up with a better solution, here is a patch > that incorporates work that others have done into a manageable form so > that those interested in working with ports on 10-current have some > tools to work with: > > http://dougbarton.us/bam.patch [.

Re: clang and configure checking for equivalent simple type

2011-09-28 Thread Nali Toja
"Klaus T. Aehlig" writes: [...] > #include > #include > int > main () > { > off_t u; long v; &u==&v; > ; > return 0; > } > > and check for compile errors. However, the above program is rejected > by clang, as the value &u==&v is unused, which, of course, has nothing > to do with the intende