From owner-freebsd-ports Mon Jun 11 9: 8:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.trigger.net (ns.trigger.net [204.50.18.5]) by hub.freebsd.org (Postfix) with ESMTP id 51BCA37B401 for ; Mon, 11 Jun 2001 09:08:34 -0700 (PDT) (envelope-from mikej@trigger.net) Received: from mike (wettoast.trigger.net [204.50.18.204]) by mail.trigger.net (Postfix) with SMTP id 559507DF21; Mon, 11 Jun 2001 12:08:33 -0400 (EDT) From: "Mike Jakubik" To: "Joe Clarke" Cc: "David W. Chapman Jr." , Subject: RE: openssh port Date: Mon, 11 Jun 2001 12:08:32 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal In-Reply-To: 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 That Makefile modification did the job, however my base system just seems to be too old for OpenSSH. cc -O2 -pipe -I/usr/ports/security/openssh/work/ssh/lib/.. -Wall -I/usr/loca l/include -I/usr/ports/security/openssh/work/ssh/lib/.. -Wall -I/usr/local/ usr/include -c /usr/ports/security/openssh/work/ssh/lib/../uuencode.c -o uuencode.o In file included from /usr/ports/security/openssh/work/ssh/lib/../uuencode.c:31: /usr/include/resolv.h:270: parse error before `ns_tsig_key' /usr/include/resolv.h:391: parse error before `ns_tsig_key' /usr/include/resolv.h:392: parse error before `ns_class' *** Error code 1 Stop. Thanks again, the support you guys provide is just amazing :) > -----Original Message----- > From: Joe Clarke [mailto:marcus@miami.edu] > Sent: Monday, June 11, 2001 11:58 AM > To: Mike Jakubik > Cc: David W. Chapman Jr.; ports@FreeBSD.org > Subject: RE: openssh port > > > Dirk Meyer sent out a Makefile.local that is designed to work with older > versions of make. Break out the following shar archive, and follow Dirk's > instructions. > > Joe Clarke > > Date: Mon, 11 Jun 2001 17:25:28 +0200 > From: Dirk Meyer > To: freebsd-ports@FreeBSD.ORG, johan@ankarloo.nu > Subject: Re: OpenSSH > > 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 > > > On Mon, 11 Jun 2001, Mike Jakubik wrote: > > > Excellent, i see both of the ports have appeared, thanks for > the support. > > Unfortunately none of them will compile on our 3.3 system. I > guess its time > > to upgrade. > > > > FYI: > > > > /usr/ports/security/openssh > > =========================== > > > > >> Checksum OK for openssh-2.9.tgz. > > ===> OpenSSH-2.9_2 depends on shared library: crypto.2 - found > > ===> Patching for OpenSSH-2.9_2 > > ===> Applying FreeBSD patches for OpenSSH-2.9_2 > > ===> Configuring for OpenSSH-2.9_2 > > ===> Building for OpenSSH-2.9_2 > > ===> lib > > Unknown modifier 'L' > > > > "Makefile", line 27: Malformed conditional ((${KERBEROS:L} == "yes")) > > Unknown modifier 'L' > > > > "Makefile", line 27: Missing dependency operator > > Unknown modifier 'L' > > > > "Makefile", line 29: Malformed conditional ((${AFS:L} == "yes")) > > Unknown modifier 'L' > > > > "Makefile", line 29: Missing dependency operator > > "Makefile", line 32: if-less endif > > "Makefile", line 32: Need an operator > > "Makefile", line 33: if-less endif > > "Makefile", line 33: Need an operator > > make: fatal errors encountered -- cannot continue > > *** Error code 1 > > > > Stop. > > > > > > /usr/ports/security/openssh-portable > > ==================================== > > > > ... > > if test "doc" = "cat"; then manpage=./`echo sftp.1.out | sed > > 's/\.[1-9]\.out$/\.0/'`; else manpage=./`echo sftp.1.out | sed > > 's/\.out$//'`; fi; if test "doc" = "man"; then /usr/bin/perl5 > > ./fixpaths -D/etc/ssh_config=/usr/local/etc/ssh_config > -D/etc/ssh_known_hos > > ts=/usr/local/etc/ssh_known_hosts > -D/etc/sshd_config=/usr/local/etc/sshd_co > > nfig -D/usr/libexec=/usr/local/libexec > -D/etc/shosts.equiv=/usr/local/etc/ > > shosts.equiv -D/etc/ssh_host_key=/usr/local/etc/ssh_host_key > -D/etc/ssh_ho > > st_dsa_key=/usr/local/etc/ssh_host_dsa_key > -D/etc/ssh_host_rsa_key=/usr/loc > > al/etc/ssh_host_rsa_key -D/var/run/sshd.pid=/var/run/sshd.pid > -D/etc/prime > > s=/usr/local/etc/primes -D/etc/sshrc=/usr/local/etc/sshrc > -D/usr/X11R6/bin > > /xauth=/usr/X11R6/bin/xauth > -D/usr/bin:/bin:/usr/sbin:/sbin=/usr/bin:/bin:/ > > usr/sbin:/sbin::/usr/local/bin ${manpage} | /usr/bin/perl5 > ./mdoc2man.pl > > > sftp.1.out; else /usr/bin/perl5 > > ./fixpaths -D/etc/ssh_config=/usr/local/etc/ssh_config > -D/etc/ssh_known_hos > > ts=/usr/local/etc/ssh_known_hosts > -D/etc/sshd_config=/usr/local/etc/sshd_co > > nfig -D/usr/libexec=/usr/local/libexec > -D/etc/shosts.equiv=/usr/local/etc/ > > shosts.equiv -D/etc/ssh_host_key=/usr/local/etc/ssh_host_key > -D/etc/ssh_ho > > st_dsa_key=/usr/local/etc/ssh_host_dsa_key > -D/etc/ssh_host_rsa_key=/usr/loc > > al/etc/ssh_host_rsa_key -D/var/run/sshd.pid=/var/run/sshd.pid > -D/etc/prime > > s=/usr/local/etc/primes -D/etc/sshrc=/usr/local/etc/sshrc > -D/usr/X11R6/bin > > /xauth=/usr/X11R6/bin/xauth > -D/usr/bin:/bin:/usr/sbin:/sbin=/usr/bin:/bin:/ > > usr/sbin:/sbin::/usr/local/bin ${manpage} > sftp.1.out; fi > > (cd openbsd-compat; make) > > cc -O2 -pipe -Wall -I. -I.. -I. -I./.. -I/usr/local/include > -DHAVE_CONFIG_H > > -c bsd-arc4random.c > > In file included from ../defines.h:23, > > from ../config.h:740, > > from ../includes.h:22, > > from bsd-arc4random.c:25: > > /usr/include/sys/bitypes.h:25: conflicting types for `int8_t' > > /usr/include/sys/inttypes.h:11: previous declaration of `int8_t' > > /usr/include/sys/bitypes.h:26: warning: redefinition of `u_int8_t' > > /usr/include/sys/types.h:60: warning: `u_int8_t' previously > declared here > > /usr/include/sys/bitypes.h:27: warning: redefinition of `int16_t' > > /usr/include/sys/inttypes.h:12: warning: `int16_t' previously > declared here > > /usr/include/sys/bitypes.h:28: warning: redefinition of `u_int16_t' > > /usr/include/sys/types.h:61: warning: `u_int16_t' previously > declared here > > /usr/include/sys/bitypes.h:29: warning: redefinition of `int32_t' > > /usr/include/sys/inttypes.h:13: warning: `int32_t' previously > declared here > > /usr/include/sys/bitypes.h:30: warning: redefinition of `u_int32_t' > > /usr/include/sys/types.h:62: warning: `u_int32_t' previously > declared here > > *** Error code 1 > > > > Stop. > > > > > > > -----Original Message----- > > > From: David W. Chapman Jr. [mailto:dwcjr@inethouston.net] > > > Sent: Friday, June 01, 2001 12:17 PM > > > To: Mike Jakubik; ports@FreeBSD.org > > > Subject: Re: openssh port > > > > > > > > > It appears so, but it looks like there are two works to > keeping it up to > > > date. One to keep the openbsd specific version in the tree and > > > the portable > > > version which I'm working on. They both work off version 2.9 > and alteast > > > one should be in the source tree soon. > > > > > > ----- Original Message ----- > > > From: "Mike Jakubik" > > > To: > > > Sent: Friday, June 01, 2001 10:38 AM > > > Subject: openssh port > > > > > > > > > > Hi, > > > > > > > > Just wondering, is there a reason why the OpenSSH port > stays so out of > > > > date? Is there a lack of resources to keep this up to date? > > > > > > > > Thanks. > > > > > > > > > > > > --=--==-====-=============-====-==--=-- > > > > Mike Jakubik - System Administrator > > > > > > > > mikej@trigger.net > > > > Trigger Internet Solutions > > > > http://www.trigger.net > > > > (905) 405-0170 > > > > --=--==-====-=============-====-==--=-- > > > > > > > > > > > > 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 > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message