CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
removed dri based ports (xorg-server will be compiled without dri support due to...
authorJose V Beneyto <sepen@crux.nu>
Wed, 16 Dec 2009 23:13:51 +0000 (00:13 +0100)
committerJose V Beneyto <sepen@crux.nu>
Wed, 16 Dec 2009 23:13:51 +0000 (00:13 +0100)
xorg-dri2proto/.footprint [deleted file]
xorg-dri2proto/.md5sum [deleted file]
xorg-dri2proto/Pkgfile [deleted file]
xorg-xf86driproto/.footprint [deleted file]
xorg-xf86driproto/.md5sum [deleted file]
xorg-xf86driproto/Pkgfile [deleted file]

diff --git a/xorg-dri2proto/.footprint b/xorg-dri2proto/.footprint
deleted file mode 100644 (file)
index 9624419..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-drwxr-xr-x     root/root       usr/
-drwxr-xr-x     root/root       usr/include/
-drwxr-xr-x     root/root       usr/include/X11/
-drwxr-xr-x     root/root       usr/include/X11/extensions/
--rw-r--r--     root/root       usr/include/X11/extensions/dri2proto.h
--rw-r--r--     root/root       usr/include/X11/extensions/dri2tokens.h
-drwxr-xr-x     root/root       usr/lib/
-drwxr-xr-x     root/root       usr/lib/pkgconfig/
--rw-r--r--     root/root       usr/lib/pkgconfig/dri2proto.pc
diff --git a/xorg-dri2proto/.md5sum b/xorg-dri2proto/.md5sum
deleted file mode 100644 (file)
index 255f611..0000000
+++ /dev/null
@@ -1 +0,0 @@
-5cb7987d29db068153bdc8f23c767c43  dri2proto-2.1.tar.bz2
diff --git a/xorg-dri2proto/Pkgfile b/xorg-dri2proto/Pkgfile
deleted file mode 100644 (file)
index e53ed77..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: X DRI2 protocol headers
-# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
-# Depends on:
-
-name=xorg-dri2proto
-version=2.1
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/proto/dri2proto-$version.tar.bz2)
-
-build() {
-  cd dri2proto-$version
-
-  ./configure --build=$CHOST \
-              --host=$CTARGET \
-              --prefix=/usr
-
-  make
-  make DESTDIR=$PKG install
-}
diff --git a/xorg-xf86driproto/.footprint b/xorg-xf86driproto/.footprint
deleted file mode 100644 (file)
index 849076b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-drwxr-xr-x     root/root       usr/
-drwxr-xr-x     root/root       usr/include/
-drwxr-xr-x     root/root       usr/include/X11/
-drwxr-xr-x     root/root       usr/include/X11/dri/
--rw-r--r--     root/root       usr/include/X11/dri/xf86dri.h
--rw-r--r--     root/root       usr/include/X11/dri/xf86driproto.h
--rw-r--r--     root/root       usr/include/X11/dri/xf86dristr.h
-drwxr-xr-x     root/root       usr/lib/
-drwxr-xr-x     root/root       usr/lib/pkgconfig/
--rw-r--r--     root/root       usr/lib/pkgconfig/xf86driproto.pc
diff --git a/xorg-xf86driproto/.md5sum b/xorg-xf86driproto/.md5sum
deleted file mode 100644 (file)
index 8ea9c81..0000000
+++ /dev/null
@@ -1 +0,0 @@
-309d552732666c3333d7dc63e80d042f  xf86driproto-2.1.0.tar.bz2
diff --git a/xorg-xf86driproto/Pkgfile b/xorg-xf86driproto/Pkgfile
deleted file mode 100644 (file)
index d00a51a..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: xorg proto xf86driproto
-# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
-# Depends on:
-
-name=xorg-xf86driproto
-version=2.1.0
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/proto/xf86driproto-$version.tar.bz2)
-
-build() {
-  cd xf86driproto-$version
-
-  ./configure --build=$CHOST \
-              --host=$CTARGET \
-              --prefix=/usr
-
-  make
-  make DESTDIR=$PKG install
-}