View Single Post
  #5   (View Single Post)  
Old 3rd October 2011
zeissoctopus zeissoctopus is offline
New User
 
Join Date: Oct 2009
Posts: 1
Default

Quote:
Originally Posted by H3MLOCK View Post
Hmm... Looks like a unified diff to me...
The text leading up to this was:
-------------------------------------------
|--- src/mesa/drivers/dri/radeon/radeon_chipset.h.orig 2009-11-18 02:54:28.000000000 +0100
|+++ src/mesa/drivers/dri/radeon/radeon_chipset.h 2010-09-14 15:38:09.000000000 +0200
-------------------------------------------
File to patch:

Isn't a unified diff supposed to direct the patch manager on where to apply the patch?
I'm running a little confused here. Any help would be appreciated.
I generate three patch files here
1) patch-radeon_chipset.h
2) patch-radeon_screen.c
3) Makefile.txt (I cannot upload Makefile without .txt suffix here)

I recommand you backup the /usr/ports/graphics/dri/Makefile file.
You need to place 1st and 2nd patch files to /usr/ports/graphics/dri/files
You need to place the 3rd patch file to /usr/ports/graphics/dri and then rename it to Makefile (omit the .txt suffix)

Everything ready, you can
Code:
cd /usr/ports/graphics/dri
su root
make clean
make install
enjoy
Attached Files
File Type: h patch-radeon_chipset.h (718 Bytes, 120 views)
File Type: c patch-radeon_screen.c (557 Bytes, 115 views)
File Type: txt Makefile.txt (987 Bytes, 109 views)
Reply With Quote