Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2001 11:58:10 -0400 (EDT)
From:      Joe Clarke <marcus@miami.edu>
To:        Mike Jakubik <mikej@trigger.net>
Cc:        "David W. Chapman Jr." <dwcjr@inethouston.net>, ports@FreeBSD.org
Subject:   RE: openssh port
Message-ID:  <Pine.OSF.4.31.0106111154100.31786-100000@jaguar.ir.miami.edu>
In-Reply-To: <FMELKCEINAGGPLLNMKEOCEEGCIAA.mikej@trigger.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <dirk.meyer@dinoex.sub.org>
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" <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
>
>






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?Pine.OSF.4.31.0106111154100.31786-100000>