From owner-freebsd-ports@FreeBSD.ORG Thu May 25 12:18:26 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 665F116A492 for ; Thu, 25 May 2006 12:18:26 +0000 (UTC) (envelope-from dsymonds@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id E40B243D4C for ; Thu, 25 May 2006 12:18:25 +0000 (GMT) (envelope-from dsymonds@gmail.com) Received: by py-out-1112.google.com with SMTP id s49so3056568pyc for ; Thu, 25 May 2006 05:18:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=oe++oBLS+1tnxjiy7Xj8ozzfTpzSlCv6knnbNFmxXnkrQ9/pvYjCUO7dN+re3bST+1ZVw5QIP0eInDPj0FXt/orY6anZEwfpxWzfNvESG953na1cY4vePiZqDVvwazTynsqIC0yljTKdH/TIHtD7D9ppRiG+VrEjhYCfxngq9zQ= Received: by 10.35.107.20 with SMTP id j20mr852714pym; Thu, 25 May 2006 05:18:25 -0700 (PDT) Received: by 10.35.114.5 with HTTP; Thu, 25 May 2006 05:18:25 -0700 (PDT) Message-ID: Date: Thu, 25 May 2006 22:18:25 +1000 From: "Dave Symonds" To: "Philip Radford" In-Reply-To: <006201c67ff4$af7adb90$0207a8c0@P800> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <006201c67ff4$af7adb90$0207a8c0@P800> Cc: freebsd-ports@freebsd.org Subject: Re: SCPOnly Port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 May 2006 12:18:26 -0000 On 5/25/06, Philip Radford wrote: > Hi All, > > Apologies in advance if there is an obvious answer to this but still gett= ing acquainted with ports under FreeBSD. > > I am interested in /usr/ports/shells/scponly. > > However how do I set the parameter WITH_SCPONLY_CHROOT and WITH_SCPONLY_W= INSCP. I assumed I could use 'setenv WITH_SCPONLY_WINSCP =3D yes' but freeb= sd does not like the setenv command. This is on a 5.3 box. You're probably using a shell like 'sh'; instead of setenv, use 'export'. For just building ports, however, it'd be easier to do: (from /usr/ports/shells/scponly): WITH_SCPONLY_WINSCP=3Dyes make install or WITH_SCPONLY_WINSCP=3Dyes WITH_SCPONLY_CHROOT=3Dyes make install Dave. --=20 "Strange women lying in ponds distributing swords is no basis for a system of government."