From owner-freebsd-ports Mon May 1 2:49:48 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp1.cluster.oleane.net (smtp1.cluster.oleane.net [195.25.12.16]) by hub.freebsd.org (Postfix) with ESMTP id DE0B537B859 for ; Mon, 1 May 2000 02:49:45 -0700 (PDT) (envelope-from rguyom@321.net) Received: from diabolic-cow.mail.dotcom.fr (dyn-1-1-025.Orl.dialup.oleane.fr [195.25.26.25]) by smtp1.cluster.oleane.net with ESMTP id LAA55806; Mon, 1 May 2000 11:49:41 +0200 (CEST) Received: by diabolic-cow.mail.dotcom.fr (Postfix, from userid 1000) id D47E11F7; Mon, 1 May 2000 11:48:01 +0200 (CEST) Date: Mon, 1 May 2000 11:48:01 +0200 From: =?iso-8859-1?Q?R=E9mi_Guyomarch?= To: freebsd-ports@FreeBSD.org Cc: Akinori -Aki- MUSHA Subject: Re: ports/18320: Update ports/ftp/sftp to 0.9.4 Message-ID: <20000501114801.A1500@diabolic-cow.mail.dotcom.fr> References: <200005010820.BAA18219@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200005010820.BAA18219@freefall.freebsd.org>; from knu@idaemons.org on Mon, May 01, 2000 at 01:20:03AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 01, 2000 at 01:20:03AM -0700, Akinori -Aki- MUSHA wrote: > The following reply was made to PR ports/18320; it has been noted by GNATS. > > From: "Akinori -Aki- MUSHA" > To: rguyom@321.net > Cc: FreeBSD-gnats-submit@FreeBSD.ORG > Subject: Re: ports/18320: Update ports/ftp/sftp to 0.9.4 > Date: Mon, 01 May 2000 17:10:07 +0900 > > At Mon, 1 May 2000 01:15:26 +0200 (CEST), > rguyom@321.net wrote: > > - the port try to use the openssh port instead of the system's one > > on 4.x and 5.x > > Are you sure? With the following RUN_DEPENDS, /usr/bin/ssh is > supposed to be detected if it exists. > > > RUN_DEPENDS= ssh:${PORTSDIR}/security/openssh ===> Installing for sftp-0.7 ===> sftp-0.7 depends on executable: ssh - found Yes, you're right. The package installs cleanly (although it takes a long time during the package registration stage, something like 20s on a K6-2/400). But when I try to uninstall it : root@diabolic-cow /usr/ports/ftp/sftp make deinstall ===> Deinstalling for sftp-0.7 pkg_delete: couldn't open dependency file `/var/db/pkg/OpenSSH-1.2.3/+REQUIRED_BY' root@diabolic-cow /usr/ports/ftp/sftp So, even if it doesn't try to use the OpenSSH port, it still register a dependency. I was only half wrong :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message