pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Remove xf86-video-radeonhd, replaced by xf86-video-ati...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b60f14a4bbf6
branches:  trunk
changeset: 624763:b60f14a4bbf6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 30 17:01:50 2013 +0000

description:
Remove xf86-video-radeonhd, replaced by xf86-video-ati in 2009 or so.

diffstat:

 doc/CHANGES-2013                 |   5 +++--
 x11/Makefile                     |   3 +--
 x11/xf86-video-radeonhd/DESCR    |   1 -
 x11/xf86-video-radeonhd/Makefile |  33 ---------------------------------
 x11/xf86-video-radeonhd/PLIST    |   3 ---
 x11/xf86-video-radeonhd/distinfo |   5 -----
 6 files changed, 4 insertions(+), 46 deletions(-)

diffs (91 lines):

diff -r 5c1414a81f09 -r b60f14a4bbf6 doc/CHANGES-2013
--- a/doc/CHANGES-2013  Mon Sep 30 17:00:15 2013 +0000
+++ b/doc/CHANGES-2013  Mon Sep 30 17:01:50 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2013,v 1.3608 2013/09/30 17:00:15 wiz Exp $
+$NetBSD: CHANGES-2013,v 1.3609 2013/09/30 17:01:50 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2013:
 
@@ -5073,4 +5073,5 @@
        Removed x11/xf86-video-cyrix [wiz 2013-09-30]
        Removed x11/xf86-video-imstt [wiz 2013-09-30]
        Removed x11/xf86-video-nsc [wiz 2013-09-30]
-       Removed x11/xf86-video-vga [wiz 2013-09-30]
+       Removed x11/xf86-video-vga successor x11/xf86-video-vesa [wiz 2013-09-30]
+       Removed x11/xf86-video-radeonhd successor x11/xf86-video-ati [wiz 2013-09-30]
diff -r 5c1414a81f09 -r b60f14a4bbf6 x11/Makefile
--- a/x11/Makefile      Mon Sep 30 17:00:15 2013 +0000
+++ b/x11/Makefile      Mon Sep 30 17:01:50 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.713 2013/09/30 17:00:16 wiz Exp $
+# $NetBSD: Makefile,v 1.714 2013/09/30 17:01:50 wiz Exp $
 #
 
 COMMENT=       Packages to support the X window system
@@ -525,7 +525,6 @@
 SUBDIR+=       xf86-video-nvxbox
 SUBDIR+=       xf86-video-openchrome
 SUBDIR+=       xf86-video-r128
-SUBDIR+=       xf86-video-radeonhd
 SUBDIR+=       xf86-video-rendition
 SUBDIR+=       xf86-video-s3
 SUBDIR+=       xf86-video-s3virge
diff -r 5c1414a81f09 -r b60f14a4bbf6 x11/xf86-video-radeonhd/DESCR
--- a/x11/xf86-video-radeonhd/DESCR     Mon Sep 30 17:00:15 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-This is the video driver for ATI Radeon HD cards for the modular Xorg server.
diff -r 5c1414a81f09 -r b60f14a4bbf6 x11/xf86-video-radeonhd/Makefile
--- a/x11/xf86-video-radeonhd/Makefile  Mon Sep 30 17:00:15 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.20 2012/10/29 05:07:05 asau Exp $
-
-DISTNAME=      xf86-video-radeonhd-1.3.0
-PKGREVISION=   2
-CATEGORIES=    x11
-MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
-EXTRACT_SUFX=  .tar.bz2
-
-MAINTAINER=    joerg%NetBSD.org@localhost
-HOMEPAGE=      http://wiki.x.org/wiki/radeonhd
-COMMENT=       Modular X.org driver for Radeon HD series
-
-USE_LIBTOOL=   yes
-GNU_CONFIGURE= yes
-USE_TOOLS+=    gmake pkg-config
-
-CONFIGURE_ENV+=        ac_cv_file___src_AtomBios_includes_atombios_h=yes
-CONFIGURE_ENV+=        ac_cv_file___src_AtomBios_includes_Decoder_h=yes
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "SunOS"
-CONFIGURE_ENV+=        DRIVER_MAN_SUFFIX=4
-.endif
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../x11/modular-xorg-server/buildlink3.mk"
-.include "../../x11/randrproto/buildlink3.mk"
-.include "../../x11/renderproto/buildlink3.mk"
-.include "../../x11/xextproto/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff -r 5c1414a81f09 -r b60f14a4bbf6 x11/xf86-video-radeonhd/PLIST
--- a/x11/xf86-video-radeonhd/PLIST     Mon Sep 30 17:00:15 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2007/12/03 19:33:14 xtraeme Exp $
-lib/xorg/modules/drivers/radeonhd_drv.la
-man/man4/radeonhd.4
diff -r 5c1414a81f09 -r b60f14a4bbf6 x11/xf86-video-radeonhd/distinfo
--- a/x11/xf86-video-radeonhd/distinfo  Mon Sep 30 17:00:15 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.11 2009/10/14 18:50:20 hasso Exp $
-
-SHA1 (xf86-video-radeonhd-1.3.0.tar.bz2) = 4cdcdbcdc6ec7cd4caa19afdbfc34a8bec461f56
-RMD160 (xf86-video-radeonhd-1.3.0.tar.bz2) = 1f396df814872caf2b58f36929f7b6d1db16959f
-Size (xf86-video-radeonhd-1.3.0.tar.bz2) = 772985 bytes



Home | Main Index | Thread Index | Old Index