From owner-freebsd-ports Tue Apr 11 15:10:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D8FCB37B5FC for ; Tue, 11 Apr 2000 15:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA44511; Tue, 11 Apr 2000 15:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mx1.issei.org (mx1.issei.org [210.254.221.66]) by hub.freebsd.org (Postfix) with ESMTP id 6485D37BC77 for ; Tue, 11 Apr 2000 15:01:30 -0700 (PDT) (envelope-from issei@issei.org) Received: from tole.issei.org (tole.issei.org [210.254.221.68]) by mx1.issei.org (8.9.3+3.2W/3.7W-v6) with ESMTP/IPv4 id HAA96251 for ; Wed, 12 Apr 2000 07:01:28 +0900 (JST) (envelope-from issei@issei.org) Received: (from issei@localhost) by tole.issei.org (8.9.3/3.7W-client) id HAA19970; Wed, 12 Apr 2000 07:01:28 +0900 (JST) Message-Id: <200004112201.HAA19970@tole.issei.org> Date: Wed, 12 Apr 2000 07:01:28 +0900 (JST) From: issei@jp.FreeBSD.org Reply-To: issei@jp.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17937: ssh2 install fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17937 >Category: ports >Synopsis: security/ssh2 install fails. >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 11 15:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Issei Suzuki >Release: FreeBSD 4.0-STABLE i386 >Organization: Individual >Environment: >Description: security/ssh2 install fails with the following message. ===> Generating temporary packing list /bin/mv -f /usr/local/man/man1/ssh.1 /usr/local/man/man1/ssh.old.1 /bin/mv -f /usr/local/man/man1/ssh-keygen.1 /usr/local/man/man1/ssh-keygen.old.1 /bin/mv -f /usr/local/man/man1/ssh-add.1 /usr/local/man/man1/ssh-add.old.1 /bin/mv -f /usr/local/man/man1/ssh-agent.1 /usr/local/man/man1/ssh-agent.old.1 /bin/mv -f /usr/local/man/man1/scp.1 /usr/local/man/man1/scp.old.1 /bin/mv -f /usr/local/man/man8/sshd.8 /usr/local/man/man8/sshd.old.8 /bin/mkdir -p /usr/local/share/doc/ssh2 install -c -o root -g wheel -m 444 /usr/ports/security/ssh2/work/ssh-2.0.13/CHANGES /usr/local/share/doc/ssh2 install -c -o root -g wheel -m 444 /usr/ports/security/ssh2/work/ssh-2.0.13/LICENSING /usr/local/share/doc/ssh2 install -c -o root -g wheel -m 444 /usr/ports/security/ssh2/work/ssh-2.0.13/README /usr/local/share/doc/ssh2 Syntax error: end of file unexpected (expecting "fi") >How-To-Repeat: # make install >Fix: Apply the following patch, which is submitted by Martin Minkus to me. diff -urN ssh2.old/Makefile ssh2/Makefile --- ssh2.old/Makefile Wed Apr 12 06:52:14 2000 +++ ssh2/Makefile Wed Apr 12 06:52:20 2000 @@ -102,7 +102,7 @@ @if [ ! -f ${PREFIX}/etc/rc.d/sshd.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/sshd.sh startup file."; \ ${SED} -e 's+!!PREFIX!!+${PREFIX}+' < ${FILESDIR}/sshd.sh \ - > ${PREFIX}/etc/rc.d/sshd.sh + > ${PREFIX}/etc/rc.d/sshd.sh ; \ ${CHMOD} 751 ${PREFIX}/etc/rc.d/sshd.sh; \ fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message