summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-08-20 08:16:43 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-08-20 08:16:43 +0000
commitb5bd9cd1e88834b8f7eeae66e0460deafd6d99f2 (patch)
treea6d240bf40a432ec9e1a89a8e5df187e01091a4a /sys-apps/vbetool
parentadded shared library symlink (bug #101780). version bump and old version clea... (diff)
downloadhistorical-b5bd9cd1e88834b8f7eeae66e0460deafd6d99f2.tar.gz
historical-b5bd9cd1e88834b8f7eeae66e0460deafd6d99f2.tar.bz2
historical-b5bd9cd1e88834b8f7eeae66e0460deafd6d99f2.zip
Bug #103062, use a slightly better PCI bug patch.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-apps/vbetool')
-rw-r--r--sys-apps/vbetool/ChangeLog6
-rw-r--r--sys-apps/vbetool/Manifest4
-rw-r--r--sys-apps/vbetool/files/vbetool-0.3-pci-compile-fix.patch25
3 files changed, 15 insertions, 20 deletions
diff --git a/sys-apps/vbetool/ChangeLog b/sys-apps/vbetool/ChangeLog
index 9c4ea4ffb2ea..0c47cb0ee06c 100644
--- a/sys-apps/vbetool/ChangeLog
+++ b/sys-apps/vbetool/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/vbetool
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vbetool/ChangeLog,v 1.2 2005/08/08 21:39:05 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vbetool/ChangeLog,v 1.3 2005/08/20 08:16:43 robbat2 Exp $
+
+ 20 Aug 2005; Robin H. Johnson <robbat2@gentoo.org>
+ files/vbetool-0.3-pci-compile-fix.patch:
+ Bug #103062, use a slightly better PCI bug patch.
*vbetool-0.3 (08 Aug 2005)
diff --git a/sys-apps/vbetool/Manifest b/sys-apps/vbetool/Manifest
index 39485fdade01..b64895292e08 100644
--- a/sys-apps/vbetool/Manifest
+++ b/sys-apps/vbetool/Manifest
@@ -1,6 +1,6 @@
MD5 dfb470d2e1a173e4b6fb430b4b154fb6 vbetool-0.3.ebuild 860
MD5 06ee3a4fe0b980f06e777bc58abc8440 vbetool-0.2.ebuild 673
-MD5 50229fb20ccb0e3b1683b953a2490e0f ChangeLog 560
+MD5 74d76716f1f0c13081a3379871d4817d ChangeLog 709
MD5 89ebebeb9c5c2b6c17c6c40ee47f9fd8 files/digest-vbetool-0.2 67
MD5 53d0e3504f394287725e25a17e5931bf files/digest-vbetool-0.3 64
-MD5 aa0fd5198b5fc2fdbba9a1eaa47e426e files/vbetool-0.3-pci-compile-fix.patch 652
+MD5 158469d0af387781c599d6c16bd2eef6 files/vbetool-0.3-pci-compile-fix.patch 479
diff --git a/sys-apps/vbetool/files/vbetool-0.3-pci-compile-fix.patch b/sys-apps/vbetool/files/vbetool-0.3-pci-compile-fix.patch
index 26e3cc9e7525..2470ddce34be 100644
--- a/sys-apps/vbetool/files/vbetool-0.3-pci-compile-fix.patch
+++ b/sys-apps/vbetool/files/vbetool-0.3-pci-compile-fix.patch
@@ -1,28 +1,19 @@
diff -Nuar vbetool-0.3.orig/vbetool.c vbetool-0.3/vbetool.c
---- vbetool-0.3.orig/vbetool.c 2005-03-01 17:39:21.000000000 -0800
-+++ vbetool-0.3/vbetool.c 2005-08-08 14:36:01.000000000 -0700
-@@ -8,18 +8,18 @@
+--- vbetool-0.3.orig/vbetool.c 2005-03-02 02:39:21.000000000 +0100
++++ vbetool-0.3/vbetool.c 2005-08-19 17:10:05.000000000 +0200
+@@ -8,7 +8,6 @@
version 2
*/
-#include <pci/pci.h>
--#include <assert.h>
--#include <stdio.h>
--#include <stdlib.h>
--#include <string.h>
--#include <unistd.h>
+ #include <assert.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+@@ -17,6 +16,7 @@
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/io.h>
++#include <pci/pci.h>
#include <sys/kd.h>
#include <sys/stat.h>
#include <errno.h>
-+#include <assert.h>
-+#include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
-+#include <unistd.h>
-+#include <pci/pci.h>
-
- #include "lrmi.h"
- #include "vbetool.h"