FreeBSD Bugzilla – Attachment 20387 Details for
Bug 35997
Update of port drm-kmod
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.39 KB, created by
Eric Anholt
on 2002-03-17 04:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Eric Anholt
Created:
2002-03-17 04:40:01 UTC
Size:
1.39 KB
patch
obsolete
>diff -ruN ../drm-kmod-orig/Makefile ./Makefile >--- ../drm-kmod-orig/Makefile Wed Nov 28 19:26:20 2001 >+++ ./Makefile Thu Jan 31 04:46:45 2002 >@@ -6,7 +6,7 @@ > # > > PORTNAME= drm-kmod >-PORTVERSION= 0.9.4 >+PORTVERSION= 0.9.5 > CATEGORIES= graphics x11 > MASTER_SITES= http://gladstone.uoregon.edu/~eanholt/dri/ > >@@ -29,7 +29,7 @@ > pre-extract: > .if ${OSVERSION} < 500000 > .if !defined(WITH_SMP) >- @${ECHO_MSG} "If you are using modules on an SMP system, define WITH_SMP to get SMP locking" >+ @${ECHO_MSG} "If you are using modules on an SMP system, use "make -DWITH_SMP" to get SMP locking" > @${ECHO_MSG} > .endif > .endif >diff -ruN ../drm-kmod-orig/distinfo ./distinfo >--- ../drm-kmod-orig/distinfo Wed Nov 28 19:26:20 2001 >+++ ./distinfo Thu Jan 31 04:50:06 2002 >@@ -1 +1 @@ >-MD5 (drm-kmod-0.9.4.tar.gz) = 3fa343a71ceecfaed75d78784ff575f0 >+MD5 (drm-kmod-0.9.5.tar.gz) = d231fb965f46137ae19908051bba4ad9 >diff -ruN ../drm-kmod-orig/files/patch-radeonstate ./files/patch-radeonstate >--- ../drm-kmod-orig/files/patch-radeonstate Wed Dec 31 16:00:00 1969 >+++ ./files/patch-radeonstate Sat Mar 16 19:56:02 2002 >@@ -0,0 +1,11 @@ >+--- radeon/radeon_state.c.orig Sat Mar 16 19:55:08 2002 >++++ radeon/radeon_state.c Sat Mar 16 19:55:26 2002 >+@@ -1060,7 +1060,7 @@ >+ DRM_ERROR( "EFAULT on tex->image\n" ); >+ DRM_OS_RETURN( EFAULT ); >+ } >+- } else if ( size < 4 ) { >++ } else if ( size < 4 && size > 0 ) { >+ size = 4; >+ } >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 35997
: 20387