From owner-freebsd-ports@FreeBSD.ORG Tue Dec 3 08:48:04 2013 Return-Path: Delivered-To: freebsd-ports@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 ESMTPS id 46511480 for ; Tue, 3 Dec 2013 08:48:04 +0000 (UTC) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2870A1036 for ; Tue, 3 Dec 2013 08:48:03 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1VnleE-0004J7-S9 for freebsd-ports@freebsd.org; Tue, 03 Dec 2013 00:48:02 -0800 Date: Tue, 3 Dec 2013 00:48:02 -0800 (PST) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1386060482863-5865641.post@n5.nabble.com> In-Reply-To: <1386055836641-5865626.post@n5.nabble.com> References: <1386055836641-5865626.post@n5.nabble.com> Subject: Re: pkg install from ports list MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2013 08:48:04 -0000 >>Oli Hauer wrote: >> Using the $cat/$port notation has always worked. Yes, but it seems not to work in "list file" situations >> Not tested, but I suspect this will work. >> pkg install `awk '{printf "%s ", $1}' $path/to/poudriere/portlist` SAMPLE OUTPUT: e17-module-winlist-ng-20130510 already installed e17-module-winselector-20130510 already installed e17-modules-20130510 already installed pkg: No packages matching 'x11-wm/enlightenment' available in the repositories My pkg repo shows: pkg/All/enlightenment-0.17.5,2.txz # pkg install x11-wm/enlightenment Updating repository catalogue ......stuff..... enlightenment-0.17.5,2 already installed I get the "No packages matching 'foo/bar' available in the repositories" message for most of what is in the list, even when I do: # pkg install -r myrepo `awk '{printf "%s ", $1}' $path/to/poudriere/portlist` Thanks and Regards. ----- FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS -- View this message in context: http://freebsd.1045724.n5.nabble.com/pkg-install-from-ports-list-tp5865626p5865641.html Sent from the freebsd-ports mailing list archive at Nabble.com.