From owner-freebsd-ports Mon Jun 11 9:13:57 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ankarloo.nu (barracude.hd.chalmers.se [129.16.220.59]) by hub.freebsd.org (Postfix) with ESMTP id 26E1137B409 for ; Mon, 11 Jun 2001 09:13:34 -0700 (PDT) (envelope-from johan@ankarloo.nu) Received: from localhost (johan@localhost) by ankarloo.nu (8.11.0/8.11.0) with ESMTP id f5BGAjD64221; Mon, 11 Jun 2001 18:10:45 +0200 (CEST) Date: Mon, 11 Jun 2001 18:10:45 +0200 (CEST) From: Johan Ankarloo X-Sender: johan@localhost To: Dirk Meyer Cc: freebsd-ports@FreeBSD.ORG Subject: Re: OpenSSH In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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