D
Deleted member 9563
Guest
I just successfully re-installed the base system, making sure to reformat the partition so that there were no problems carried over from a previous install. I followed that by
[CMD=]# portsnap fetch extract
# portsnap fetch update[/CMD]
Then I installed portupgrade from my ports collection, followed by:
[CMD=]# portsdb -Fu
# portversion -vl'<'
[/CMD]
I then get "all equals signs" in my versions.
The first program that I want to add is
[CMD=]# pkg_add -r xorg[/CMD]
This is where the problem arises. Here is the tail of the output:
Also, when I now check portversion I get a long list of the new programs which are declared to need upgrading.
What am I doing wrong?
[CMD=]# portsnap fetch extract
# portsnap fetch update[/CMD]
Then I installed portupgrade from my ports collection, followed by:
[CMD=]# portsdb -Fu
# portversion -vl'<'
[/CMD]
I then get "all equals signs" in my versions.
The first program that I want to add is
[CMD=]# pkg_add -r xorg[/CMD]
This is where the problem arises. Here is the tail of the output:
Code:
pkg_add: warning: package 'xorg-drivers-7.5' requires 'perl-5.10.1_1', but 'perl-5.10.1_3' is installed
pkg_add: warning: package 'xorg-drivers-7.5' requires 'm4-1.4.14_1,1', but 'm4-1.4.15,1' is installed
pkg_add: warning: package 'xorg-drivers-7.5' requires 'gettext-0.18_1', but 'gettext-0.18.1.1' is installed
pkg_add: warning: package 'xorg-7.5' requires 'perl-5.10.1_1', but 'perl-5.10.1_3' is installed
pkg_add: warning: package 'xorg-7.5' requires 'm4-1.4.14_1,1', but 'm4-1.4.15,1' is installed
pkg_add: warning: package 'xorg-7.5' requires 'gettext-0.18_1', but 'gettext-0.18.1.1' is installed
Also, when I now check portversion I get a long list of the new programs which are declared to need upgrading.
What am I doing wrong?