Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2009 08:48:48 +0000
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Ajtim Civolvap <lumiwa@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: portupgrade
Message-ID:  <497C2770.9020600@infracaninophile.co.uk>
In-Reply-To: <200901242116.55335.lumiwa@gmail.com>
References:  <200901242116.55335.lumiwa@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigFB2199779936E08CE2149A8F
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable

Ajtim Civolvap wrote:
> Hi!
>=20
> My system 7.1.
> I am (was) user of postmaster but the last update for Xorg it did mess.=
 Than I=20
> use portupgrade -arR and was okay, X works okay but when I run:
>=20
> portupgrade -arR
> ** Port marked as IGNORE: x11-drivers/xf86-video-vga:
>         is marked as broken: Needs to be removed
> ** Port marked as IGNORE: x11-drivers/xf86-video-via:
>         requires pciVideoPtr typedef
> ** Port directory not found: x11/xorg-protos
> ** Port directory not found: x11/xphelloworld
> --->  Skipping 'x11/xorg-apps' (xorg-apps-7.3) because a requisite=20
> package 'xphelloworld-1.0.1_1' (x11/xphelloworld) failed (specify -k to=
=20
> force)
> --->  Skipping 'x11-drivers/xorg-drivers' (xorg-drivers-7.3_3) because =
a=20
> requisite package 'xf86-video-via-0.2.2_3' (x11-drivers/xf86-video-via)=
=20
> failed (specify -k to force)
> --->  Skipping 'x11/xorg' (xorg-7.3_2) because a requisite=20
> package 'xorg-apps-7.3' (x11/xorg-apps) failed (specify -k to force)
> ** Listing the failed packages (-:ignored / *:skipped / !:failed)
>         - x11-drivers/xf86-video-vga (marked as IGNORE)
>         - x11-drivers/xf86-video-via (marked as IGNORE)
>         - x11/xorg-protos (port directory error)
>         - x11/xphelloworld (port directory error)
>         * x11/xorg-apps (xorg-apps-7.3)
>         * x11-drivers/xorg-drivers (xorg-drivers-7.3_3)
>         * x11/xorg (xorg-7.3_2)
>=20
> I understand for VGA or VIA port but how can correct the other, please?=


If you don't need vga or via drivers, do this:

   # cd /usr/ports/x11-drivers/xorg-drivers
   # make config
   (select keyboard, mouse and *only* what video drivers you need on your=
 H/W)

Then delete the offending driver packages:

   pkg_delete -f xf86-video-via-\* xf86-video-vga-\*

Note: you may well have several other extraneous video driver packages
installed.  They can be deleted in the same way.

If you do need one of those drivers, then don't upgrade your X windows ju=
st
yet.  There will be more updates coming out over time, no doubt.  You cou=
ld
ask on the freebsd-x11@... list about what is happening in that regard.

x11/xorg-protos and x11/xphelloworld have been removed -- just delete
what you have installed:

  # pkg_delete -f xphelloworld-1.0.1_1 xorg-protos-\*

Now fix up the dependency linkages in your package database:

  # pkgdb -F

and then proceed with the upgrade as before:

  # portupgrade -a

	Cheers,

	Matthew

--=20
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
                                                  Kent, CT11 9PW


--------------enigFB2199779936E08CE2149A8F
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.10 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkl8J3gACgkQ8Mjk52CukIxAjgCePr0NPTkXUFYGILznqfu+YqmV
3usAn13aRAZhlSfkyqWe8vIdVs8LeDEN
=6VO0
-----END PGP SIGNATURE-----

--------------enigFB2199779936E08CE2149A8F--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?497C2770.9020600>