View | Details | Raw Unified | Return to bug 35997
Collapse All | Expand All

(-)./Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	drm-kmod
8
PORTNAME=	drm-kmod
9
PORTVERSION=	0.9.4
9
PORTVERSION=	0.9.5
10
CATEGORIES=	graphics x11
10
CATEGORIES=	graphics x11
11
MASTER_SITES=	http://gladstone.uoregon.edu/~eanholt/dri/
11
MASTER_SITES=	http://gladstone.uoregon.edu/~eanholt/dri/
12
12
Lines 29-35 Link Here
29
pre-extract:
29
pre-extract:
30
.if ${OSVERSION} < 500000
30
.if ${OSVERSION} < 500000
31
.if !defined(WITH_SMP)
31
.if !defined(WITH_SMP)
32
	@${ECHO_MSG} "If you are using modules on an SMP system, define WITH_SMP to get SMP locking"
32
	@${ECHO_MSG} "If you are using modules on an SMP system, use "make -DWITH_SMP" to get SMP locking"
33
	@${ECHO_MSG}
33
	@${ECHO_MSG}
34
.endif
34
.endif
35
.endif
35
.endif
(-)./distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (drm-kmod-0.9.4.tar.gz) = 3fa343a71ceecfaed75d78784ff575f0
1
MD5 (drm-kmod-0.9.5.tar.gz) = d231fb965f46137ae19908051bba4ad9
(-)./files/patch-radeonstate (+11 lines)
Line 0 Link Here
1
--- radeon/radeon_state.c.orig	Sat Mar 16 19:55:08 2002
2
+++ radeon/radeon_state.c	Sat Mar 16 19:55:26 2002
3
@@ -1060,7 +1060,7 @@
4
 			DRM_ERROR( "EFAULT on tex->image\n" );
5
 			DRM_OS_RETURN( EFAULT );
6
 		}
7
-	} else if ( size < 4 ) {
8
+	} else if ( size < 4 && size > 0 ) {
9
 		size = 4;
10
 	}
11

Return to bug 35997