Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Tommy Boatman <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Tommy Boatman (c096536d6215574b8932af09df28d5b08bfae766)
  • Date: Sat, 3 Feb 2007 03:25:27 -0600

GIT changes to master grimoire by Tommy Boatman <tboatman2 AT houston.rr.com>:

shell-term-fm/x3270/BUILD | 2 ++
shell-term-fm/x3270/FINAL | 3 +++
shell-term-fm/x3270/HISTORY | 6 ++++++
3 files changed, 11 insertions(+)

New commits:
commit e7c18dc2441df9e84fceb80d7c114eab83eb5dcf
Author: Tommy Boatman <tboatman2 AT houston.rr.com>
Commit: Tommy Boatman <tboatman2 AT houston.rr.com>

x3270: added --disable-dbcs and --without-icu
fixing bug 13490

diff --git a/shell-term-fm/x3270/BUILD b/shell-term-fm/x3270/BUILD
new file mode 100755
index 0000000..de981ac
--- /dev/null
+++ b/shell-term-fm/x3270/BUILD
@@ -0,0 +1,2 @@
+OPTS="--without-icu --disable-dbcs $OPTS" &&
+default_build
diff --git a/shell-term-fm/x3270/FINAL b/shell-term-fm/x3270/FINAL
index 3fa73c6..5cae48a 100755
--- a/shell-term-fm/x3270/FINAL
+++ b/shell-term-fm/x3270/FINAL
@@ -1,3 +1,6 @@
+message "${PROBLEM_COLOR}ICU support currently unavailable."
+message "Fixed 3270 fonts depend on ICU support, others are" \
+ "not affected.${DEFAULT_COLOR}"
if [ $DISPLAY ]
then
message "${MESSAGE_COLOR}Rehashing font database...${DEFAULT_COLOR}"
diff --git a/shell-term-fm/x3270/HISTORY b/shell-term-fm/x3270/HISTORY
index 3a43c80..288bfd4 100644
--- a/shell-term-fm/x3270/HISTORY
+++ b/shell-term-fm/x3270/HISTORY
@@ -2,6 +2,12 @@
* DETAILS: Version bump to 3.3.5
Removed UPDATED
Switched download URL to $SOURCEFORGE_URL
+ * BUILD: Created with configure options
+ --without-icu and --disable-dbcs to fix
+ bug 13490
+ * FINAL: Added a warning message noting that
+ fixed fonts are unavailable, though ISO
+ fonts work until x3270 updates to new icu

2007-01-30 Tommy Boatman <tboatman2 AT houston.rr.com>
* FINAL: Changed echos to message function and



  • [SM-Commit] GIT changes to master grimoire by Tommy Boatman (c096536d6215574b8932af09df28d5b08bfae766), Tommy Boatman, 02/03/2007

Archive powered by MHonArc 2.6.24.

Top of Page