From: Jose V Beneyto Date: Wed, 16 Dec 2009 23:13:51 +0000 (+0100) Subject: removed dri based ports (xorg-server will be compiled without dri support due to... X-Git-Url: http://gitweb/?a=commitdiff_plain;h=179da89dce2595dace3a50ab0cad03ed5866fc37;p=attic%2Fports%2Fxorg-cross.git removed dri based ports (xorg-server will be compiled without dri support due to ARM limitations) --- diff --git a/xorg-dri2proto/.footprint b/xorg-dri2proto/.footprint deleted file mode 100644 index 9624419..0000000 --- a/xorg-dri2proto/.footprint +++ /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 index 255f611..0000000 --- a/xorg-dri2proto/.md5sum +++ /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 index e53ed77..0000000 --- a/xorg-dri2proto/Pkgfile +++ /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 index 849076b..0000000 --- a/xorg-xf86driproto/.footprint +++ /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 index 8ea9c81..0000000 --- a/xorg-xf86driproto/.md5sum +++ /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 index d00a51a..0000000 --- a/xorg-xf86driproto/Pkgfile +++ /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 -}