From owner-svn-src-projects@FreeBSD.ORG Sun Nov 30 10:19:14 2014 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B65F3980; Sun, 30 Nov 2014 10:19:14 +0000 (UTC) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F510B8; Sun, 30 Nov 2014 10:19:14 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id b13so11949333wgh.18 for ; Sun, 30 Nov 2014 02:19:12 -0800 (PST) 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=3yP/37E5XACMXtLtU5SvkOCy5+4gDIV++Y5idOtlgxM=; b=xCy9Rsv/SNx/6fzmPulsxt08kzZGAD7focTUn+mZ6LKf1tOHKwIawvBTpVGq22eiRn h/euJ04WkM/a8+EoEgJzW3Oh4ZktDl+CTwr0yw1SFpxMtjXiZYpJg8ZZtxMQ19beWMAN 9vt1xEYP6KZa1rYzbwSPWKjq8SqyPcn8Fk7VNKAAiN5CMgGlyj5g8jGza6wX4WN/pL9k GvAATmL8lfgIvwGszzE+HsmEU4RxzExqrPF0bNLUwUjxZAHgYgeVPIsBmntMAtr7cwu4 0bFT0ThMfjyWwCFiXMAdjtRHekKxsdJgo4C4Q10ywQvOl4aOkaiGCYk6funEGLsKuBBk 8X4w== X-Received: by 10.180.96.42 with SMTP id dp10mr66558929wib.38.1417342752212; Sun, 30 Nov 2014 02:19:12 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id t10sm19325377wix.15.2014.11.30.02.19.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 30 Nov 2014 02:19:11 -0800 (PST) Sender: Baptiste Daroussin Date: Sun, 30 Nov 2014 11:19:09 +0100 From: Baptiste Daroussin To: Garrett Cooper Subject: Re: svn commit: r275287 - in projects/building-blocks: share/mk tools/build/options Message-ID: <20141130101909.GJ88765@ivaldir.etoilebsd.net> References: <201411300045.sAU0jXw6015374@svn.freebsd.org> <20141130094530.GI88765@ivaldir.etoilebsd.net> <440D86F6-7005-43A2-96CE-6E7159ED653A@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9Q2l3mYpK16UQ/iv" Content-Disposition: inline In-Reply-To: <440D86F6-7005-43A2-96CE-6E7159ED653A@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-projects@freebsd.org, src-committers@freebsd.org, Garrett Cooper X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 30 Nov 2014 10:19:14 -0000 --9Q2l3mYpK16UQ/iv Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 30, 2014 at 01:54:24AM -0800, Garrett Cooper wrote: > On Nov 30, 2014, at 1:45, Baptiste Daroussin wrote: >=20 > > On Sun, Nov 30, 2014 at 12:45:33AM +0000, Garrett Cooper wrote: > >> Author: ngie > >> Date: Sun Nov 30 00:45:33 2014 > >> New Revision: 275287 > >> URL: https://svnweb.freebsd.org/changeset/base/275287 > >>=20 > >> Log: > >> Add MK_FILE and MK_SQLITE3 > >>=20 > >> - MK_FILE will conditionalize building lib/libmagic and usr.bin/file > >> - MK_SQLITE3 will conditionalize building lib/libsqlite3, and will di= sable > >> MK_SVN/MK_SVNLITE by proxy > >=20 > > Please avoid the MK_SQLITE3 except if you do plan to be able to ship fr= eebsd > > without a manpage reader, newer mandoc which I'm planning to import soo= n is > > using sqlite3 and this is why I extracted it from svn(lite) >=20 > There=E2=80=99s MK_MAN/MK_MAN_UTILS =E2=80=94 I=E2=80=99m ok with making = MK_SQLITE3 set either one of these variables so man(1) isn=E2=80=99t instal= led on the image. Sure, I may update mandoc in the next couple of days so you will be able to= do that. >=20 > The reason why I was looking at removing it is that it adds ~1MB to insta= ll images: >=20 > $ ls -hl /scratch/1/usr/lib/private/libsqlite3.so.0 = = =20 > -r--r--r-- 1 ngie wheel 1.0M Nov 30 00:16 /scratch/1/usr/lib/private/= libsqlite3.so.0 > $ du -sh /scratch/[12]/lib/libc.so.7 > 1.6M /scratch/1/lib/libc.so.7 Sure btw sqlite3 is also hidden in kerberos I was willing to make kerberos = use the private sqlite3 but somehow I have never managed to convince Makefile.i= nc1 that it can use a private library don't know why. Regards, Bapt --9Q2l3mYpK16UQ/iv Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEABECAAYFAlR67xoACgkQ8kTtMUmk6EyQCwCeLwXP77prvBy+rV/ztOlIqTW7 W1QAmwREOxSBDzTpbEGVANNwinVslHrk =g655 -----END PGP SIGNATURE----- --9Q2l3mYpK16UQ/iv--