From owner-freebsd-questions@FreeBSD.ORG Thu Jan 12 00:31:23 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 599031065677 for ; Thu, 12 Jan 2012 00:31:23 +0000 (UTC) (envelope-from vrwmiller@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id E5FFD8FC0A for ; Thu, 12 Jan 2012 00:31:22 +0000 (UTC) Received: by wgbdr11 with SMTP id dr11so1474899wgb.31 for ; Wed, 11 Jan 2012 16:31:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=/pkyUVqKs4Lwoa6Xm4mCONky99o5qDDVMw1Wndy8ubk=; b=C1F/TEdVJtmB+XPjmyc/TpOSeFaJl4rZOhwvwVOmYtNFiesTRAQ0Tl0YdzWBza65eq FBXjVsgas4O2w99q6hZsEfUOTgpiXCuzhe7OTBiSpo9n98e3Rjo3gC1qHyekyANQVzyO fa77wlTE7OyfY6B/+x7mYFvnxWRTdd1E51RE8= MIME-Version: 1.0 Received: by 10.180.24.105 with SMTP id t9mr2249527wif.19.1326326559589; Wed, 11 Jan 2012 16:02:39 -0800 (PST) Sender: vrwmiller@gmail.com Received: by 10.227.143.140 with HTTP; Wed, 11 Jan 2012 16:02:39 -0800 (PST) In-Reply-To: <86sjjloq0o.fsf@red.stonehenge.com> References: <86sjjloq0o.fsf@red.stonehenge.com> Date: Wed, 11 Jan 2012 19:02:39 -0500 X-Google-Sender-Auth: NdED1XP79MHXDtcFgUmcRg7qG3w Message-ID: From: Rick Miller To: "Randal L. Schwartz" Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: pkg_add -r and a local package repo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2012 00:31:23 -0000 On Wed, Jan 11, 2012 at 5:03 PM, Randal L. Schwartz wrote: > > I've figured out how to point PACKAGESITE at a URL of my choosing. > > First, it looks like pkg_add -r needs the full package name. Is there > any way to give it "zsh" instead of "zsh-4.3.15"? I've read somewhere that you should be able to do `pkg_add -r zsh\*`, but I've never actually tried it.