On 10/28/2012 04:27 PM, Patrick Lamaiziere wrote:
pkg is able to make packages upgrade by itself. I think the good way
to update with packages is "pkg updgrade" then portupgrade to build the
ports without packages avalaible.
Anyway I had many problems with portupgrade and pkg (basically It was
n
Got it.
Thanks.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Le Sat, 27 Oct 2012 21:22:32 +0300,
Alexander Kapshuk a écrit :
> Having done all of the above, I ran portupgrade to update all the
> pkgs that needed upgrading on my system, and got the message below:
> root@box0:/root/tmp # portupgrade -varRP --batch -L '%s_%s'
> USING PKGNG
> Packages are not
On 10/28/2012 2:16 AM, Alexander Kapshuk wrote:
> On 10/28/2012 03:00 AM, Bryan Drewery wrote:
>> PKGNG is a replacement for the pkg_* tools that record package data in
>> /var/db/pkg.
>>
>> It also allows for binary package upgrades.
>>
>> If you are wanting to use pkgng for binary packages, there
On 10/28/2012 03:00 AM, Bryan Drewery wrote:
PKGNG is a replacement for the pkg_* tools that record package data in
/var/db/pkg.
It also allows for binary package upgrades.
If you are wanting to use pkgng for binary packages, there's no need to
use portupgrade anymore. Just 'pkg install name',
On 10/27/2012 1:22 PM, Alexander Kapshuk wrote:
> Quick question about portupgrade's support for pkgng.
>
> The /usr/ports/UPDATING says:
> 20121015:
> AFFECTS: users of ports-mgmt/portupgrade
> AUTHOR: bdrew...@freebsd.org
>
> Portupgrade now supports pkgng. To use pkgng, enable it in your
&& $pkgdb.with_pkgng?
STDERR.puts "Packages are not yet suported. Use pkg(8) directly."
return 0
end
Original Message ----
Subject: re: Portupgrade now supports pkgng [/usr/ports/UPDATING]
Date: Sat, 27 Oct 2012 21:22:32 +0300
From: Alexander Kapshu
Quick question about portupgrade's support for pkgng.
The /usr/ports/UPDATING says:
20121015:
AFFECTS: users of ports-mgmt/portupgrade
AUTHOR: bdrew...@freebsd.org
Portupgrade now supports pkgng. To use pkgng, enable it in your
make.conf,
and convert your databases.
This is optional