Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2001 11:36:16 -0400
From:      "Mike Jakubik" <mikej@trigger.net>
To:        "David W. Chapman Jr." <dwcjr@inethouston.net>
Cc:        <ports@FreeBSD.org>
Subject:   RE: openssh port
Message-ID:  <FMELKCEINAGGPLLNMKEOCEEGCIAA.mikej@trigger.net>
In-Reply-To: <001101c0eab6$419057a0$931576d8@inethouston.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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" <mikej@trigger.net>
> To: <ports@FreeBSD.org>
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FMELKCEINAGGPLLNMKEOCEEGCIAA.mikej>