From owner-freebsd-chat Sun Nov 8 07:40:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21430 for freebsd-chat-outgoing; Sun, 8 Nov 1998 07:40:28 -0800 (PST) (envelope-from owner-freebsd-chat@FreeBSD.ORG) Received: from o-o.org (o-o.org [207.252.201.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21415 for ; Sun, 8 Nov 1998 07:40:26 -0800 (PST) (envelope-from licia@o-o.org) Received: from localhost (root@localhost) by o-o.org (8.8.8/8.8.7) with SMTP id JAA16679; Sun, 8 Nov 1998 09:39:52 -0600 (CST) Date: Sun, 8 Nov 1998 09:39:52 -0600 (CST) From: Licia To: Open Systems Networking cc: freebsd-chat@FreeBSD.ORG Subject: Re: Now THIS would be a cool port! :-) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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