From owner-svn-ports-all@freebsd.org Sun Jan 15 11:27:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FE9FCB0075; Sun, 15 Jan 2017 11:27:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B40E18E2; Sun, 15 Jan 2017 11:27:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0FBR0XS019211; Sun, 15 Jan 2017 11:27:00 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0FBR0L7019207; Sun, 15 Jan 2017 11:27:00 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201701151127.v0FBR0L7019207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 15 Jan 2017 11:27:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431545 - in head/x11-drivers/xf86-video-ati: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jan 2017 11:27:01 -0000 Author: bapt Date: Sun Jan 15 11:27:00 2017 New Revision: 431545 URL: https://svnweb.freebsd.org/changeset/ports/431545 Log: Backout upgrade to 7.8 is has too many regressions Reported by: many Added: head/x11-drivers/xf86-video-ati/files/patch-src__radeon_dri2.c - copied unchanged from r431450, head/x11-drivers/xf86-video-ati/files/patch-src__radeon_dri2.c Modified: head/x11-drivers/xf86-video-ati/Makefile head/x11-drivers/xf86-video-ati/distinfo head/x11-drivers/xf86-video-ati/files/patch-src__radeon_kms.c Modified: head/x11-drivers/xf86-video-ati/Makefile ============================================================================== --- head/x11-drivers/xf86-video-ati/Makefile Sun Jan 15 10:47:08 2017 (r431544) +++ head/x11-drivers/xf86-video-ati/Makefile Sun Jan 15 11:27:00 2017 (r431545) @@ -1,18 +1,13 @@ # $FreeBSD$ PORTNAME= xf86-video-ati -PORTVERSION= 7.8.0 +PORTVERSION= 7.5.0 +PORTEPOCH= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org ati display driver -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING - -LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \ - libdrm_radeon.so:graphics/libdrm - USE_GL= gl XORG_CAT= driver USE_XORG= xf86driproto \ @@ -25,5 +20,6 @@ INSTALL_TARGET= install-strip ONLY_FOR_ARCHS= i386 amd64 CONFIGURE_ARGS+=--disable-udev +CONFIGURE_ARGS+=--disable-glamor .include Modified: head/x11-drivers/xf86-video-ati/distinfo ============================================================================== --- head/x11-drivers/xf86-video-ati/distinfo Sun Jan 15 10:47:08 2017 (r431544) +++ head/x11-drivers/xf86-video-ati/distinfo Sun Jan 15 11:27:00 2017 (r431545) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479393377 -SHA256 (xorg/driver/xf86-video-ati-7.8.0.tar.bz2) = 401f5de772928f3dc4ce43a885adb0a47a2f61aa4a9e45d2ab3d184136a9d6fa -SIZE (xorg/driver/xf86-video-ati-7.8.0.tar.bz2) = 845702 +TIMESTAMP = 1484479584 +SHA256 (xorg/driver/xf86-video-ati-7.5.0.tar.bz2) = ec3e6f06b6cf9a40c72aafa3448aae8b034c80b37410ca9442d5cf6806e07936 +SIZE (xorg/driver/xf86-video-ati-7.5.0.tar.bz2) = 809756 Copied: head/x11-drivers/xf86-video-ati/files/patch-src__radeon_dri2.c (from r431450, head/x11-drivers/xf86-video-ati/files/patch-src__radeon_dri2.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-drivers/xf86-video-ati/files/patch-src__radeon_dri2.c Sun Jan 15 11:27:00 2017 (r431545, copy of r431450, head/x11-drivers/xf86-video-ati/files/patch-src__radeon_dri2.c) @@ -0,0 +1,11 @@ +--- src/radeon_dri2.c.orig 2013-02-22 19:31:34.000000000 +0000 ++++ src/radeon_dri2.c 2013-02-22 19:31:47.000000000 +0000 +@@ -578,7 +578,7 @@ + radeon_dri2_client_state_changed(CallbackListPtr *ClientStateCallback, pointer data, pointer calldata) + { + DRI2ClientEventsPtr pClientEventsPriv; +- DRI2FrameEventPtr ref; ++ DRI2FrameEventPtr ref = NULL; + NewClientInfoRec *clientinfo = calldata; + ClientPtr pClient = clientinfo->client; + pClientEventsPriv = GetDRI2ClientEvents(pClient); Modified: head/x11-drivers/xf86-video-ati/files/patch-src__radeon_kms.c ============================================================================== --- head/x11-drivers/xf86-video-ati/files/patch-src__radeon_kms.c Sun Jan 15 10:47:08 2017 (r431544) +++ head/x11-drivers/xf86-video-ati/files/patch-src__radeon_kms.c Sun Jan 15 11:27:00 2017 (r431545) @@ -1,5 +1,5 @@ ---- src/radeon_kms.c.orig 2015-11-12 03:57:33.000000000 +0100 -+++ src/radeon_kms.c 2015-11-12 13:42:18.759377000 +0100 +--- src/radeon_kms.c.orig 2014-10-02 05:31:27.000000000 +0200 ++++ src/radeon_kms.c 2014-10-23 18:56:18.359108170 +0200 @@ -30,6 +30,8 @@ #include @@ -8,8 +8,17 @@ +#include /* Driver data structures */ #include "radeon.h" - #include "radeon_drm_queue.h" -@@ -829,7 +831,7 @@ static int radeon_get_drm_master_fd(Scrn + #include "radeon_reg.h" +@@ -280,7 +282,7 @@ + radeon_dirty_update(ScreenPtr screen) + { + RegionPtr region; +- PixmapDirtyUpdatePtr ent; ++ PixmapDirtyUpdatePtr ent = NULL; + + if (xorg_list_is_empty(&screen->pixmap_dirty_list)) + return; +@@ -589,7 +591,7 @@ #endif struct pci_device *dev = info->PciInfo; char *busid; @@ -18,7 +27,7 @@ #ifdef XF86_PDEV_SERVER_FD if (pRADEONEnt->platform_dev) { -@@ -848,6 +850,15 @@ static int radeon_get_drm_master_fd(Scrn +@@ -608,6 +610,15 @@ dev->domain, dev->bus, dev->dev, dev->func); #endif