cvs commit: src Makefile.inc1 UPDATING

2008-01-23 Thread Ruslan Ermilov
ru 2008-01-23 22:21:36 UTC FreeBSD src repository Modified files: .Makefile.inc1 UPDATING Log: Support source upgrades from at least 6.0-RELEASE. Reviewed by:imp, obrien Revision ChangesPath 1.596 +4 -0 src/Makefile.inc1 1.

Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/a

2007-10-12 Thread Alexander Leidinger
Quoting Daniel Eischen <[EMAIL PROTECTED]> (from Thu, 11 Oct 2007 16:01:26 -0400 (EDT)): On Thu, 11 Oct 2007, David O'Brien wrote: On Thu, Oct 11, 2007 at 03:47:24PM -0400, Daniel Eischen wrote: Whatever happened to renumbering all symbol versioned libraries to libfoo.0? Or even libfoo.0.0

Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/a

2007-10-11 Thread Kris Kennaway
David O'Brien wrote: On Thu, Oct 11, 2007 at 02:22:43PM -0400, John Baldwin wrote: On Thursday 11 October 2007 01:28:23 pm David O'Brien wrote: On Thu, Oct 11, 2007 at 12:58:36PM +0400, Ruslan Ermilov wrote: On Wed, Oct 10, 2007 at 09:29:57AM -0700, David O'Brien wrote: Shipping a libkse.so.3

Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/a

2007-10-11 Thread John Baldwin
On Thursday 11 October 2007 03:39:14 pm David O'Brien wrote: > On Thu, Oct 11, 2007 at 02:22:43PM -0400, John Baldwin wrote: > > On Thursday 11 October 2007 01:28:23 pm David O'Brien wrote: > > > On Thu, Oct 11, 2007 at 12:58:36PM +0400, Ruslan Ermilov wrote: > > > > On Wed, Oct 10, 2007 at 09:29:5

Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/a

2007-10-11 Thread Ken Smith
On Thu, 2007-10-11 at 16:01 -0400, Daniel Eischen wrote: > On Thu, 11 Oct 2007, David O'Brien wrote: > > > On Thu, Oct 11, 2007 at 03:47:24PM -0400, Daniel Eischen wrote: > >> Whatever happened to renumbering all symbol versioned libraries > >> to libfoo.0? Or even libfoo.0.0. The whole point of

Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/a

2007-10-11 Thread Ken Smith
On Thu, 2007-10-11 at 12:55 -0700, David O'Brien wrote: > On Thu, Oct 11, 2007 at 03:47:24PM -0400, Daniel Eischen wrote: > > Whatever happened to renumbering all symbol versioned libraries > > to libfoo.0? Or even libfoo.0.0. The whole point of symbol > > versioning is that we don't need to bump

Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/a

2007-10-11 Thread Daniel Eischen
On Thu, 11 Oct 2007, David O'Brien wrote: On Thu, Oct 11, 2007 at 03:47:24PM -0400, Daniel Eischen wrote: Whatever happened to renumbering all symbol versioned libraries to libfoo.0? Or even libfoo.0.0. The whole point of symbol versioning is that we don't need to bump library versions for AB

Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/a

2007-10-11 Thread David O'Brien
On Thu, Oct 11, 2007 at 03:47:24PM -0400, Daniel Eischen wrote: > Whatever happened to renumbering all symbol versioned libraries > to libfoo.0? Or even libfoo.0.0. The whole point of symbol > versioning is that we don't need to bump library versions > for ABI breakage. That's what I'd like to s

Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/a

2007-10-11 Thread Daniel Eischen
Whatever happened to renumbering all symbol versioned libraries to libfoo.0? Or even libfoo.0.0. The whole point of symbol versioning is that we don't need to bump library versions for ABI breakage. -- DE ___ cvs-all@freebsd.org mailing list http://li

Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/a

2007-10-11 Thread David O'Brien
On Thu, Oct 11, 2007 at 02:22:43PM -0400, John Baldwin wrote: > On Thursday 11 October 2007 01:28:23 pm David O'Brien wrote: > > On Thu, Oct 11, 2007 at 12:58:36PM +0400, Ruslan Ermilov wrote: > > > On Wed, Oct 10, 2007 at 09:29:57AM -0700, David O'Brien wrote: > > > > Shipping a libkse.so.3 in 7.0

Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/a

2007-10-11 Thread John Baldwin
On Thursday 11 October 2007 01:28:23 pm David O'Brien wrote: > On Thu, Oct 11, 2007 at 12:58:36PM +0400, Ruslan Ermilov wrote: > > On Wed, Oct 10, 2007 at 09:29:57AM -0700, David O'Brien wrote: > > > Shipping a libkse.so.3 in 7.0, would be yet another FreeBSD weirdism as > > > folks may wonder wher

Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/a

2007-10-11 Thread David O'Brien
On Thu, Oct 11, 2007 at 12:58:36PM +0400, Ruslan Ermilov wrote: > On Wed, Oct 10, 2007 at 09:29:57AM -0700, David O'Brien wrote: > > Shipping a libkse.so.3 in 7.0, would be yet another FreeBSD weirdism as > > folks may wonder where .1 & 2 are. > > They are right here: > > /usr/ports/misc/compat5x

Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/a

2007-10-11 Thread Ruslan Ermilov
On Wed, Oct 10, 2007 at 09:29:57AM -0700, David O'Brien wrote: > On Wed, Oct 10, 2007 at 01:16:03PM +0200, Dag-Erling Smrgrav wrote: > > "David E. O'Brien" <[EMAIL PROTECTED]> writes: > > > Log: > > > Repo copy libpthreads to libkse. > > > This introduces the WITHOUT_LIBKSE nob, > > > and c

Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/a

2007-10-10 Thread David O'Brien
On Wed, Oct 10, 2007 at 01:16:03PM +0200, Dag-Erling Smrgrav wrote: > "David E. O'Brien" <[EMAIL PROTECTED]> writes: > > Log: > > Repo copy libpthreads to libkse. > > This introduces the WITHOUT_LIBKSE nob, > > and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. > > Appro

Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/a

2007-10-10 Thread Dag-Erling Smørgrav
"David E. O'Brien" <[EMAIL PROTECTED]> writes: > Log: > Repo copy libpthreads to libkse. > This introduces the WITHOUT_LIBKSE nob, > and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. > Approved by:re(kensmith) Was the SHLIB_MAJOR regression for libkse (from 3 to 0)

cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/amd64

2007-10-09 Thread David E. O'Brien
obrien 2007-10-09 13:42:34 UTC FreeBSD src repository Modified files: .Makefile.inc1 UPDATING cddl/lib Makefile cddl/usr.bin Makefile cddl/usr.sbinMakefile lib Makefile lib/libkse Make

cvs commit: src Makefile.inc1 UPDATING

2007-03-01 Thread Ruslan Ermilov
ru 2007-03-01 15:42:23 UTC FreeBSD src repository Modified files: .Makefile.inc1 UPDATING Log: Bump the bootstrapping requirements for gensnmptree(1) and remove a note in UPDATING that tried to work around the build breakage. Tested by: jhb