From owner-freebsd-commit Sun Sep 17 16:18:40 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA03792 for freebsd-commit-outgoing; Sun, 17 Sep 1995 16:18:40 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA03780 for cvs-all-outgoing; Sun, 17 Sep 1995 16:18:37 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA03766 for cvs-user-outgoing; Sun, 17 Sep 1995 16:18:35 -0700 Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id QAA03743 ; Sun, 17 Sep 1995 16:18:23 -0700 Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.6.12/8.6.12) id QAA03256; Sun, 17 Sep 1995 16:18:16 -0700 From: "Rodney W. Grimes" Message-Id: <199509172318.QAA03256@GndRsh.aac.dev.com> Subject: Re: cvs commit: src/eBones/usr.sbin/kerberos kerberos.c To: rgrimes@GndRsh.aac.dev.com (Rodney W. Grimes) Date: Sun, 17 Sep 1995 16:18:16 -0700 (PDT) Cc: wpaul@freefall.freebsd.org, mark@grondar.za, CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org In-Reply-To: <199509172256.PAA03190@GndRsh.aac.dev.com> from "Rodney W. Grimes" at Sep 17, 95 03:56:39 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1989 Sender: owner-commit@FreeBSD.org Precedence: bulk > > > > > > > I'll gladly tar up the whole thing and give it to you, but nobody's > > > > answered my questions yet: > > > > > > > > - Do we really want to import the GNU mp library? > > > > > > How big is that? > > > > -rw-r--r-- 1 root bin 108358 Jul 21 00:17 /usr/src/gmp-1.3.2.tar.gz > > -rw-r--r-- 1 root sysman 261188 Jul 21 00:24 /usr/src/gmp-1.3.2/libgmp.a > > -rw-r--r-- 1 root sysman 110280 Jul 21 00:25 /usr/src/gmp-1.3.2/libmp.a > > > > The libmp.a library is the part we need: it's a clone of the 'Berkeley' > > libmp library. The libgmp.a library contains many other interesting > > things, none of which are strictly necessary for Secure RPC. Still, if we're > > going to do one, we may as wlel do both, since they're both GPL'ed. > > We want to import that (from /usr/src/lib/Makefile): > # XXX MISSING: libmp libplot > > The copy in BSD 4.4 has AT & T copyrights in it... if gnu has reimplemented > this library we want it ASAP in src/gnu/lib/libmp. > ... > > There are some other things that could be built if we had this.. I forget > right now what they are, but am running a search hoping it finishes before > I finish this sentence..... oh well, not fast enought... later Well, I didn't get many hits: SkyRsh# kfind libmp ./gnu/usr.bin/cvs/examples/modules:libmp usr.lib/libmp ./lib/Makefile:# XXX MISSING: libmp libplot ./share/man/man3/intro.3:.It Xr libmp Pq Fl l Ns Ar mp ./share/mk/bsd.README: LIBMP /usr/lib/libmp.a ./share/mk/bsd.prog.mk:LIBMP?= ${DESTDIR}/usr/lib/libmp.a # XXX doesn't exist SkyRsh# Perhaps now I should go hunt for LIBMP :-) > -- > Rod Grimes rgrimes@gndrsh.aac.dev.com > Accurate Automation Company Reliable computers for FreeBSD > -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD