From owner-freebsd-current@FreeBSD.ORG Sat Aug 24 16:32:09 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 909B4A1D for ; Sat, 24 Aug 2013 16:32:09 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-x22b.google.com (mail-wg0-x22b.google.com [IPv6:2a00:1450:400c:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2654B2719 for ; Sat, 24 Aug 2013 16:32:08 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id z12so1509223wgg.22 for ; Sat, 24 Aug 2013 09:32:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=PvGxM0T7uyPbSH2tpQfq8wOK1hniBdDUdUbBmqpQ8YA=; b=SdSuaOMV/Hkh/afa72jxSm3nk/l94JLGdcOOP04l5e/eu/88R56emcilD/CN6WqIMf cZTTp/Z3nLg5ngRT3ajrzgW7uATTMHrqC1m6/CT4QwWyaMEgkZKq1TMhmYUCSruEp7ys +T5XGcVtHhfD3IqnBb8ig0iw5au79kcCeMlYwkCf0p2oBVHAX85Io565IDXg4ucyGPXy idVFRbyeuwuKnc+o6O8Z0GMrlvWXhOB8WUJvvaa+U1TF0KjYtXzhFW9hWfC93m+0a7+Q UA8iYl5amEMtJ6wtofmcoC3o9CY62rBSd2yNaWh31O0CmcQVG0pqBnTkW/jH21eaAxaH UQZw== MIME-Version: 1.0 X-Received: by 10.180.36.133 with SMTP id q5mr2002911wij.0.1377361927408; Sat, 24 Aug 2013 09:32:07 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.116.136 with HTTP; Sat, 24 Aug 2013 09:32:07 -0700 (PDT) In-Reply-To: References: Date: Sat, 24 Aug 2013 09:32:07 -0700 X-Google-Sender-Auth: xgRsAo-inoAl6Z_a59MACcfmEG4 Message-ID: Subject: Re: pkgng From: Adrian Chadd To: Hideki Yamamoto Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Aug 2013 16:32:09 -0000 .. well, where'd you point it to? -adrian On 23 August 2013 23:04, Hideki Yamamoto wrote: > Hi, > > I solved my problem by myself. > I update PACKAGESITE in /usr/local/etc/pkg.conf in accordance with > the information in another expert web site. > > --- > > > > 2013/8/24 Hideki Yamamoto > > > > > Hi, > > > > As I moved from old pkg_xxx to pkg2ng. > > But I cannot install any new packages as follows: > > > > # rm -f /var/db/pkg* > > > > # pkg2ng > > > > # pkg install gs > > > > freebsd:9:x86:32, freebsd:9:x86:32, freebsd:9:x86:32, > > freebsd:9:x86:32, freebsd:9:x86:32, freebsd:9:x86:32 > > - > > - > > - > > - > > freebsd:9:x86:32, freebsd:9:x86:32, freebsd:9:x86:32, > > freebsd:9:x86:32, freebsd:9:x86:32, freebsd:9:x86:32 > > > > # echo $? 3 # > > # gsview > > gsview: Command not found. > > > > > > > > Does someone help me? > > > > Thanks in advance. > > > > Hideki Yamamoto > > > > > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >