diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-26 17:12:53 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-26 17:12:53 +0000 |
commit | fb84a8676efa5ee5894c01c0a297a1653e15bf7a (patch) | |
tree | 018fd4db86c92cf530f2d8034c4bf2868ac27921 /app-i18n/jfbterm/files | |
parent | Punt media-libs/gltt, bug 145969 (diff) | |
download | historical-fb84a8676efa5ee5894c01c0a297a1653e15bf7a.tar.gz historical-fb84a8676efa5ee5894c01c0a297a1653e15bf7a.tar.bz2 historical-fb84a8676efa5ee5894c01c0a297a1653e15bf7a.zip |
Add patch to fix building with linux-headers-2.6.18, thanks to Shunichi Fuji in bug #156306; add missing dependencies over misc-fonts and unifont, also fix their path in the configuration file so that it does not try to load them from the outdated path for an old version of XFree86; use non-lazy bindings as the command is suid; add ~amd64 useflag.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'app-i18n/jfbterm/files')
-rw-r--r-- | app-i18n/jfbterm/files/digest-jfbterm-0.4.7-r2 | 3 | ||||
-rw-r--r-- | app-i18n/jfbterm/files/jfbterm-0.4.7-no-kernel-headers.patch | 17 |
2 files changed, 20 insertions, 0 deletions
diff --git a/app-i18n/jfbterm/files/digest-jfbterm-0.4.7-r2 b/app-i18n/jfbterm/files/digest-jfbterm-0.4.7-r2 new file mode 100644 index 000000000000..e9393b952732 --- /dev/null +++ b/app-i18n/jfbterm/files/digest-jfbterm-0.4.7-r2 @@ -0,0 +1,3 @@ +MD5 cb0b869bd1c21f0dd224b7fc40517680 jfbterm-0.4.7.tar.gz 104592 +RMD160 814c9c78fd7da8d8a4747b2644f8007554e6679f jfbterm-0.4.7.tar.gz 104592 +SHA256 a18446040cfaadd51c1ce77bb06ba6860372a70a04e36962e2635253a1f693a3 jfbterm-0.4.7.tar.gz 104592 diff --git a/app-i18n/jfbterm/files/jfbterm-0.4.7-no-kernel-headers.patch b/app-i18n/jfbterm/files/jfbterm-0.4.7-no-kernel-headers.patch new file mode 100644 index 000000000000..06c6e6033488 --- /dev/null +++ b/app-i18n/jfbterm/files/jfbterm-0.4.7-no-kernel-headers.patch @@ -0,0 +1,17 @@ +Remove usage of kernel headers, deprecated since linux-headers-2.6.18. +Patch by Shunichi Fuji <palgowr@gmail.com>. + +See bug #156306 + +--- jfbterm-0.4.7.orig/fbdpsp.c 2003-08-30 03:48:16.000000000 +0900 ++++ jfbterm-0.4.7/fbdpsp.c 2006-11-27 01:22:20.000000000 +0900 +@@ -827,8 +827,7 @@ + + #ifdef JFB_VGA16FB + +-#include <asm/io.h> +-#include <asm/system.h> ++#include <sys/io.h> + + #define GRAPHICS_ADDR_REG 0x3ce /* Graphics address register. */ + #define GRAPHICS_DATA_REG 0x3cf /* Graphics data register. */ |