From owner-freebsd-current Sat Jun 16 20:11:57 2001 Delivered-To: freebsd-current@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by hub.freebsd.org (Postfix) with ESMTP id 215CD37B40C for ; Sat, 16 Jun 2001 20:11:39 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.11.3/8.11.3) id f5H3Bao60078; Sat, 16 Jun 2001 20:11:36 -0700 (PDT) (envelope-from sgk) Date: Sat, 16 Jun 2001 20:11:35 -0700 From: Steve Kargl To: Giorgos Keramidas Cc: current@FreeBSD.ORG Subject: Re: convert libgmp to a port? Message-ID: <20010616201135.A60010@troutmask.apl.washington.edu> References: <20010617054848.A15042@hades.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010617054848.A15042@hades.hell.gr>; from keramida@ceid.upatras.gr on Sun, Jun 17, 2001 at 05:48:48AM +0300 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jun 17, 2001 at 05:48:48AM +0300, Giorgos Keramidas wrote: > > I dont seem to be able to find some part of the base system that > actually *does* use libgmp. Being out of date as it is, do you think > it's proper to remove it from the base system and make it a port? > It is a port. See ports/math/libgmp3. Note also that libmp depends on sources from libgmp. kargl[219] find . -name Makefile | xargs grep lmp ./kerberosIV/libexec/telnetd/Makefile: -L${KRBOBJDIR} -lkrb -lcrypt -lcom_err -lmp ${MINUSLPAM} ./kerberosIV/usr.bin/telnet/Makefile: -L${KRBOBJDIR} -lkrb -lcrypt -lcom_err -lmp -lipsec ${MINUSLPAM} ./secure/libexec/telnetd/Makefile: -lcrypt -lmp ${MINUSLPAM} ./secure/usr.bin/telnet/Makefile:LDADD= -ltermcap ${LIBTELNET} -lcrypto -lcrypt -lmp \ ./usr.bin/chkey/Makefile:LDADD= -lrpcsvc -lmp -lgmp ./usr.bin/newkey/Makefile:LDADD= -lrpcsvc -lmp -lgmp ./usr.sbin/keyserv/Makefile:LDADD= -lmp -lrpcsvc kargl[220] find . -name Makefile | xargs grep lgmp ./usr.bin/chkey/Makefile:LDADD= -lrpcsvc -lmp -lgmp ./usr.bin/newkey/Makefile:LDADD= -lrpcsvc -lmp -lgmp -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message