move package xf86-video-vesa:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-28 11:23:04 +01:00
parent 3e15a969b2
commit 81ba209bde
4 changed files with 0 additions and 47 deletions

View File

@ -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

View File

@ -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

View File

@ -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])

View File

@ -1 +0,0 @@
http://xorg.freedesktop.org/archive/individual/driver/xf86-video-vesa-2.2.0.tar.bz2