Date: Mon, 11 Jun 2001 12:21:21 -0400 (EDT) From: Joe Clarke <marcus@miami.edu> To: Johan Ankarloo <johan@ankarloo.nu> Cc: Dirk Meyer <dirk.meyer@dinoex.sub.org>, freebsd-ports@FreeBSD.ORG Subject: Re: OpenSSH Message-ID: <Pine.OSF.4.31.0106111219020.31786-100000@jaguar.ir.miami.edu> In-Reply-To: <Pine.BSF.4.21.0106111804190.64034-100000@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
gmake is in the ports collection, but the FreeBSD system make is in /usr/src/usr.bin/make. Yes, you could always cvsup -stable, and get up-to-date that way. Also, someone running 3.3 just reported Dirk's Makefile.local did the trick... Joe Clarke On Mon, 11 Jun 2001, Johan Ankarloo wrote: > 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 > > 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.OSF.4.31.0106111219020.31786-100000>