Return to BSD News archive
Path: sserve!manuel.anu.edu.au!munnari.oz.au!spool.mu.edu!caen!destroyer!cs.ubc.ca!unixg.ubc.ca!sitka.triumf.ca!felawka From: felawka@sitka.triumf.ca (Larry Felawka) Newsgroups: comp.unix.bsd Subject: Port of Archie 1.2 to 386BSD Date: 23 Oct 1992 20:55:50 GMT Organization: TRIUMF, Vancouver BC Lines: 49 Distribution: world Message-ID: <1c9osmINN2c@iskut.ucs.ubc.ca> NNTP-Posting-Host: sitka.triumf.ca Fellow 386BSD enthusiasts, I am enclosing patches to Archie 1.2 (a program to query anonymous ftp sites) for 386BSD. The usual caveats, disclaimers and disavowals of responsibilty apply. Enjoy! Larry Felawka *** Makefile.orig Wed Nov 20 10:43:29 1991 --- Makefile Sun Oct 18 15:40:35 1992 *************** *** 12,18 **** # * If you're running EP/IX, you may need to add -systype bsd43 ..try # it without it first, though. ! OPTIONS= -O -I. # -43 -systype bsd43 # For this, DEFINES is usually ok as-is. Try it without any of these # first; if some stuff fails or shows up undefined, then come back and --- 12,18 ---- # * If you're running EP/IX, you may need to add -systype bsd43 ..try # it without it first, though. ! OPTIONS= -traditional -O -I. # -43 -systype bsd43 # For this, DEFINES is usually ok as-is. Try it without any of these # first; if some stuff fails or shows up undefined, then come back and *************** *** 30,36 **** # * if your system doesn't have the re_comp/regcmp or re_exec/regex # routines (no regex(3)/regcmp(3X) library), then add -DNOREGEX # * if your system is lacking strspn(), add -DSTRSPN ! DEFINES= -DDEBUG # Usually LDFLAGS is empty; if, after you build this, archie # complains that it can't resolve ARCHIE.SURA.NET, you need --- 30,36 ---- # * if your system doesn't have the re_comp/regcmp or re_exec/regex # routines (no regex(3)/regcmp(3X) library), then add -DNOREGEX # * if your system is lacking strspn(), add -DSTRSPN ! DEFINES= -DNOREGEX # Usually LDFLAGS is empty; if, after you build this, archie # complains that it can't resolve ARCHIE.SURA.NET, you need -- Larry Felawka TRIUMF Vancouver, BC