Skip to Content.
Sympa Menu

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

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 (2faade03045839f1917fb877b93a7ddacb67de0e)
  • Date: Fri, 15 Apr 2011 06:08:35 -0500

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

display/fbterm/DETAILS | 10 +++++-----
display/fbterm/HISTORY | 4 ++++
display/fbterm/PRE_BUILD | 4 ----
3 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 2faade03045839f1917fb877b93a7ddacb67de0e
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

display/fbterm: version 1.7

I've actually had version 1.7 on my own system for some time testing it
out, and forgot to submit the update. It works just fine, though it now
prints a warning message about not being able to change the keymap table
if run as non-root and you don't have specific capabilities set
up/allocated. It runs just fine anyway, though perhaps with some
features disabled (I don't use those features and didn't test them)
until you set it up for them (explained in the SECURITY NOTES section of
its manpage).

diff --git a/display/fbterm/DETAILS b/display/fbterm/DETAILS
index 32204c5..1428a01 100755
--- a/display/fbterm/DETAILS
+++ b/display/fbterm/DETAILS
@@ -1,10 +1,10 @@
SPELL=fbterm
- VERSION=1.6
- SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
-
SOURCE_HASH=sha512:09b46b7dd86329da94633d46655560aeee1ac6149cc667f1be3634511dbeb40f0cefe24ed90983534b169409fa6772c513a2a6286cd534f5070491f22ed5aaac
+ VERSION=1.7
+ SOURCE="${SPELL}-${VERSION}.0.tar.gz"
+ SOURCE_URL[0]="http://${SPELL}.googlecode.com/files/${SOURCE}";
+
SOURCE_HASH=sha512:ba78b5118b5e4c65046f7f91ce88cb4f828e2debb34358df8518e1907a8d601a2be4dfcf144e84494dc30e4828d333574debe8dd3ffb59e2169c3e48ba1f6a10
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://code.google.com/p/${SPELL}/ "
+ WEB_SITE="http://code.google.com/p/${SPELL}/";
LICENSE[0]=GPL
ENTERED=20081026
SHORT="A fast frame buffer-based terminal emulator for Linux."
diff --git a/display/fbterm/HISTORY b/display/fbterm/HISTORY
index 65ca3cf..166d74a 100644
--- a/display/fbterm/HISTORY
+++ b/display/fbterm/HISTORY
@@ -1,3 +1,7 @@
+2011-04-15 Justin Boffemmyer <flux AT sourcemage.org>
+ * DETAILS: version 1.7
+ * PRE_BUILD: removed, patching no longer needed in newer version
+
2009-11-29 Justin Boffemmyer <flux AT sourcemage.org>
* DETAILS: version 1.6
* DEPENDS: added optional_depends for libx86 (vesa support) and gpm
diff --git a/display/fbterm/PRE_BUILD b/display/fbterm/PRE_BUILD
deleted file mode 100755
index 52577ea..0000000
--- a/display/fbterm/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p0 < $SPELL_DIRECTORY/configure_exit_1.patch &&
-sed -i 's/enalbe/enable/' configure



  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (2faade03045839f1917fb877b93a7ddacb67de0e), Justin Boffemmyer, 04/15/2011

Archive powered by MHonArc 2.6.24.

Top of Page