>>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. _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"