summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-08-10 22:52:55 -0400
committerMike Frysinger <vapier@gentoo.org>2015-08-10 23:09:17 -0400
commit6b49a1dc2a506f36b219e5f2fc453586bdd1973d (patch)
treea4ed153560e16ce140d41423b0d1990a924a3786 /net-misc/suite3270/files
parentdev-python/pydispatcher: add python3 targets (diff)
downloadgentoo-6b49a1dc2a506f36b219e5f2fc453586bdd1973d.tar.gz
gentoo-6b49a1dc2a506f36b219e5f2fc453586bdd1973d.tar.bz2
gentoo-6b49a1dc2a506f36b219e5f2fc453586bdd1973d.zip
suite3270: drop old
Diffstat (limited to 'net-misc/suite3270/files')
-rw-r--r--net-misc/suite3270/files/configure-3.3.5.patch72
-rw-r--r--net-misc/suite3270/files/makeconv-3.3.5.patch79
-rw-r--r--net-misc/suite3270/files/suite3270-3.3.10_p3-fix-x3270-dbcs.patch20
3 files changed, 0 insertions, 171 deletions
diff --git a/net-misc/suite3270/files/configure-3.3.5.patch b/net-misc/suite3270/files/configure-3.3.5.patch
deleted file mode 100644
index e255ec68cfe8..000000000000
--- a/net-misc/suite3270/files/configure-3.3.5.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-From: Jesse Farinacci <jieryn@gmail.com>
-Date: 11 May 2007
-Gentoo-bug: 177042
-
-The configure scripts that build ICU need to include stdio.h.
-
-diff -Naur pr3287-3.3/configure pr3287-3.3/configure
---- pr3287-3.3/configure 2007-05-11 12:22:27.622502551 -0400
-+++ pr3287-3.3/configure 2007-05-11 12:24:16.842559358 -0400
-@@ -3134,6 +3134,7 @@
- then echo "$as_me:$LINENO: checking for ICU version strings" >&5
- echo $ECHO_N "checking for ICU version strings... $ECHO_C" >&6
- cat >/tmp/icutst$$.c <<EOF
-+#include <stdio.h>
- #include "unicode/ucnv.h"
- #define xstr(s) str(s)
- #define str(s) #s
-diff -Naur pr3287-3.3/configure.in pr3287-3.3/configure.in
---- pr3287-3.3/configure.in 2007-05-11 12:22:27.622502551 -0400
-+++ pr3287-3.3/configure.in 2007-05-11 12:24:00.080240453 -0400
-@@ -146,6 +146,7 @@
- if test "$enable_dbcs" != no
- then AC_MSG_CHECKING([for ICU version strings])
- cat >/tmp/icutst$$.c <<EOF
-+#include <stdio.h>
- #include "unicode/ucnv.h"
- #define xstr(s) str(s)
- #define str(s) #s
-diff -Naur s3270-3.3/configure s3270-3.3/configure
---- s3270-3.3/configure 2007-05-11 12:22:27.619169419 -0400
-+++ s3270-3.3/configure 2007-05-11 12:24:16.895889464 -0400
-@@ -3608,6 +3608,7 @@
- then echo "$as_me:$LINENO: checking for ICU version strings" >&5
- echo $ECHO_N "checking for ICU version strings... $ECHO_C" >&6
- cat >/tmp/icutst$$.c <<EOF
-+#include <stdio.h>
- #include "unicode/ucnv.h"
- #define xstr(s) str(s)
- #define str(s) #s
-diff -Naur s3270-3.3/configure.in s3270-3.3/configure.in
---- s3270-3.3/configure.in 2007-05-11 12:22:27.619169419 -0400
-+++ s3270-3.3/configure.in 2007-05-11 12:24:00.080240453 -0400
-@@ -120,6 +120,7 @@
- if test "$enable_dbcs" != no
- then AC_MSG_CHECKING([for ICU version strings])
- cat >/tmp/icutst$$.c <<EOF
-+#include <stdio.h>
- #include "unicode/ucnv.h"
- #define xstr(s) str(s)
- #define str(s) #s
-diff -Naur tcl3270-3.3/configure tcl3270-3.3/configure
---- tcl3270-3.3/configure 2007-05-11 12:22:27.609170024 -0400
-+++ tcl3270-3.3/configure 2007-05-11 12:24:16.902555727 -0400
-@@ -4234,6 +4234,7 @@
- then echo "$as_me:$LINENO: checking for ICU version strings" >&5
- echo $ECHO_N "checking for ICU version strings... $ECHO_C" >&6
- cat >/tmp/icutst$$.c <<EOF
-+#include <stdio.h>
- #include "unicode/ucnv.h"
- #define xstr(s) str(s)
- #define str(s) #s
-diff -Naur tcl3270-3.3/configure.in tcl3270-3.3/configure.in
---- tcl3270-3.3/configure.in 2007-05-11 12:22:27.605836893 -0400
-+++ tcl3270-3.3/configure.in 2007-05-11 12:24:00.080240453 -0400
-@@ -149,6 +149,7 @@
- if test "$enable_dbcs" != no
- then AC_MSG_CHECKING([for ICU version strings])
- cat >/tmp/icutst$$.c <<EOF
-+#include <stdio.h>
- #include "unicode/ucnv.h"
- #define xstr(s) str(s)
- #define str(s) #s
diff --git a/net-misc/suite3270/files/makeconv-3.3.5.patch b/net-misc/suite3270/files/makeconv-3.3.5.patch
deleted file mode 100644
index 5076a1eeaae3..000000000000
--- a/net-misc/suite3270/files/makeconv-3.3.5.patch
+++ /dev/null
@@ -1,79 +0,0 @@
-From: Jesse Farinacci <jieryn@gmail.com>
-Date: 11 May 2007
-Gentoo-bug: 177042
-
-Gentoo's makeconv does not have the -p PREFIX support, so do some mv work
-instead.
-
---- c3270-3.3/Makefile.in 2007-02-25 10:53:17.566179262 +0100
-+++ c3270-3.3/Makefile.in 2007-02-25 10:56:11.983434901 +0100
-@@ -67,13 +67,17 @@
-
- @CNV@all:: $(ICU_CNV)
- @CNV@$(IDP)_ibm-837_P100-2000.cnv: ibm-837_P100-2000.ucm
--@CNV@ makeconv -d . -p $(IDP) ibm-837_P100-2000.ucm
-+@CNV@ makeconv -d . ibm-837_P100-2000.ucm
-+@CNV@ mv ibm-837_P100-2000.cnv $(IDP)_ibm-837_P100-2000.cnv
- @CNV@$(IDP)_ibm-300_P110-1997.cnv: ibm-300_P110-1997.ucm
--@CNV@ makeconv -d . -p $(IDP) ibm-300_P110-1997.ucm
-+@CNV@ makeconv -d . ibm-300_P110-1997.ucm
-+@CNV@ mv ibm-300_P110-1997.cnv $(IDP)_ibm-300_P110-1997.cnv
- @CNV@$(IDP)_ibm-1027_P100-1995.cnv: ibm-1027_P100-1995.ucm
--@CNV@ makeconv -d . -p $(IDP) ibm-1027_P100-1995.ucm
-+@CNV@ makeconv -d . ibm-1027_P100-1995.ucm
-+@CNV@ mv ibm-1027_P100-1995.cnv $(IDP)_ibm-1027_P100-1995.cnv
- @CNV@$(IDP)_ibm-1385_P100-1997.cnv: ibm-1385_P100-1997.ucm
--@CNV@ makeconv -d . -p $(IDP) ibm-1385_P100-1997.ucm
-+@CNV@ makeconv -d . ibm-1385_P100-1997.ucm
-+@CNV@ mv ibm-1385_P100-1997.cnv $(IDP)_ibm-1385_P100-1997.cnv
-
- install:: c3270 x3270if
- [ -d $(DESTDIR)$(BINDIR) ] || \
---- s3270-3.3/Makefile.in 2007-02-25 11:19:35.987347863 +0100
-+++ s3270-3.3/Makefile.in 2007-02-25 11:20:43.391134616 +0100
-@@ -64,13 +64,17 @@
-
- @CNV@all:: $(ICU_CNV)
- @CNV@$(IDP)_ibm-837_P100-2000.cnv: ibm-837_P100-2000.ucm
--@CNV@ makeconv -d . -p $(IDP) ibm-837_P100-2000.ucm
-+@CNV@ makeconv -d . ibm-837_P100-2000.ucm
-+@CNV@ mv ibm-837_P100-2000.cnv $(IDP)_ibm-837_P100-2000.cnv
- @CNV@$(IDP)_ibm-300_P110-1997.cnv: ibm-300_P110-1997.ucm
--@CNV@ makeconv -d . -p $(IDP) ibm-300_P110-1997.ucm
-+@CNV@ makeconv -d . ibm-300_P110-1997.ucm
-+@CNV@ mv ibm-300_P110-1997.cnv $(IDP)_ibm-300_P110-1997.cnv
- @CNV@$(IDP)_ibm-1027_P100-1995.cnv: ibm-1027_P100-1995.ucm
--@CNV@ makeconv -d . -p $(IDP) ibm-1027_P100-1995.ucm
-+@CNV@ makeconv -d . ibm-1027_P100-1995.ucm
-+@CNV@ mv ibm-1027_P100-1995.cnv $(IDP)_ibm-1027_P100-1995.cnv
- @CNV@$(IDP)_ibm-1385_P100-1997.cnv: ibm-1385_P100-1997.ucm
--@CNV@ makeconv -d . -p $(IDP) ibm-1385_P100-1997.ucm
-+@CNV@ makeconv -d . ibm-1385_P100-1997.ucm
-+@CNV@ mv ibm-1385_P100-1997.cnv $(IDP)_ibm-1385_P100-1997.cnv
-
- install:: s3270 x3270if
- [ -d $(DESTDIR)$(BINDIR) ] || \
---- tcl3270-3.3/Makefile.in 2007-02-25 11:21:30.416799814 +0100
-+++ tcl3270-3.3/Makefile.in 2007-02-25 11:22:46.829756107 +0100
-@@ -63,13 +63,17 @@
-
- @CNV@all:: $(ICU_CNV)
- @CNV@$(IDP)_ibm-837_P100-2000.cnv: ibm-837_P100-2000.ucm
--@CNV@ makeconv -d . -p $(IDP) ibm-837_P100-2000.ucm
-+@CNV@ makeconv -d . ibm-837_P100-2000.ucm
-+@CNV@ mv ibm-837_P100-2000.cnv $(IDP)_ibm-837_P100-2000.cnv
- @CNV@$(IDP)_ibm-300_P110-1997.cnv: ibm-300_P110-1997.ucm
--@CNV@ makeconv -d . -p $(IDP) ibm-300_P110-1997.ucm
-+@CNV@ makeconv -d . ibm-300_P110-1997.ucm
-+@CNV@ mv ibm-300_P110-1997.cnv $(IDP)_ibm-300_P110-1997.cnv
- @CNV@$(IDP)_ibm-1027_P100-1995.cnv: ibm-1027_P100-1995.ucm
--@CNV@ makeconv -d . -p $(IDP) ibm-1027_P100-1995.ucm
-+@CNV@ makeconv -d . ibm-1027_P100-1995.ucm
-+@CNV@ mv ibm-1027_P100-1995.cnv $(IDP)_ibm-1027_P100-1995.cnv
- @CNV@$(IDP)_ibm-1385_P100-1997.cnv: ibm-1385_P100-1997.ucm
--@CNV@ makeconv -d . -p $(IDP) ibm-1385_P100-1997.ucm
-+@CNV@ makeconv -d . ibm-1385_P100-1997.ucm
-+@CNV@ mv ibm-1385_P100-1997.cnv $(IDP)_ibm-1385_P100-1997.cnv
-
- install:: tcl3270
- [ -d $(DESTDIR)$(BINDIR) ] || \
diff --git a/net-misc/suite3270/files/suite3270-3.3.10_p3-fix-x3270-dbcs.patch b/net-misc/suite3270/files/suite3270-3.3.10_p3-fix-x3270-dbcs.patch
deleted file mode 100644
index cfdc2778e98b..000000000000
--- a/net-misc/suite3270/files/suite3270-3.3.10_p3-fix-x3270-dbcs.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-# Patches were sent upstream to maintainer
-# as of 23 September 2009, by Jesse Farinacci <jieryn@gmail.com>
-
---- x3270-3.3/screen.c
-+++ x3270-3.3/screen.c
-@@ -2322,12 +2322,14 @@
- void
- screen_flip(void)
- {
-+#if defined(X3270_DBCS) /*[*/
- /* Flip mode is broken in the DBCS version. */
- if (!dbcs) {
- flipped = !flipped;
-
- action_internal(PA_Expose_action, IA_REDRAW, CN, CN);
- }
-+#endif /*]*/
- }
-
- /*