View | Details | Raw Unified | Return to bug 136806 | Differences between
and this patch

Collapse All | Expand All

(-)x11-drivers/xf86-video-nouveau/Makefile (-2 / +7 lines)
Lines 20-31 MAN4= nouveau.4x Link Here
20
20
21
MAKE_JOBS_SAFE=	yes
21
MAKE_JOBS_SAFE=	yes
22
22
23
SNAPDATE=	20090514
23
SNAPDATE=	20090706
24
SNAPREV=	9656762
24
SNAPREV=	ef3a386
25
25
26
post-configure:
26
post-configure:
27
	${REINPLACE_CMD} '/NV_DRIVER_DATE/s/".*"/"${SNAPDATE}.${SNAPREV}"/' ${WRKSRC}/config.h
27
	${REINPLACE_CMD} '/NV_DRIVER_DATE/s/".*"/"${SNAPDATE}.${SNAPREV}"/' ${WRKSRC}/config.h
28
28
29
post-install:	.SILENT
30
	${ECHO_MSG}
31
	${CAT} ${PKGMESSAGE}
32
	${ECHO_MSG}
33
29
GIT_WORK=	${WRKDIR}/${PORTNAME}.git-clone
34
GIT_WORK=	${WRKDIR}/${PORTNAME}.git-clone
30
GIT_REV=	$$(date -ur$$(git log --pretty=format:%ct -1 \
35
GIT_REV=	$$(date -ur$$(git log --pretty=format:%ct -1 \
31
			) +%Y%m%d).$$(git log --pretty=format:%h -1)
36
			) +%Y%m%d).$$(git log --pretty=format:%h -1)
(-)x11-drivers/xf86-video-nouveau/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (xorg/driver/xf86-video-nouveau-0.0.10.20090514.9656762.tar.bz2) = 86aff4923c1b2143aae0f7f2ac65b5a3
1
MD5 (xorg/driver/xf86-video-nouveau-0.0.10.20090706.ef3a386.tar.bz2) = e1e25bd56dae20faf9b4c36d2bd014d9
2
SHA256 (xorg/driver/xf86-video-nouveau-0.0.10.20090514.9656762.tar.bz2) = eaa2f230770338c08839d0c6f7211ef9624a19eb305689f3f012df3ab92cb5c7
2
SHA256 (xorg/driver/xf86-video-nouveau-0.0.10.20090706.ef3a386.tar.bz2) = eabfee9a38c26a250031b877fa4fd1dbf85854873428074d98465a1fd835bcb4
3
SIZE (xorg/driver/xf86-video-nouveau-0.0.10.20090514.9656762.tar.bz2) = 556039
3
SIZE (xorg/driver/xf86-video-nouveau-0.0.10.20090706.ef3a386.tar.bz2) = 558680
(-)x11-drivers/xf86-video-nouveau/pkg-message (+15 lines)
Added Link Here
1
The DRM part is still not in the kernel tree and will not be there
2
until it stabilized. It won't happen anytime soon. So, consider using
3
the following patch in the meantime unless you don't want any hardware
4
accelerated 2D like EXA and Xvideo.
5
6
http://people.freebsd.org/~rnoland/drm-nouveau-062309.patch
7
8
Installing it should be as simple as below procedure provided you have
9
base sources in /usr/src.
10
11
    # cd /usr/src/sys
12
    # fetch http://people.freebsd.org/~rnoland/drm-nouveau-062309.patch
13
    # patch -sp0 -i drm-nouveau-062309.patch
14
    # cd modules/drm
15
    # make depend all install

Return to bug 136806