Date: Fri, 31 Jan 2003 13:08:50 +0200 From: Ruslan Ermilov <ru@freebsd.org> To: Mark Murray <mark@grondar.org> Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Message-ID: <20030131110850.GA51054@sunbay.com> In-Reply-To: <200301311017.h0VAHiaX012928@grimreaper.grondar.org> References: <20030131082439.GA6346@sunbay.com> <200301311017.h0VAHiaX012928@grimreaper.grondar.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 31, 2003 at 10:17:44AM +0000, Mark Murray wrote: > > Shouldn't the src/secure/lib/libssl/Makefile manpages be also > > controllable by this knob? >=20 > Only if there are manpages that stomp all over other manpages > at instll time, IMO. >=20 Hmm. From make.conf(5): : WANT_OPENSSL_MANPAGES : (bool) Set this to build the OpenSSL manual pages. Th= ese : are not built by default because they clobber a number= of : system manual pages with manual pages describing parts= of : the OpenSSL toolkit, including passwd(1), err(3), md5(= 3), : and others. The intent was to not wipe out system manpages with OpenSSL's ones. Though the intent is clear, the prior implementation did not install a single OpenSSL manpage if WANT_OPENSSL_MANPAGES was undefined, not only the conflicting ones. If you change the undefined(WANT_...) to mean "do not install the conflicting manpages", it's okay with me, but if not, we should not install the rest of OpenSSL manpages either, IMO. > > BTW, MAN3 is spelled MAN nowadays; the former is preserved > > for backwards compatibility only, and should not be used. >=20 > OK. Cool! I'll fix that. >=20 Thanks! Some more patches will be floating in your direction regarding the handling of includes in secure/lib/{libcrypto,libssl}, the old topic, after my test build/install with them finishes. 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 --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+OllCUkv4P6juNwoRAlSuAJwL/MwhS03ofOWtZpmsoUuiMNLLbQCaAkxc r9o2EaiOu8yyh6/J2pvZn7c= =t9yG -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030131110850.GA51054>