From owner-freebsd-ports Tue Mar 4 7:15:32 2003 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 9EFB837B401 for ; Tue, 4 Mar 2003 07:15:31 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E7CD43F93 for ; Tue, 4 Mar 2003 07:15:30 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.8/8.12.3) with ESMTP id h24FFP0X022604; Tue, 4 Mar 2003 10:15:26 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (8.12.3/8.12.3/Submit) with ESMTP id h24FFP2D022505; Tue, 4 Mar 2003 10:15:25 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Tue, 4 Mar 2003 10:15:23 -0500 (EST) From: Trevor Johnson To: Michael J Ruhl Cc: ports@FreeBSD.ORG Subject: Re: zip port In-Reply-To: <1046720945.29893.291.camel@dhcp18218294.americas.nokia.com> Message-ID: <20030304101143.B72749-100000@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 > I am trying to install the /usr/ports/archivers/zip port, and have been > having some problems with it. > > It is downloading to files: zip23.tar.gz and zcrypt29.exportable.zip. > > Note the second file is a zip file, however, I don't have zip. How can > I unzip this file and get the port installed? The "zip" command creates .ZIP archives; the "unzip" command unpacks them. The line: BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip should ensure that "unzip" is installed. -- Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message