From 7f95364cca9e3a7bd8a460f77b24eed5e3f74657 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Fri, 5 Sep 2003 14:57:19 +0000 Subject: [PATCH] switched to a self-packaged drm snapshot from dri.sf.net (this way we can always just package the snapshot we now that works and do not rely on other distibutions people's export that are often out of date or do not work at all) == 09/05/03 16:53:34 =[9]=> Finished building package linux-drm. Linux idefix 2.4.22-benh2-rock #1 Fri Sep 5 02:51:10 CEST 2003 ppc unknown unknown GNU/Linux and the best it not only compile on PowerPC - it even works on PowerPC! git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1316 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- Documentation/Developers/CHANGELOG-RENE | 7 +++++++ package/x11/linux-drm/linux-drm.conf | 11 +++++++---- package/x11/linux-drm/linux-drm.desc | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index 9224a0d53..f5042198a 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -1,4 +1,11 @@ +*) 2003-09-05 (2.0.0-rc1 - 2.0.0-rc2) + + - switched to a self-packaged drm snapshot from dri.sf.net (this + way we can always just package the snapshot we now that works and + do not rely on other distibutions people's export that are often + out of date or do not work at all) + *) 2003-09-03 (2.0.0-rc1 - 2.0.0-rc2) - fixed linux* and linux24 (horizon driver issue) for powerpc diff --git a/package/x11/linux-drm/linux-drm.conf b/package/x11/linux-drm/linux-drm.conf index ed75478cb..dc9a71188 100644 --- a/package/x11/linux-drm/linux-drm.conf +++ b/package/x11/linux-drm/linux-drm.conf @@ -24,17 +24,20 @@ lxdrm_premake() { cat << 'EOT' >> Makefile.linux install: - mkdir -p $(root)/lib/modules/$(VERSION)/drm - cp -v $(MODS) $(root)/lib/modules/$(VERSION)/drm + mkdir -p $(root)/lib/modules/$(KVERSION)/drm + cp -v $(DRM_MODULES) $(root)/lib/modules/$(KVERSION)/drm EOT rm -rf $root/usr/src/linux-drm mkdir -p $root/usr/src/linux-drm cp -v * $root/usr/src/linux-drm/ } +# prevent our automatics to run xmkmf ... +preconf="rm -f Imakefile" premake="lxdrm_premake" . $base/package/base/linux24/kernelversion.sh -makeopt="-f Makefile.linux VERSION=$kernelversion" -makeinstopt="-f Makefile.linux VERSION=$kernelversion install" +makeopt="-f Makefile.linux LINUXDIR=/lib/modules/$kernelversion/build \ + KVERSION=$kernelversion" +makeinstopt="$makeopt install" diff --git a/package/x11/linux-drm/linux-drm.desc b/package/x11/linux-drm/linux-drm.desc index c9b339d6a..321cbdf3c 100644 --- a/package/x11/linux-drm/linux-drm.desc +++ b/package/x11/linux-drm/linux-drm.desc @@ -57,5 +57,5 @@ [V] 4.3-2003-09-05 [P] X -----5---9 271.000 -[D] 0 drm-4.3-2003-09-05.tar.bz http://gsmp.tfh-berlin.de/ftp/software/drm/ +[D] 0 drm-4.3-2003-09-05.tar.bz2 http://gsmp.tfh-berlin.de/ftp/software/drm/