summaryrefslogtreecommitdiffstats
path: root/display
diff options
context:
space:
mode:
authorJustin Boffemmyer2011-04-15 19:51:37 +0900
committerJustin Boffemmyer2011-04-15 20:02:01 +0900
commit2faade03045839f1917fb877b93a7ddacb67de0e (patch)
tree59ecf9406e52d1b042a270a06d0b9f2ad84bf072 /display
parentd410b1ff7f557dcc228b78e5ca3685705c29dd1e (diff)
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).
Diffstat (limited to 'display')
-rwxr-xr-xdisplay/fbterm/DETAILS10
-rw-r--r--display/fbterm/HISTORY4
-rwxr-xr-xdisplay/fbterm/PRE_BUILD4
3 files changed, 9 insertions, 9 deletions
diff --git a/display/fbterm/DETAILS b/display/fbterm/DETAILS
index 32204c5a16..1428a0184e 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 65ca3cf6da..166d74a4f4 100644
--- a/display/fbterm/HISTORY
+++ b/display/fbterm/HISTORY
@@ -1,3 +1,7 @@
+2011-04-15 Justin Boffemmyer <flux@sourcemage.org>
+ * DETAILS: version 1.7
+ * PRE_BUILD: removed, patching no longer needed in newer version
+
2009-11-29 Justin Boffemmyer <flux@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 52577eaee6..0000000000
--- 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