Browse Source

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
rocklinux
Rene Rebe 21 years ago
parent
commit
7f95364cca
3 changed files with 15 additions and 5 deletions
  1. +7
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +7
    -4
      package/x11/linux-drm/linux-drm.conf
  3. +1
    -1
      package/x11/linux-drm/linux-drm.desc

+ 7
- 0
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

+ 7
- 4
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"

+ 1
- 1
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/

Loading…
Cancel
Save