Date: Sat, 16 May 2009 16:32:05 +0400 From: Anonymous <swell.k@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/134576: [patch] x11-drivers/xf86-video-nouveau: update to recent snapshot, 20090514.9656762 Message-ID: <864ovljkje.fsf@gmail.com> Resent-Message-ID: <200905161240.n4GCe2NK016212@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134576 >Category: ports >Synopsis: [patch] x11-drivers/xf86-video-nouveau: update to recent snapshot, 20090514.9656762 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 16 12:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Anonymous >Release: FreeBSD 8.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD luffy 8.0-CURRENT FreeBSD 8.0-CURRENT #0 r192154M: Fri May 15 21:08:12 UTC 2009 root@luffy:/usr/obj/usr/src/sys/PHOENIX amd64 tested only on Xserver from git with drm-nouveau-032109.patch on nv50 (9600GT) >Description: Reflect libdrm update to 2.4.11 by updating xf86-video-nouveau snapshot as well. >How-To-Repeat: >Fix: --- xf86-video-nouveau-20090408.d8545e6.diff begins here --- Index: x11-drivers/xf86-video-nouveau/Makefile =================================================================== RCS file: /home/csup/ports/x11-drivers/xf86-video-nouveau/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- x11-drivers/xf86-video-nouveau/Makefile 7 May 2009 19:42:37 -0000 1.5 +++ x11-drivers/xf86-video-nouveau/Makefile 16 May 2009 12:13:30 -0000 @@ -8,7 +8,6 @@ PORTNAME= xf86-video-nouveau PORTVERSION= 0.0.10.${SNAPDATE} DISTVERSIONSUFFIX=.${SNAPREV} -PORTREVISION= 1 CATEGORIES= x11-drivers MASTER_SITES= ftp://ftp.lissyara.su/users/Guest/distfiles/ @@ -21,18 +20,18 @@ MAN4= nouveau.4x MAKE_JOBS_SAFE= yes -SNAPDATE= 20090408 -SNAPREV= d8545e6 +SNAPDATE= 20090514 +SNAPREV= 9656762 post-configure: ${REINPLACE_CMD} '/NV_DRIVER_DATE/s/".*"/"${SNAPDATE}.${SNAPREV}"/' ${WRKSRC}/config.h GIT_WORK= ${WRKDIR}/${PORTNAME}.git-clone -GIT_REV= $$(echo $$(date -ur$$(git log --pretty=format:%ct -1 \ - ) +%Y%m%d).$$(git log --pretty=format:%h -1)) +GIT_REV= $$(date -ur$$(git log --pretty=format:%ct -1 \ + ) +%Y%m%d).$$(git log --pretty=format:%h -1) maint-gen-distfile: - git clone git://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau \ + git clone git://anongit.freedesktop.org/nouveau/xf86-video-nouveau \ ${GIT_WORK} ( cd ${GIT_WORK}; \ Index: x11-drivers/xf86-video-nouveau/distinfo =================================================================== RCS file: /home/csup/ports/x11-drivers/xf86-video-nouveau/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- x11-drivers/xf86-video-nouveau/distinfo 10 Apr 2009 18:26:09 -0000 1.2 +++ x11-drivers/xf86-video-nouveau/distinfo 14 May 2009 18:07:18 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-nouveau-0.0.10.20090408.d8545e6.tar.bz2) = 84d00c5524502e618b6629d37aa7190c -SHA256 (xorg/driver/xf86-video-nouveau-0.0.10.20090408.d8545e6.tar.bz2) = 29b017bb1b8590c967e5472747a177e3ce7af43bbd48b23eb9f6fd95d252c9da -SIZE (xorg/driver/xf86-video-nouveau-0.0.10.20090408.d8545e6.tar.bz2) = 531494 +MD5 (xorg/driver/xf86-video-nouveau-0.0.10.20090514.9656762.tar.bz2) = 86aff4923c1b2143aae0f7f2ac65b5a3 +SHA256 (xorg/driver/xf86-video-nouveau-0.0.10.20090514.9656762.tar.bz2) = eaa2f230770338c08839d0c6f7211ef9624a19eb305689f3f012df3ab92cb5c7 +SIZE (xorg/driver/xf86-video-nouveau-0.0.10.20090514.9656762.tar.bz2) = 556039 --- xf86-video-nouveau-20090408.d8545e6.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?864ovljkje.fsf>