From owner-freebsd-commit Sun Sep 17 19:29:52 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA21218 for freebsd-commit-outgoing; Sun, 17 Sep 1995 19:29:52 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA21198 for cvs-all-outgoing; Sun, 17 Sep 1995 19:29:48 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA21184 for cvs-user-outgoing; Sun, 17 Sep 1995 19:29:45 -0700 Received: (from wpaul@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA21171 ; Sun, 17 Sep 1995 19:29:39 -0700 From: Bill Paul Message-Id: <199509180229.TAA21171@freefall.freebsd.org> 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 19:29:38 -0700 (PDT) Cc: CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org In-Reply-To: <199509172318.QAA03256@GndRsh.aac.dev.com> from "Rodney W. Grimes" at Sep 17, 95 04:18:16 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 1508 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. Well, it wouldn't take too much work to import it. The code compiles without any errors using just a simple 'make.' The Makefile needs to be be bmake-ed though. The documentation in gmp-1.3.2 talks about a gmp-2.0, but it doesn't seem to exist. Could have been just wishful thinking on the author's part. I'd rather have someone else do the import since I'm a little fuzzy on the exact procedure, but if no one else has time I suppose I could handle it. -Bill