summaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-04-16 15:37:34 +0000
committerRene Ladan <rene@FreeBSD.org>2013-04-16 15:37:34 +0000
commit3718bc996d8226dadb6fe3fa2552724c54faa82f (patch)
treee5aebd18b05f2ab6edb04ae59559716141920ebf /x11-drivers
parentUpdate to 1.7. (diff)
Remove unmaintained, expired ports:
2013-04-09 x11-drivers/xf86-video-radeonhd-devel: Unsupported devel version 2013-04-10 devel/ros-image_common: Depends on devel/ros_common which is broken for more than 6 months 2013-04-10 devel/ros-laser_pipeline: Depends on devel/ros_common which is broken for more than 6 months 2013-03-01 databases/php52-rrdtool: PHP 5.2 series is strongly discouraged for new installations, migrate now 2013-03-05 devel/ros-common: Broken for more than 6 month Feature safe: yes
Notes
Notes: svn path=/head/; revision=315825
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/Makefile1
-rw-r--r--x11-drivers/xf86-video-radeonhd-devel/Makefile39
-rw-r--r--x11-drivers/xf86-video-radeonhd-devel/distinfo2
-rw-r--r--x11-drivers/xf86-video-radeonhd-devel/files/patch-configure.ac12
-rw-r--r--x11-drivers/xf86-video-radeonhd-devel/files/patch-src-Makefile.am11
-rw-r--r--x11-drivers/xf86-video-radeonhd-devel/pkg-descr3
-rw-r--r--x11-drivers/xf86-video-radeonhd-devel/pkg-plist8
7 files changed, 0 insertions, 76 deletions
diff --git a/x11-drivers/Makefile b/x11-drivers/Makefile
index 4c559e5585b5..f5ab94238879 100644
--- a/x11-drivers/Makefile
+++ b/x11-drivers/Makefile
@@ -40,7 +40,6 @@
SUBDIR += xf86-video-openchrome
SUBDIR += xf86-video-r128
SUBDIR += xf86-video-radeonhd
- SUBDIR += xf86-video-radeonhd-devel
SUBDIR += xf86-video-rdc
SUBDIR += xf86-video-rendition
SUBDIR += xf86-video-s3
diff --git a/x11-drivers/xf86-video-radeonhd-devel/Makefile b/x11-drivers/xf86-video-radeonhd-devel/Makefile
deleted file mode 100644
index d39284fbd408..000000000000
--- a/x11-drivers/xf86-video-radeonhd-devel/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Created by: nork@FreeBSD.org
-# $FreeBSD$
-
-PORTNAME= xf86-video-radeonhd
-PORTVERSION= 1.3.0.20091101
-PORTREVISION= 6
-CATEGORIES= x11-drivers
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= nork
-PKGNAMESUFFIX= -devel
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= X.Org ati RadeonHD display driver development version
-
-DEPRECATED= Unsupported devel version
-EXPIRATION_DATE=2013-04-09
-
-BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg-macros \
- ${LOCALBASE}/libdata/pkgconfig/gl.pc:${PORTSDIR}/graphics/libGL
-LIB_DEPENDS= pciaccess.0:${PORTSDIR}/devel/libpciaccess
-
-XORG_CAT= driver
-USE_XORG= damageproto glproto videoproto xextproto xf86driproto
-USE_AUTOTOOLS= automake:env aclocal:env autoconf libtool
-
-CONFLICTS= xf86-video-radeonhd-[0-9]*
-
-MAN4= radeonhd.4x
-
-ACLOCAL_ARGS= --acdir=${LOCALBASE}/share/aclocal
-
-pre-configure:
- cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} --force -v --install
-
-post-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_conntest ${PREFIX}/sbin
- ${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_dump ${PREFIX}/sbin
-
-.include <bsd.port.mk>
diff --git a/x11-drivers/xf86-video-radeonhd-devel/distinfo b/x11-drivers/xf86-video-radeonhd-devel/distinfo
deleted file mode 100644
index 79423844445b..000000000000
--- a/x11-drivers/xf86-video-radeonhd-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xorg/driver/xf86-video-radeonhd-1.3.0.20091101.tar.bz2) = 8608a5d8c6968778f46784a9459047eba41a053929a8b682630b6af35e4f28da
-SIZE (xorg/driver/xf86-video-radeonhd-1.3.0.20091101.tar.bz2) = 402631
diff --git a/x11-drivers/xf86-video-radeonhd-devel/files/patch-configure.ac b/x11-drivers/xf86-video-radeonhd-devel/files/patch-configure.ac
deleted file mode 100644
index a16fa1325a74..000000000000
--- a/x11-drivers/xf86-video-radeonhd-devel/files/patch-configure.ac
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure.ac.orig 2009-11-01 04:18:22.000000000 +0900
-+++ configure.ac 2009-11-01 04:23:22.892872472 +0900
-@@ -21,6 +21,9 @@
- AC_DISABLE_STATIC
- AC_PROG_CC
-
-+dnl Define MKDIR_P var without requiring AC_PROG_MKDIR_P (new in autoconf-2.59b)
-+m4_ifdef([AC_PROG_MKDIR_P], [AC_PROG_MKDIR_P], [AC_SUBST([MKDIR_P], [${MKDIR_P-mkdir -p}])])
-+
- dnl Define SED var without requiring AC_PROG_SED (new in autoconf-2.59b)
- m4_ifdef([AC_PROG_SED], [AC_PROG_SED], [AC_SUBST([SED], [${SED-sed}])])
-
diff --git a/x11-drivers/xf86-video-radeonhd-devel/files/patch-src-Makefile.am b/x11-drivers/xf86-video-radeonhd-devel/files/patch-src-Makefile.am
deleted file mode 100644
index 6fe17e1b3f9f..000000000000
--- a/x11-drivers/xf86-video-radeonhd-devel/files/patch-src-Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.am.orig 2009-05-09 00:44:27.000000000 +0900
-+++ src/Makefile.am 2009-05-09 02:01:40.761722699 +0900
-@@ -4,7 +4,7 @@
-
- EXTRA_DIST = Imakefile
-
--AM_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ @WARN_CFLAGS@
-+AM_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ @WARN_CFLAGS@ @ATOMBIOS_CFLAGS@
-
- driversdir = ${moduledir}/drivers
- drivers_LTLIBRARIES = radeonhd_drv.la
diff --git a/x11-drivers/xf86-video-radeonhd-devel/pkg-descr b/x11-drivers/xf86-video-radeonhd-devel/pkg-descr
deleted file mode 100644
index f50f55677b0b..000000000000
--- a/x11-drivers/xf86-video-radeonhd-devel/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This package contains the X.Org xf86-video-radeonhd driver.
-
-WWW: http://www.x.org
diff --git a/x11-drivers/xf86-video-radeonhd-devel/pkg-plist b/x11-drivers/xf86-video-radeonhd-devel/pkg-plist
deleted file mode 100644
index 8e392792786f..000000000000
--- a/x11-drivers/xf86-video-radeonhd-devel/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-sbin/rhd_conntest
-sbin/rhd_dump
-lib/xorg/modules/drivers/radeonhd_drv.la
-lib/xorg/modules/drivers/radeonhd_drv.so
-lib/xorg/modules/drivers/radeonhd_drv.a
-@dirrmtry lib/xorg/modules/drivers
-@dirrmtry lib/xorg/modules
-@dirrmtry lib/xorg