diff options
author | 2008-09-12 21:30:21 +0000 | |
---|---|---|
committer | 2008-09-12 21:30:21 +0000 | |
commit | 43af23d1bae541a81fd9d6a9b39e7d4400df0224 (patch) | |
tree | 4093276a173f1123904f88c38e3571d2bebdefc2 /x11-base/x11-drm | |
parent | version bump to experimental version; added Hungarian translation and fix som... (diff) | |
download | gentoo-2-43af23d1bae541a81fd9d6a9b39e7d4400df0224.tar.gz gentoo-2-43af23d1bae541a81fd9d6a9b39e7d4400df0224.tar.bz2 gentoo-2-43af23d1bae541a81fd9d6a9b39e7d4400df0224.zip |
20070314 patchball 0.5, 20080710 patchball 0.3, fixing bug #204985. Informational elog added for 20080710 changes.
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc4 x86_64)
Diffstat (limited to 'x11-base/x11-drm')
-rw-r--r-- | x11-base/x11-drm/ChangeLog | 9 | ||||
-rw-r--r-- | x11-base/x11-drm/x11-drm-20070314.ebuild | 4 | ||||
-rw-r--r-- | x11-base/x11-drm/x11-drm-20080710.ebuild | 13 |
3 files changed, 21 insertions, 5 deletions
diff --git a/x11-base/x11-drm/ChangeLog b/x11-base/x11-drm/ChangeLog index 10ced5bac9b9..271ecb0e02bd 100644 --- a/x11-base/x11-drm/ChangeLog +++ b/x11-base/x11-drm/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-base/x11-drm # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/ChangeLog,v 1.59 2008/09/12 05:15:22 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/ChangeLog,v 1.60 2008/09/12 21:30:21 battousai Exp $ + + 12 Sep 2008; Bryan D. Stine <battousai@gentoo.org> + x11-drm-20070314.ebuild, x11-drm-20080710.ebuild: + Bumped 20070314 to patchball 0.5, 20080710 to patchball 0.3. Both add the + __ucmpdi2 fix for PPC. Added information to 20080710 ebuild regarding the + issues that can be caused by having old in-kernel DRM modules installed. + The new patchballs fix bug #204985. 12 Sep 2008; Bryan D. Stine <battousai@gentoo.org> x11-drm-20070314.ebuild, x11-drm-20080710.ebuild: diff --git a/x11-base/x11-drm/x11-drm-20070314.ebuild b/x11-base/x11-drm/x11-drm-20070314.ebuild index b5ddb5c20e66..28b7e122c2a6 100644 --- a/x11-base/x11-drm/x11-drm-20070314.ebuild +++ b/x11-base/x11-drm/x11-drm-20070314.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20070314.ebuild,v 1.6 2008/09/12 05:15:22 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20070314.ebuild,v 1.7 2008/09/12 21:30:21 battousai Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="1.7" @@ -26,7 +26,7 @@ IUSE="${IUSE_VIDEO_CARDS} kernel_FreeBSD kernel_linux" RESTRICT="strip" S="${WORKDIR}/drm" -PATCHVER="0.4" +PATCHVER="0.5" PATCHDIR="${WORKDIR}/patch" EXCLUDED="${WORKDIR}/excluded" diff --git a/x11-base/x11-drm/x11-drm-20080710.ebuild b/x11-base/x11-drm/x11-drm-20080710.ebuild index 07cc371defac..c81950cd9aee 100644 --- a/x11-base/x11-drm/x11-drm-20080710.ebuild +++ b/x11-base/x11-drm/x11-drm-20080710.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20080710.ebuild,v 1.2 2008/09/12 05:15:22 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20080710.ebuild,v 1.3 2008/09/12 21:30:21 battousai Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="1.7" @@ -27,7 +27,7 @@ IUSE="${IUSE_VIDEO_CARDS} kernel_FreeBSD kernel_linux" RESTRICT="strip" S="${WORKDIR}/drm" -PATCHVER="0.2" +PATCHVER="0.3" PATCHDIR="${WORKDIR}/patch" EXCLUDED="${WORKDIR}/excluded" @@ -324,5 +324,14 @@ pkg_postinst_os() { if use kernel_linux then linux-mod_pkg_postinst + + elog "Having in-kernel DRM modules installed can prevent x11-drm modules from being" + elog "loaded. It can also lead to unknown symbols in x11-drm modules, which would" + elog "be seen during the installation. If you experience any of those problems," + elog "please ensure that the in-kernel DRM modules are not installed." + elog "This can be done with the following:" + elog " cd ${KERNEL_DIR}" + elog " make modules modules_install" + elog "This should allow the x11-drm modules to load and function normally." fi } |