From owner-freebsd-stable@FreeBSD.ORG Sun May 27 22:32:06 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D1A871065670 for ; Sun, 27 May 2012 22:32:06 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 918C78FC12 for ; Sun, 27 May 2012 22:32:06 +0000 (UTC) Received: by obcni5 with SMTP id ni5so5965307obc.13 for ; Sun, 27 May 2012 15:32:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=5sKTETKUIj/XpMVuKR2A/tVv2346Hm8jvAqWxMQQ5M0=; b=ukl3fy6OD3+rykMXmk/s39jcsKnE8D4YG3J1ZWR9BevcnnDf79Doh7EeAnjgEkpfYm rcjB/mSZQbhHkY86deQDE1FwvldKVdJFDtMRpVNaj+D/md3lk2/XyvnbgPAw1Q9/Ei5w uNcnwSMgKJ7AqUU6z4oFTTLfnSmxU8OU1pvCUVmKathcFVj/1uVdBW+lYCfkC4WxEpEu SXRsxxVT+K8QFX0a9DvvPGKnKv2eJZYQspTsn1yOlUZa+yjo6kOFyO+OS/ygmxNpVqXK vvk/4PeaEntDeHbVffvF3R2dKspoQmwSno0NuF4xJkzpYIFbwFJML0YY2OThd/Tzas5v VkFA== MIME-Version: 1.0 Received: by 10.182.40.5 with SMTP id t5mr6081403obk.68.1338157925998; Sun, 27 May 2012 15:32:05 -0700 (PDT) Received: by 10.60.116.38 with HTTP; Sun, 27 May 2012 15:32:05 -0700 (PDT) In-Reply-To: <20120527175327.GD17789@isuckatdomains.members.linode.com> References: <20120526202432.GA265@DataIX.net> <20120526203128.GA43402@over-yonder.net> <20120526203940.GA3721@DataIX.net> <20120526204155.GB43402@over-yonder.net> <20120526205523.GA10366@DataIX.net> <20120527202044.C98171@sola.nimnet.asn.au> <20120527175327.GD17789@isuckatdomains.members.linode.com> Date: Sun, 27 May 2012 17:32:05 -0500 Message-ID: From: Scot Hetzel To: Chris Nehren Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org Subject: Re: /usr/bin/unzip not being installed on 8.3-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2012 22:32:06 -0000 On Sun, May 27, 2012 at 12:53 PM, Chris Nehren wrote: > On Sun, May 27, 2012 at 20:29:26 +1000 , Ian Smith wrote: >> Silly, it's always been a port :) >> >> smithi on t23% ll /usr/bin | grep unzip >> -r-xr-xr-x =A0 3 root =A0wheel =A0 =A0 26852 Apr 14 =A02011 bunzip2 >> -r-xr-xr-x =A0 4 root =A0wheel =A0 =A0 31232 Apr 14 =A02011 gunzip >> smithi on t23% which unzip >> /usr/local/bin/unzip >> smithi on t23% pkg_info | grep zip- >> unzip-5.52_5 =A0 =A0 =A0 =A0List, test and extract compressed files in a= ZIP archive >> zip-3.0 =A0 =A0 =A0 =A0 =A0 =A0 Create/update ZIP files compatible with = pkzip >> smithi on t23% uname -rp >> 8.2-RELEASE i386 > > Yes, but there's also > http://svnweb.freebsd.org/base/stable/8/usr.bin/unzip/ which AFAIU was > committed in time for 8.2-R. > It may have been comited in time for 8.2-R, but it was never built for any of the 8.x releases. Look at http://svnweb.freebsd.org/base/stable/8/usr.bin/Makefile, unzip is not connected to the build infrastructure. It was first connected to the build structure for FreeBSD 9 in Dec 3, 2009: http://svnweb.freebsd.org/base?view=3Drevision&revision=3D200068 Scot