Subject: Re: rfc2228-compliant ftp?
To: None <current-users@netbsd.org>
From: Sascha Retzki <lantis@iqranet.info>
List: current-users
Date: 09/18/2004 20:21:59
On Sat, Sep 18, 2004 at 01:05:52PM -0500, Chapman Flack wrote:
> It has been drawn to my attention that I might not have included the actual
> URL for http://bsdftpd-ssl.sc.ru/ in my first post.  That was the only one
> I knew of - thanks for suggesting the other ones too.  bsdftpd-ssl comes with
> makefiles for freebsd and linux but it doesn't seem to have been made a
> pkgsrc package yet.  If I get a chance to play with it maybe I'll do that.
> 
I may add that I renamed all Makefile.FreeBSD into "Makefile" and it compiles
till:
all ===> port
libbsdport
libedit
all ===> ftpd
make: "../port/../port/bsd_prog.mk" line 79: Malformed conditional (${OBJFORMAT} == aout)
make: "../port/../port/bsd_prog.mk" line 79: Need an operator
make: "../port/../port/bsd_prog.mk" line 87: if-less endif
make: "../port/../port/bsd_prog.mk" line 87: Need an operator
make: "../port/../port/bsd_prog.mk" line 164: Malformed conditional (${OBJFORMAT} != aout || make(checkdpadd) || defined(NEED_LIBNAMES))
make: "../port/../port/bsd_prog.mk" line 165: Could not find bsd.libnames.mk
make: "../port/../port/bsd_prog.mk" line 166: if-less endif
make: "../port/../port/bsd_prog.mk" line 166: Need an operator
make: Fatal errors encountered -- cannot continue

make: stopped in /home/lantis/bsdftpd-ssl-1.0.2/ftpd
*** Error code 1

Stop.
make: stopped in /home/lantis/bsdftpd-ssl-1.0.2

something FreeBSDish? Probably... .