Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2001 18:10:45 +0200 (CEST)
From:      Johan Ankarloo <johan@ankarloo.nu>
To:        Dirk Meyer <dirk.meyer@dinoex.sub.org>
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: OpenSSH
Message-ID:  <Pine.BSF.4.21.0106111804190.64034-100000@localhost>
In-Reply-To: <HPAkWVDRhP@dmeyer.dinoex.sub.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi again and thanks for your help but it seems that it doesn't work any
way. I still gets the same error message. It could be that is isn't
getting executed or something.

Just a thought. Wouldn't it be easier to update my make binary instead of
trying to fix it with some special makefile? 

I tried to find make in the ports collection but with no luck. Isn't make
in the port collection?

Regards
Johan

On Mon, 11 Jun 2001, Dirk Meyer wrote:

> Johan Ankarloo wrote:,
> 
> > "Makefile", line 27: Malformed conditional ((${KERBEROS:L} == "yes"))
> > "Makefile", line 29: Malformed conditional ((${AFS:L} == "yes"))
> 
> Please try to add this "Makefile.local" in the directory
> ports/security/openssh
> 
> This will fix the problem with older make
> 
> kind regards Dirk
> 
> - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
> 
> # This is a shell archive.  Save it in a file, remove anything before
> # this line, and then unpack it by entering "sh file".  Note, it may
> # create directories; files and directories will be owned by you and
> # have default permissions.
> #
> # This archive contains:
> #
> #	Makefile.local
> #
> echo x - Makefile.local
> sed 's/^X//' >Makefile.local << 'END-of-Makefile.local'
> X
> XFIXME=	lib/Makefile scp/Makefile sftp/Makefile sftp-server/Makefile \
> X	ssh/Makefile ssh-add/Makefile ssh-agent/Makefile \
> X	ssh-keygen/Makefile ssh-keyscan/Makefile sshd/Makefile
> X	
> Xpost-configure:
> X.for i in ${FIXME}
> X	@${PERL5} -pi -e "s=KERBEROS[:]L=KERBEROS=" ${WRKSRC}/${i}
> X	@${PERL5} -pi -e "s=AFS[:]L=AFS=" ${WRKSRC}/${i}
> X.endfor
> X
> END-of-Makefile.local
> exit
> 
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" 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.4.21.0106111804190.64034-100000>