Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Tommy Boatman (e885fb10bf86d290291b361447e363b1b3753ac7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Tommy Boatman <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Tommy Boatman (e885fb10bf86d290291b361447e363b1b3753ac7)
  • Date: Thu, 18 Sep 2008 10:40:44 -0500

GIT changes to master grimoire by Tommy Boatman <tboatman AT sourcemage.org>:

shell-term-fm/x3270/DEPENDS | 10 ++++++++--
shell-term-fm/x3270/DETAILS | 4 ++--
shell-term-fm/x3270/HISTORY | 4 ++++
3 files changed, 14 insertions(+), 4 deletions(-)

New commits:
commit bea2575d97b72867a292e3d8e79c13e95e07e97e
Author: Tommy Boatman <tboatman AT sourcemage.org>
Commit: Tommy Boatman <tboatman AT sourcemage.org>

x3270: update to 3.3.7p8
optional depends icu, readline, openssl added
to allow configure to complete without warnings

diff --git a/shell-term-fm/x3270/DEPENDS b/shell-term-fm/x3270/DEPENDS
index 05d44e6..6deaae7 100755
--- a/shell-term-fm/x3270/DEPENDS
+++ b/shell-term-fm/x3270/DEPENDS
@@ -1,2 +1,8 @@
-depends xorg-server &&
-depends gcc
+depends xorg-server &&
+depends gcc &&
+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"
diff --git a/shell-term-fm/x3270/DETAILS b/shell-term-fm/x3270/DETAILS
index 6da0f3d..4b9dcae 100755
--- a/shell-term-fm/x3270/DETAILS
+++ b/shell-term-fm/x3270/DETAILS
@@ -1,11 +1,11 @@
SPELL=x3270
- VERSION=3.3.7
+ VERSION=3.3.7p8
SOURCE=$SPELL-$VERSION.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:16456ec1846462a246cd925618d19b4c6154a88772ba73ce9129223efcb3a34a7a78716fba0a1e8e82e131dec9a63e18d2a4a5918172f258371c70b8902ded72
+
SOURCE_HASH=sha512:3bb99543f684428cbc4cc659e03cb6a64da575ec49117bf82c0192629c0ce5742fa15c93a0b02eff80346ed4577a994fc938182f9ef00c1518e45122613e991a
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 43b2c46..702b089 100644
--- a/shell-term-fm/x3270/HISTORY
+++ b/shell-term-fm/x3270/HISTORY
@@ -1,3 +1,7 @@
+2008-09-18 Tommy Boatman <tboatman AT sourcemage.org>
+ * DEPENDS: optional depends readline, icu, openssl
+ * DETAILS: version upgrade to 3.3.7p8
+
2008-03-18 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Switch X11-SERVER to the one and only xorg-server




  • [SM-Commit] GIT changes to master grimoire by Tommy Boatman (e885fb10bf86d290291b361447e363b1b3753ac7), Tommy Boatman, 09/18/2008

Archive powered by MHonArc 2.6.24.

Top of Page