summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Boatman2007-02-03 03:23:41 -0600
committerJeremy Blosser2007-02-16 21:17:37 -0600
commit5f0dc1143a0e656fdb1264a92f7e0609dca3b7d7 (patch)
treec5917b533932cab09f17ce1e716023cbc746d92b
parentbaca8df44af29f149a44bc6c9952d28593c1b2ca (diff)
x3270: added --disable-dbcs and --without-icu
fixing bug 13490 (cherry picked from commit e7c18dc2441df9e84fceb80d7c114eab83eb5dcf)
-rwxr-xr-xshell-term-fm/x3270/BUILD2
-rwxr-xr-xshell-term-fm/x3270/FINAL3
-rw-r--r--shell-term-fm/x3270/HISTORY11
3 files changed, 16 insertions, 0 deletions
diff --git a/shell-term-fm/x3270/BUILD b/shell-term-fm/x3270/BUILD
new file mode 100755
index 0000000000..de981ac749
--- /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 3fa73c67ad..5cae48aa73 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 f5fbe69291..288bfd43a6 100644
--- a/shell-term-fm/x3270/HISTORY
+++ b/shell-term-fm/x3270/HISTORY
@@ -1,3 +1,14 @@
+2007-02-03 Tommy Boatman <tboatman2@houston.rr.com>
+ * 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@houston.rr.com>
* FINAL: Changed echos to message function and
added message and problem colors.