Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (6a4bab8d7466830216dd7acdd7c8ccc05c9971cf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (6a4bab8d7466830216dd7acdd7c8ccc05c9971cf)
  • Date: Sun, 29 Nov 2009 10:01:49 -0600

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

display/fbterm/DEPENDS | 12 +++++++++++-
display/fbterm/DETAILS | 4 ++--
display/fbterm/HISTORY | 9 +++++++++
display/fbterm/PRE_BUILD | 4 ++++
display/fbterm/configure_exit_1.patch | 25 +++++++++++++++++++++++++
5 files changed, 51 insertions(+), 3 deletions(-)

New commits:
commit 6a4bab8d7466830216dd7acdd7c8ccc05c9971cf
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

display/fbterm: updated to 1.6

diff --git a/display/fbterm/DEPENDS b/display/fbterm/DEPENDS
index 2222fab..8eadf07 100755
--- a/display/fbterm/DEPENDS
+++ b/display/fbterm/DEPENDS
@@ -1,3 +1,13 @@
depends g++ &&
depends fontconfig &&
-depends freetype2
+depends freetype2 &&
+
+optional_depends gpm \
+ "--enable-gpm" \
+ "--disable-gpm" \
+ "Enable gpm (mouse) support?" &&
+
+optional_depends libx86 \
+ "--enable-vesa" \
+ "--disable-vesa" \
+ "Support vesa cards (non-framebuffer ability)?"
diff --git a/display/fbterm/DETAILS b/display/fbterm/DETAILS
index 2d35874..32204c5 100755
--- a/display/fbterm/DETAILS
+++ b/display/fbterm/DETAILS
@@ -1,8 +1,8 @@
SPELL=fbterm
- VERSION=1.5
+ VERSION=1.6
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
-
SOURCE_HASH=sha512:9085d0e54e48c52b5e4369d979b274a2bbb56305112f5cbc21ac7138ac4340a2b105b987299604d54df59910524843c882e737449438659a487405f51c62fa14
+
SOURCE_HASH=sha512:09b46b7dd86329da94633d46655560aeee1ac6149cc667f1be3634511dbeb40f0cefe24ed90983534b169409fa6772c513a2a6286cd534f5070491f22ed5aaac
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://code.google.com/p/${SPELL}/ "
LICENSE[0]=GPL
diff --git a/display/fbterm/HISTORY b/display/fbterm/HISTORY
index 141beb6..65ca3cf 100644
--- a/display/fbterm/HISTORY
+++ b/display/fbterm/HISTORY
@@ -1,3 +1,12 @@
+2009-11-29 Justin Boffemmyer <flux AT sourcemage.org>
+ * DETAILS: version 1.6
+ * DEPENDS: added optional_depends for libx86 (vesa support) and gpm
+ (mouse support)
+ * PRE_BUILD: created, apply upstream patch configure_exit_1.patch and
+ fix critical typos in the configure script via sed
+ * configure_exit_1.patch: upstream patch to fix the exit status of the
+ configure script
+
2009-05-24 Justin Boffemmyer <flux AT sourcemage.org>
* DETAILS: version 1.5

diff --git a/display/fbterm/PRE_BUILD b/display/fbterm/PRE_BUILD
new file mode 100755
index 0000000..52577ea
--- /dev/null
+++ b/display/fbterm/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p0 < $SPELL_DIRECTORY/configure_exit_1.patch &&
+sed -i 's/enalbe/enable/' configure
diff --git a/display/fbterm/configure_exit_1.patch
b/display/fbterm/configure_exit_1.patch
new file mode 100644
index 0000000..662ce16
--- /dev/null
+++ b/display/fbterm/configure_exit_1.patch
@@ -0,0 +1,25 @@
+diff -ru configure configure
+--- configure 2009-11-14 09:00:00.000000000 +0800
++++ configure 2009-11-15 09:45:40.000000000 +0800
+@@ -5754,6 +5754,11 @@
+ [ "$SIGNALFD" = "yes" ] && $as_echo "#define HAVE_SIGNALFD 1" >>confdefs.h
+
+
++[ "$GPM_WARN" = "yes" ] && { $as_echo "$as_me:${as_lineno-$LINENO}:
WARNING: gpm.h doesn't exist! gpm mouse support will be disabled!" >&5
++$as_echo "$as_me: WARNING: gpm.h doesn't exist! gpm mouse support will be
disabled!" >&2;}
++[ "$VESA_WARN" = "yes" ] && { $as_echo "$as_me:${as_lineno-$LINENO}:
WARNING: libx86.h doesn't exist! VESA support will be disabled!" >&5
++$as_echo "$as_me: WARNING: libx86.h doesn't exist! VESA support will be
disabled!" >&2;}
++
+ ac_config_files="$ac_config_files Makefile src/Makefile src/lib/Makefile
im/Makefile terminfo/Makefile doc/Makefile doc/fbterm.1"
+
+ ac_config_links="$ac_config_links im/input_key.h:src/input_key.h
im/immessage.h:src/immessage.h"
+@@ -7236,8 +7241,3 @@
+ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts"
>&2;}
+ fi
+
+-
+-[ "$GPM_WARN" = "yes" ] && { $as_echo "$as_me:${as_lineno-$LINENO}:
WARNING: gpm.h doesn't exist! gpm mouse support will be disabled!" >&5
+-$as_echo "$as_me: WARNING: gpm.h doesn't exist! gpm mouse support will be
disabled!" >&2;}
+-[ "$VESA_WARN" = "yes" ] && { $as_echo "$as_me:${as_lineno-$LINENO}:
WARNING: libx86.h doesn't exist! VESA support will be disabled!" >&5
+-$as_echo "$as_me: WARNING: libx86.h doesn't exist! VESA support will be
disabled!" >&2;}
+



  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (6a4bab8d7466830216dd7acdd7c8ccc05c9971cf), Justin Boffemmyer, 11/29/2009

Archive powered by MHonArc 2.6.24.

Top of Page