From owner-freebsd-current@FreeBSD.ORG Tue Mar 25 15:38:58 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD23F1D0 for ; Tue, 25 Mar 2014 15:38:58 +0000 (UTC) Received: from mail-qc0-f180.google.com (mail-qc0-f180.google.com [209.85.216.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6FE89CAB for ; Tue, 25 Mar 2014 15:38:58 +0000 (UTC) Received: by mail-qc0-f180.google.com with SMTP id w7so802430qcr.11 for ; Tue, 25 Mar 2014 08:38:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=ygv45oD/zy+soXOZR1jRWjEcCl+QGT6amTtutB0bZAU=; b=iTxy8p4NU6nFWccZJFStvcq3HfOti5NPz00BDaPAazIz5Ptgw3DT6bTG76+nxA1G7l S50osPBgkFhhDohgRU9DjU5/MPuTbbe/PxgejsPDPD1Wfb6q91cpWQPMqErS5b9RAqe6 dmpKHUOZgWz9Vx2rsgUODACW9BkpaAaLd04f1Rc8At0y4mHdo7N679A0+FlR0MHLD3ow /9MXGE+OLYldCuZHgUMB5vc2k6yH8asXTfs8kk90rvEgyQ3jcAQznkooiDHFIyx5iVDL k79JbX/bMVq1Amubtslb31R0M6GSQafLLgVse/6ltFeB6G3bLtGZyytq9ZFAY3EO8IwL yxxg== X-Gm-Message-State: ALoCoQkjt5SCKVx2j5FFsKAAZHqL7BXE7Fai/jP96xJ3AQdEzhBfcQ49irAFGIAFE8Y1AKINZTV3 X-Received: by 10.224.50.72 with SMTP id y8mr84504441qaf.36.1395761935848; Tue, 25 Mar 2014 08:38:55 -0700 (PDT) Received: from netflix-mac.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id b30sm27589392qge.21.2014.03.25.08.38.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Mar 2014 08:38:55 -0700 (PDT) Sender: Warner Losh Subject: Re: WITHOUT_XXX leftovers. Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Content-Type: text/plain; charset=windows-1252 From: Warner Losh X-Priority: 3 (Normal) In-Reply-To: <536067125.20140325170501@serebryakov.spb.ru> Date: Tue, 25 Mar 2014 09:38:54 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <611926EB-C197-465C-946D-42FA92F2ED9D@gmail.com> References: <536067125.20140325170501@serebryakov.spb.ru> To: lev@FreeBSD.org X-Mailer: Apple Mail (2.1874) Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Mar 2014 15:38:58 -0000 On Mar 25, 2014, at 7:05 AM, Lev Serebryakov wrote: > Hello, Freebsd-current. >=20 > I try to trim my NanoBSD install as much as possible without going to = add > "rm /usr/bin/as" to customization steps (ok, I remove /usr/include and > /usr/lib/*.a, but it I don't want cherry-pick binaries). >=20 > So, I have WITHOUT_BINUTILS, WITHOUT_CLANG, WITHOUT_MAN (among others) = but I have: >=20 > /usr/bin/ar > /usr/bin/c89 > /usr/bin/c99 > /usr/bin/flex > /usr/bin/flex++ > /usr/bin/lex > /usr/bin/lex++ (all 4 is the same. of course) > /usr/bin/byacc > /usr/bin/yacc (again, hardlinks) > /usr/bin/mandoc > /usr/bin/ranlib (same as ar) >=20 > Also, IMHO, it will be nice to have knob for vi, which is rather huge = and > another one for all bhyve stuff and one more for openssl _binary_. Yes, we need knobs to turn these off=85 They are small, but every little = bit counts=85 They aren=92t technically part of BINUTITLS anymore=85 Warner