Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by tboatman@sourcemage.org (0d9888d4e3f7740db1d89b1e3b4c0e0acdd7de84)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "tboatman AT sourcemage.org" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by tboatman AT sourcemage.org (0d9888d4e3f7740db1d89b1e3b4c0e0acdd7de84)
  • Date: Tue, 19 Jan 2010 10:09:21 -0600

GIT changes to master grimoire by tboatman AT sourcemage.org
<root@columbia.(none)>:

shell-term-fm/x3270/DEPENDS | 5 ++---
shell-term-fm/x3270/DETAILS | 6 +++---
shell-term-fm/x3270/HISTORY | 6 ++++++
shell-term-fm/x3270/INSTALL | 2 --
4 files changed, 11 insertions(+), 8 deletions(-)

New commits:
commit 0d9888d4e3f7740db1d89b1e3b4c0e0acdd7de84
Author: tboatman AT sourcemage.org <root@columbia.(none)>
Commit: tboatman AT sourcemage.org <root@columbia.(none)>

x3270: updated to 3.3.10ga4
changed readline to a non-optional depend
removed INSTALL

diff --git a/shell-term-fm/x3270/DEPENDS b/shell-term-fm/x3270/DEPENDS
index 6deaae7..632af6f 100755
--- a/shell-term-fm/x3270/DEPENDS
+++ b/shell-term-fm/x3270/DEPENDS
@@ -1,8 +1,7 @@
depends xorg-server &&
depends gcc &&
+depends readline &&
optional_depends openssl "--enable-ssl" "--disable-ssl" \
"enable SSL support" &&
optional_depends icu "--enable-dbcs" "--disable-dbcs" \
- "enable Double Byte Character Set support" &&
-optional_depends readline "--with-readline" "--without-readline" \
- "enable command-line editing and history"
+ "enable Double Byte Character Set support"
diff --git a/shell-term-fm/x3270/DETAILS b/shell-term-fm/x3270/DETAILS
index 6ed0f12..d5a92c3 100755
--- a/shell-term-fm/x3270/DETAILS
+++ b/shell-term-fm/x3270/DETAILS
@@ -1,11 +1,11 @@
SPELL=x3270
- VERSION=3.3.8p3
- SOURCE=$SPELL-$VERSION.tgz
+ VERSION=3.3.10ga4
+ SOURCE=suite3270-$VERSION-src.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-3.3
SOURCE_URL[0]=$SOURCEFORGE_URL/x3270/$SOURCE
WEB_SITE=http://x3270.bgp.nu
ENTERED=20020411
-
SOURCE_HASH=sha512:1394cdcd964de26a6af744492e2a4b55bd8cedb9d3228b8aea1135acf2be161bb49b88f1db59e0e32d88a512467f06d369df37ed033290c3cb6a61036b61858c
+
SOURCE_HASH=sha512:d2ca4b7041c89def9c50cce9862d9fce4c8afb4ada077dce65cf632381c37b6ca6c2f9786fd3ac65fcee96992fd1b6434a830acba02ddf760aec04bdce248fe5
LICENSE[0]=GPL
KEYWORDS="emulator terminal console"
SHORT="x3270 is an IBM 3270 terminal emulator for the X Window
System."
diff --git a/shell-term-fm/x3270/HISTORY b/shell-term-fm/x3270/HISTORY
index 80a2b97..146660e 100644
--- a/shell-term-fm/x3270/HISTORY
+++ b/shell-term-fm/x3270/HISTORY
@@ -1,3 +1,9 @@
+2010-01-19 Tommy Boatman <tboatman AT sourcemage.org>
+ * DETAILS: Version upgrade to 3.3.10ga4
+ * DEPENDS: Changed readline to required as
+ it is no longer optional
+ * INSTALL: Removed. No longer necessary
+
2010-01-18 Tommy Boatman <tboatman AT sourcemage.org>
* DETAILS: version upgrade to 3.3.8p3 -
This is the last release of x3270 by itself.
diff --git a/shell-term-fm/x3270/INSTALL b/shell-term-fm/x3270/INSTALL
deleted file mode 100755
index 9064ac4..0000000
--- a/shell-term-fm/x3270/INSTALL
+++ /dev/null
@@ -1,2 +0,0 @@
- make install &&
- make install.man



  • [SM-Commit] GIT changes to master grimoire by tboatman AT sourcemage.org (0d9888d4e3f7740db1d89b1e3b4c0e0acdd7de84), tboatman AT sourcemage.org, 01/19/2010

Archive powered by MHonArc 2.6.24.

Top of Page