Re: svn commit: r226672 - head/tools/tools/sysbuild

2011-10-23 Thread b. f.
> Author: phk > Date: Sun Oct 23 19:46:01 2011 > New Revision: 226672 > URL: http://svn.freebsd.org/changeset/base/226672 > > Log: > Add a "-P olddistfiles" facility to prefetch ports distfiles, using an > old distfile directory as primary source: > > mkdir /freebsd/ports/distfiles.old

Re: svn commit: r210175 - head/usr.sbin/sysinstall

2010-08-17 Thread b. f.
Peter Jeremy wrote: >On 2010-Aug-16 00:06:35 +0200, Marc Fonvieille wrote: >>We still support PLIP (with a laplink cable) since a plip0 interface >>is displayed on this screen during installation if you have a parallel >>port on the motherboard. > >Has anyone actually verified that it still works?

Re: svn commit: r195230 - head

2009-07-02 Thread b. f.
>Ed Schouten wrote: >> Ed Schouten wrote: >> Not sure, but I think there were multiple header files that were >> removed yesterday. >Never mind. They were modified, not removed. Sorry for the noise! There are at least three that I think may need to be _removed_ from ObsoleteFiles.inc: previous

Re: svn commit: r195295 - in head/sys: amd64/conf i386/conf ia64/conf pc98/conf powerpc/conf sparc64/conf sun4v/conf

2009-07-02 Thread b. f.
> Enable POSIX semaphores on all non-embedded architectures by default. Are you claiming, then, that the warning regarding this option in src/sys/conf/NOTES is outdated and no longer accurate? If so, shouldn't the warning be removed? Or are there still reasons for caution? b. __