Date: Mon, 11 Jun 2001 17:25:28 +0200 From: dirk.meyer@dinoex.sub.org (Dirk Meyer) To: freebsd-ports@FreeBSD.ORG, johan@ankarloo.nu Subject: Re: OpenSSH Message-ID: <HPAkWVDRhP@dmeyer.dinoex.sub.org> References: <Pine.OSF.4.31.0106102256090.28501-100000@jaguar.ir.miami.edu> <Pine.BSF.4.21.0106111018190.51531-100000@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
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?HPAkWVDRhP>