Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2013 16:58:30 -0400 (EDT)
From:      "Mikhail T." <mi@aldan.algebra.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/178648: Update xf86-video-ati to the 6.14.6 [patch]
Message-ID:  <201305142058.r4EKwU6n043679@narawntapu.narawntapu>
Resent-Message-ID: <201305142100.r4EL01K0037108@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178648
>Category:       ports
>Synopsis:       Update xf86-video-ati to the 6.14.6 [patch]
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 14 21:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail T.
>Release:        FreeBSD 9.1-PRERELEASE amd64
>Organization:
Virtual Estates, Inc.	http://sybpipe.com/
>Environment:
System: FreeBSD narawntapu 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #6 r244476: Wed Dec 19 23:40:59 EST 2012 root@narawntapu:/usr/obj/cache/src/sys/POWEREDGE2900 amd64

>Description:
	The version in the port is 6.14.3. The latest available
	from upstream is 6.14.6. The update is rather trivial:
	change the version, update checksum, and remove our
	sole patch, because upstream has already incorporated it.

>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
--- Makefile	(revision 318136)
+++ Makefile	(working copy)
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	xf86-video-ati
-PORTVERSION=	6.14.3
-PORTREVISION=	1
+PORTVERSION=	6.14.6
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
Index: distinfo
===================================================================
--- distinfo	(revision 318136)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (xorg/driver/xf86-video-ati-6.14.3.tar.bz2) = 844a2649eff6a3e92aff3e1837ea864f1561b4822b3e5d5ccb27b3b7fb8137b4
-SIZE (xorg/driver/xf86-video-ati-6.14.3.tar.bz2) = 1113119
+SHA256 (xorg/driver/xf86-video-ati-6.14.6.tar.bz2) = aa5286b3e4f0187d7df14785c06dd800255d9405205dbf061da5d77df86bec36
+SIZE (xorg/driver/xf86-video-ati-6.14.6.tar.bz2) = 1139495
Index: files/patch-src_radeon_accel.c
===================================================================
--- files/patch-src_radeon_accel.c	(revision 318136)
+++ files/patch-src_radeon_accel.c	(working copy)
@@ -1,17 +0,0 @@
---- src/radeon_accel.c.orig	2012-04-15 19:36:08.000000000 +0200
-+++ src/radeon_accel.c	2012-04-15 19:36:15.000000000 +0200
-@@ -982,10 +982,9 @@
- 
- 	    for (; nwords > 0; --nwords, ++d, ++s)
- #ifdef __powerpc__
--		asm volatile("stwbrx %0,0,%1" : : "r" (*s), "r" (d));
-+		asm volatile("sthbrx %0,0,%1" : : "r" (*s), "r" (d));
- #else
--	        *d = ((*s >> 24) & 0xff) | ((*s >> 8) & 0xff00)
--			| ((*s & 0xff00) << 8) | ((*s & 0xff) << 24);
-+		*d = (*s >> 8) | (*s << 8);
- #endif
- 	    return;
- 	}
-
-
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305142058.r4EKwU6n043679>