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
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
[.
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
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
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
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