Date: Sun, 8 Nov 1998 09:39:52 -0600 (CST) From: Licia <licia@o-o.org> To: Open Systems Networking <opsys@mail.webspan.net> Cc: freebsd-chat@FreeBSD.ORG Subject: Re: Now THIS would be a cool port! :-) Message-ID: <Pine.BSF.3.96.981108093204.16508B-100000@o-o> In-Reply-To: <Pine.BSF.4.02.9811080735330.23767-100000@orion.webspan.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 8 Nov 1998, Open Systems Networking wrote: > > Cracking DES and RSA keys might be fun for a while but THIS is WAY cool, > this should be a port :-) > > ftp://setiathome.ssl.berkeley.edu/pub/seti@home/ > > The home page for it is at http://setiathome.ssl.berkeley.edu/ > > Chris > This doesn't really need to be ported, unless you mean building one for the ports/packages system. Simply download sh_unix_1.6.tar.gz and do this : Comment out these two lines like so: #CC = gcc -Wall -O6 -g -I$(ZLIB_DIR) -DHAVE_ZLIB #CLIBS = -L$(ZLIB_DIR) -lz -lm -lsocket -lnsl then add these three : # FreeBSD CC = gcc -Wall -O6 -g -DHAVE_ZLIB CLIBS = -lz -lm and it will compile nicely. If you don't have zlib installed, you probably need to install it, as it doesn't seem to compile without it :) [ licia@o-o.org ] [ http://www.o-o.org/ ] [ IrcNick : Licia ] [ A happy user of FreeBSD : http://www.freebsd.org/ ] [ Why crawl through windows when you can walk through a door? ] [ This user boycotts all Microsoft products and services ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.981108093204.16508B-100000>