From 81ba209bde3d4da0dc7621853737c50169e55d74 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 28 Oct 2009 11:23:04 +0100 Subject: [PATCH] move package xf86-video-vesa: - no more need, move to pkg-archive branch --- packages/x11/driver/xf86-video-vesa/build | 16 ------------- packages/x11/driver/xf86-video-vesa/install | 6 ----- .../patches/10_crosscompile-includes.diff | 24 ------------------- packages/x11/driver/xf86-video-vesa/url | 1 - 4 files changed, 47 deletions(-) delete mode 100755 packages/x11/driver/xf86-video-vesa/build delete mode 100755 packages/x11/driver/xf86-video-vesa/install delete mode 100644 packages/x11/driver/xf86-video-vesa/patches/10_crosscompile-includes.diff delete mode 100644 packages/x11/driver/xf86-video-vesa/url diff --git a/packages/x11/driver/xf86-video-vesa/build b/packages/x11/driver/xf86-video-vesa/build deleted file mode 100755 index 9f0583748b..0000000000 --- a/packages/x11/driver/xf86-video-vesa/build +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/build toolchain - -cd $PKG_BUILD -./configure --host=$TARGET_NAME \ - --build=$HOST_NAME \ - --prefix=/usr \ - --sysconfdir=/etc \ - --disable-static \ - --enable-shared \ - --with-xorg-module-dir=$XORG_PATH_MODULES - -make diff --git a/packages/x11/driver/xf86-video-vesa/install b/packages/x11/driver/xf86-video-vesa/install deleted file mode 100755 index 8b7cc647d8..0000000000 --- a/packages/x11/driver/xf86-video-vesa/install +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -. config/options - -mkdir -p $INSTALL/$XORG_PATH_MODULES/drivers -cp $PKG_BUILD/src/.libs/vesa_drv.so $INSTALL/$XORG_PATH_MODULES/drivers diff --git a/packages/x11/driver/xf86-video-vesa/patches/10_crosscompile-includes.diff b/packages/x11/driver/xf86-video-vesa/patches/10_crosscompile-includes.diff deleted file mode 100644 index c99898e96a..0000000000 --- a/packages/x11/driver/xf86-video-vesa/patches/10_crosscompile-includes.diff +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur xf86-video-vesa-2.2.0/configure xf86-video-vesa-2.2.0.patch/configure ---- xf86-video-vesa-2.2.0/configure 2009-02-18 00:03:57.000000000 +0100 -+++ xf86-video-vesa-2.2.0.patch/configure 2009-02-19 08:50:04.000000000 +0100 -@@ -12537,7 +12537,7 @@ - - - CFLAGS="$CFLAGS $XORG_CFLAGS "' -I$(top_srcdir)/src' --INCLUDES="$XORG_INCS -I${sdkdir} "'-I$(top_srcdir)/src -I$(prefix)/include' -+INCLUDES="$XORG_INCS -I${sdkdir} "'-I$(top_srcdir)/src' - - - -diff -Naur xf86-video-vesa-2.2.0/configure.ac xf86-video-vesa-2.2.0.patch/configure.ac ---- xf86-video-vesa-2.2.0/configure.ac 2009-02-18 00:03:35.000000000 +0100 -+++ xf86-video-vesa-2.2.0.patch/configure.ac 2009-02-19 08:49:53.000000000 +0100 -@@ -77,7 +77,7 @@ - AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes) - - CFLAGS="$CFLAGS $XORG_CFLAGS "' -I$(top_srcdir)/src' --INCLUDES="$XORG_INCS -I${sdkdir} "'-I$(top_srcdir)/src -I$(prefix)/include' -+INCLUDES="$XORG_INCS -I${sdkdir} "'-I$(top_srcdir)/src' - AC_SUBST([CFLAGS]) - AC_SUBST([INCLUDES]) - diff --git a/packages/x11/driver/xf86-video-vesa/url b/packages/x11/driver/xf86-video-vesa/url deleted file mode 100644 index 5d57bd913c..0000000000 --- a/packages/x11/driver/xf86-video-vesa/url +++ /dev/null @@ -1 +0,0 @@ -http://xorg.freedesktop.org/archive/individual/driver/xf86-video-vesa-2.2.0.tar.bz2