From owner-freebsd-ports Mon Jun 11 8:36:53 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 9F0F037B40C for ; Mon, 11 Jun 2001 08:36:18 -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 5A8CE7DF21; Mon, 11 Jun 2001 11:36:17 -0400 (EDT) From: "Mike Jakubik" To: "David W. Chapman Jr." Cc: Subject: RE: openssh port Date: Mon, 11 Jun 2001 11:36:16 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" 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: <001101c0eab6$419057a0$931576d8@inethouston.net> 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 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