diff --git a/video/vbetool/pci-compile-fix.patch b/video/vbetool/pci-compile-fix.patch new file mode 100644 index 000000000..a79d4b768 --- /dev/null +++ b/video/vbetool/pci-compile-fix.patch @@ -0,0 +1,34 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../vbetool/pci-compile-fix.patch +# Copyright (C) 2007 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +--- vbetool-0.7/vbetool.c.orig 2006-07-26 09:27:21.000000000 +0800 ++++ vbetool-0.7/vbetool.c 2007-08-08 14:22:41.000000000 +0800 +@@ -8,7 +8,6 @@ + version 2 + */ + +-#include + #include + #include + #include +@@ -17,6 +16,7 @@ + #include + #include + #include ++#include + #include + #include + #include diff --git a/video/vbetool/vbetool.conf b/video/vbetool/vbetool.conf new file mode 100644 index 000000000..f52df8385 --- /dev/null +++ b/video/vbetool/vbetool.conf @@ -0,0 +1,21 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../vbetool/vbetool.conf +# Copyright (C) 2007 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + + +if [[ $libdir = *lib64 ]]; then + var_append makeopt " " "LDFLAGS='-L/lib64 -lz'" +else + var_append makeopt " " "LDFLAGS='-L/lib -lz'" +fi + diff --git a/video/vbetool/vbetool.desc b/video/vbetool/vbetool.desc new file mode 100644 index 000000000..5bc55bb57 --- /dev/null +++ b/video/vbetool/vbetool.desc @@ -0,0 +1,35 @@ +[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] +[COPY] Filename: package/.../vbetool/vbetool.desc +[COPY] Copyright (C) 2007 The OpenSDE Project +[COPY] +[COPY] More information can be found in the files COPYING and README. +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; version 2 of the License. A copy of the +[COPY] GNU General Public License can be found in the file COPYING. +[COPY] --- SDE-COPYRIGHT-NOTE-END --- + +[I] A tool to run real-mode video BIOS code to alter hardware state + +[T] Vbetool uses lrmi in order to run code from the video BIOS. Currently, +[T] it is able to alter DPMS states, save/restore video card state, and +[T] attempt to initialize the video card from scratch. It exists primarily +[T] in order to increase the chances of successfully recovering video state +[T] after an ACPI S3 suspend. + +[U] http://www.srcf.ucam.org/~mjg59/vbetool/ + +[A] Matthew Garrett +[M] Nagy Karoly Gabriel + +[C] extra/graphic + +[L] GPL +[S] Beta +[V] 0.2 +[P] X -----5---9 800.000 + +[D] 3115710190 vbetool_0.7-1.tar.gz http://www.srcf.ucam.org/~mjg59/vbetool/