Re: x11/nvidia-driver / Compilation has failed

2011-10-05 Thread Nali Toja
Ali Mashtizadeh writes: > 2011/8/31 Alexey Dokuchaev : >> On Mon, Aug 29, 2011 at 02:59:48PM +0200, Olivier Smedts wrote: >>> 2011/8/29 ken : >>> > Could I test your patch for nvidia-driver, too? >>> > I cannot find your patch in this mail. >>> >>> I took the patch in : >>> http://lists.freebsd.o

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: 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

crash in sb-concurrency tests after r216641 on x86-64/freebsd9/sb-thread

2011-10-11 Thread Nali Toja
After r216641 sbcl built with sb-thread dies on mailbox tests. It also dies when I try to complete a symbol in slime. The workaround seems to be to revert libthr to r216640. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/154050 http://svn.freebsd.org/changeset/base/216641 http://www.freshp

Re: [RFC] Prepend timestamp in msgbuf

2011-10-14 Thread Nali Toja
Alexander Best writes: >> On Fri Oct 14 11, Poul-Henning Kamp wrote: >> > In message <20111014085609.ga3...@freebsd.org>, Alexander Best writes: >> > >> > >1) would it be possible to prepend those timestamps to the actual console >> > >output and not only to the output of demsg? maybe via a sysc

Re: sys/conf/newvers.sh vs. subversion-1.7

2011-10-22 Thread Nali Toja
Olivier Smedts writes: >> >> $(svn info | awk '/^Revision:/ {print $2}') >> >> is what I use in my installkernel wrapper script. Granted, I didn't know >> about svnversion some time later, but it appears that svnversion broke some >> things by consolidating the .svn directories as Chris shows abo