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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to