From owner-svn-src-projects@freebsd.org Sat Aug 8 11:16:04 2015 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 716369B5A37 for ; Sat, 8 Aug 2015 11:16:04 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 077436AE; Sat, 8 Aug 2015 11:16:04 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wicne3 with SMTP id ne3so86027538wic.1; Sat, 08 Aug 2015 04:16:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=brYjy/wqY6qwi2e7mLYb8U5Zebzr1a6gTgySo1TE1q8=; b=POF1w3VH+jEQItDQtd86Td9xwI2zopnnxPMS39mr7XtGvGy1vXjtQ4ezQfcbmQs7CP QCYCGwC9ux7VaPIns1e4zd7+XKuS/Ss+4QC1knuuBaDGBov7h0In1LoAgqCmPw8HGRRB KoRFtniOcrTL9N5hdv3xN9UyG3Mm5tjXOdtAWIE+Fw5SpfmiqAa+a3AjLEAv3WQY72Vc 4IXFu8TGxDm967aI6Gs3K5bStRzNxKRK0LHGD2pw1ISUFnC7YGArCF1jG3/h3mV0QzvD 3ZTk7gk8vcmbeFeiachrDMCBCrlqmbcifjO26ReqbYzs9vuIxn0VYN0rQZfoIOux4KOt FfkQ== X-Received: by 10.180.90.209 with SMTP id by17mr6549263wib.60.1439032562394; Sat, 08 Aug 2015 04:16:02 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id o9sm19058917wja.29.2015.08.08.04.16.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 08 Aug 2015 04:16:01 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 8 Aug 2015 13:15:58 +0200 From: Baptiste Daroussin To: NGie Cooper Cc: "src-committers@freebsd.org" , "svn-src-projects@freebsd.org" Subject: Re: svn commit: r286431 - projects/collation/share/mk Message-ID: <20150808111558.GM43782@ivaldir.etoilebsd.net> References: <201508072345.t77NjXbh010709@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GoZzJvFfKjxI3RhA" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Aug 2015 11:16:04 -0000 --GoZzJvFfKjxI3RhA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 07, 2015 at 10:49:13PM -0700, NGie Cooper wrote: > On Fri, Aug 7, 2015 at 4:45 PM, Baptiste Daroussin wro= te: > > Author: bapt > > Date: Fri Aug 7 23:45:32 2015 > > New Revision: 286431 > > URL: https://svnweb.freebsd.org/changeset/base/286431 > > > > Log: > > Define libavl in src.libnames.mk > > > > Modified: > > projects/collation/share/mk/src.libnames.mk > > > > Modified: projects/collation/share/mk/src.libnames.mk > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- projects/collation/share/mk/src.libnames.mk Fri Aug 7 23:41:26 201= 5 (r286430) > > +++ projects/collation/share/mk/src.libnames.mk Fri Aug 7 23:45:32 201= 5 (r286431) > > @@ -57,6 +57,7 @@ _LIBRARIES=3D \ > > archive \ > > asn1 \ > > auditd \ > > + avl \ > > begemot \ > > bluetooth \ > > bsdxml \ >=20 > I've seen the term `avl' at a few different jobs so far (the > ubituousness at Cisco was pretty big). a) is there a description of > the library? b) can it be a private library instead of a public one? > Thanks! > -NGie libavl is there for a while, actually since zfs as been added given it is an opensolaris lib. Best regards, Bapt --GoZzJvFfKjxI3RhA Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlXF5O4ACgkQ8kTtMUmk6Ex1nwCfTNSFDkh5B6Q4JUlk8qdttGFr wNMAoJBTz+uwLADr7RsmBAVuBwMF9yGY =ModR -----END PGP SIGNATURE----- --GoZzJvFfKjxI3RhA--