From owner-freebsd-stable Thu Aug 8 5: 9:45 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C61D37B400 for ; Thu, 8 Aug 2002 05:09:40 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEF0243E86 for ; Thu, 8 Aug 2002 05:09:36 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g78C97h93322; Thu, 8 Aug 2002 15:09:07 +0300 (EEST) (envelope-from ru) Date: Thu, 8 Aug 2002 15:09:07 +0300 From: Ruslan Ermilov To: Michiel Boland Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Files not touched by make installword Message-ID: <20020808120907.GA91456@sunbay.com> References: <20020808112036.K13332-100000@carmel.diva.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline In-Reply-To: <20020808112036.K13332-100000@carmel.diva.nl> User-Agent: Mutt/1.3.99i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 08, 2002 at 11:37:14AM +0200, Michiel Boland wrote: > Hi. >=20 > I was doing some upgrades from 4.4-RELEASE-p13 (installed from home-made > cd with make release) to 4.4-RELEASE-p25 (installed from cvsup using the > buildworld mantra.) >=20 > I noticed that some files that are installed with a 'minimal' > installation are not updated with make installworld, to be precise:- >=20 > /usr/libdata/perl/5.00503/mach/_h2ph_pre.ph >=20 Seems this file is not touched purposedly. > /usr/share/tmac/man.local >=20 This file is not touched purposedly; it's for local use so it shouldn't be overwritten. > /usr/lib/libcipher_p.a > /usr/lib/libtelnet_p.a > /usr/lib/libssl_p.a > /usr/lib/libcrypto_p.a >=20 These are profiled libraries which you disabled by NOPROFILE. It's safe to remove them. > My /etc/make.conf: >=20 > NOGAMES=3Dtrue # do not build games (games/ subdir) > NOINFO=3Dtrue # do not make or install info files > NOPROFILE=3Dtrue # Avoid compiling profiled libraries >=20 > So I'm wondering about two things (well three actually :) >=20 > Why does the minimal installation install profiled crypto libraries? >=20 Ah OK. This is because all crypto stuff (including all profiles libs above) ends up in a single distribution (crypto), and we do not provide the crypto-manpages, crypto-proflibs, etc. distributions. > What do I do with _h2ph_pre.ph and man.local? Are these files of any use? >=20 Leave them. If you remove them, next installworld will install them. It's usually a good idea to (periodically) installworld to a different DESTDIR, and compare what you have with what you get. This way, you can get rid of many cruft (most of the cruft settles in /usr/include and /usr/libdata/perl). I do this twice a year on my machines, space permitting. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --cNdxnHkX5QqsyA0e Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9Ul9jUkv4P6juNwoRAi+CAJ9KIIDXda6CFN/+ivXA0fRxpgQlUwCeMLew lo8SEPx+hxKnz06TRK6ysvQ= =M1PL -----END PGP SIGNATURE----- --cNdxnHkX5QqsyA0e-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message