Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2013 00:48:02 -0800 (PST)
From:      Beeblebrox <zaphod@berentweb.com>
To:        freebsd-ports@freebsd.org
Subject:   Re: pkg install from ports list
Message-ID:  <1386060482863-5865641.post@n5.nabble.com>
In-Reply-To: <1386055836641-5865626.post@n5.nabble.com>
References:  <1386055836641-5865626.post@n5.nabble.com>

next in thread | previous in thread | raw e-mail | index | archive | help
>>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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1386060482863-5865641.post>