summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2010-08-06 23:53:48 +0000
committerLars Wendler <polynomial-c@gentoo.org>2010-08-06 23:53:48 +0000
commit38056c1afc3e0b56bcc46765d5047be55538f37e (patch)
tree4c6fed5491f11110d12047a05233f6b3f86fb3b8 /x11-drivers/xf86-video-virtualbox
parentVersion bump. Removed old. (diff)
downloadgentoo-2-38056c1afc3e0b56bcc46765d5047be55538f37e.tar.gz
gentoo-2-38056c1afc3e0b56bcc46765d5047be55538f37e.tar.bz2
gentoo-2-38056c1afc3e0b56bcc46765d5047be55538f37e.zip
Version bump. Removed old.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-virtualbox')
-rw-r--r--x11-drivers/xf86-video-virtualbox/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-3.2.8-mesa-check.patch35
-rw-r--r--x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.2.8.ebuild (renamed from x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.2.4.ebuild)4
3 files changed, 44 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-virtualbox/ChangeLog b/x11-drivers/xf86-video-virtualbox/ChangeLog
index b9a9be06df40..ac0e317f42d4 100644
--- a/x11-drivers/xf86-video-virtualbox/ChangeLog
+++ b/x11-drivers/xf86-video-virtualbox/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-video-virtualbox
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.45 2010/07/17 10:55:42 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.46 2010/08/06 23:53:48 polynomial-c Exp $
+
+*xf86-video-virtualbox-3.2.8 (06 Aug 2010)
+
+ 06 Aug 2010; Lars Wendler <polynomial-c@gentoo.org>
+ -xf86-video-virtualbox-3.2.4.ebuild, +xf86-video-virtualbox-3.2.8.ebuild:
+ Version bump. Removed old.
17 Jul 2010; Lars Wendler <polynomial-c@gentoo.org>
-xf86-video-virtualbox-3.0.12.ebuild:
diff --git a/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-3.2.8-mesa-check.patch b/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-3.2.8-mesa-check.patch
new file mode 100644
index 000000000000..da82d564c025
--- /dev/null
+++ b/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-3.2.8-mesa-check.patch
@@ -0,0 +1,35 @@
+--- VirtualBox-3.2.8_OSE/configure
++++ VirtualBox-3.2.8_OSE/configure
+@@ -1225,10 +1225,7 @@
+ XCloseDisplay(dpy);
+ }
+ EOF
+- [ -n "$INCX11" ] && I_INCX11=`prefix_I "$INCX11"`
+- if test_compile "$LIBX11 $I_INCX11" Xlibs Xlibs; then
+- log_success "found"
+- fi
++ test_compile "$LIBX11 $I_INCX11" Xlibs Xlibs
+ }
+
+
+@@ -1345,20 +1342,6 @@
+ #include <X11/Xmu/StdCmap.h>
+ extern "C" int main(void)
+ {
+- Display *dpy;
+- int scrn_num;
+- Screen *scrn;
+-
+- dpy = XOpenDisplay(NULL);
+- if (dpy)
+- {
+- scrn_num = DefaultScreen(dpy);
+- scrn = ScreenOfDisplay(dpy, scrn_num);
+- Status status = XmuLookupStandardColormap(dpy, RootWindowOfScreen(scrn), 0,
+- 24, XA_RGB_DEFAULT_MAP, False, True);
+- printf("Status = %x\n", status);
+- XCloseDisplay(dpy);
+- }
+ return 0;
+ }
+ EOF
diff --git a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.2.4.ebuild b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.2.8.ebuild
index 86d81467a3ec..01cb27293114 100644
--- a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.2.4.ebuild
+++ b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.2.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.2.4.ebuild,v 1.2 2010/06/08 19:33:27 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.2.8.ebuild,v 1.1 2010/08/06 23:53:48 polynomial-c Exp $
EAPI=2
@@ -73,7 +73,7 @@ src_prepare() {
epatch "${FILESDIR}/${PN}-2.2.0-enable-opengl.patch"
# unset useless/problematic mesa checks in configure
- epatch "${FILESDIR}/${PN}-3.2.0-mesa-check.patch"
+ epatch "${FILESDIR}/${PN}-3.2.8-mesa-check.patch"
}
src_configure() {