diff options
author | 2023-03-19 02:51:19 +0000 | |
---|---|---|
committer | 2023-03-19 02:51:19 +0000 | |
commit | 151902e0caf3f5a1d83a21fcd9aa98d4dff414a8 (patch) | |
tree | 11da016eae7a7db319789d4812e0bf9cd854bbea /net-dialup/minicom/files | |
parent | media-gfx/xsane: fix configure w/ clang 16 (diff) | |
download | gentoo-151902e0caf3f5a1d83a21fcd9aa98d4dff414a8.tar.gz gentoo-151902e0caf3f5a1d83a21fcd9aa98d4dff414a8.tar.bz2 gentoo-151902e0caf3f5a1d83a21fcd9aa98d4dff414a8.zip |
net-dialup/minicom: drop 2.7.1, 2.8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dialup/minicom/files')
-rw-r--r-- | net-dialup/minicom/files/minicom-2.3-gentoo-runscript.patch | 55 | ||||
-rw-r--r-- | net-dialup/minicom/files/minicom-2.7.1-gcc-10.patch | 31 | ||||
-rw-r--r-- | net-dialup/minicom/files/minicom-2.7.1-musl.patch | 24 |
3 files changed, 0 insertions, 110 deletions
diff --git a/net-dialup/minicom/files/minicom-2.3-gentoo-runscript.patch b/net-dialup/minicom/files/minicom-2.3-gentoo-runscript.patch deleted file mode 100644 index ff72db966b85..000000000000 --- a/net-dialup/minicom/files/minicom-2.3-gentoo-runscript.patch +++ /dev/null @@ -1,55 +0,0 @@ -diff -ru minicom-2.3.orig/extras/scriptdemo minicom-2.3/extras/scriptdemo ---- minicom-2.3.orig/extras/scriptdemo 2003-03-30 21:55:39.000000000 +0300 -+++ minicom-2.3/extras/scriptdemo 2008-04-20 05:27:19.000000000 +0300 -@@ -1,5 +1,5 @@ - # A little demonstration of the possibilities of "runscript". --# This script can be executed by typing: "runscript scriptdemo". -+# This script can be executed by typing: "/usr/bin/runscript scriptdemo". - # - # Adjust the stty's below to your system: BSD-like or SysV-like. - # Linux ofcourse accepts both :-) -diff -ru minicom-2.3.orig/man/minicom.1 minicom-2.3/man/minicom.1 ---- minicom-2.3.orig/man/minicom.1 2008-02-24 12:22:43.000000000 +0200 -+++ minicom-2.3/man/minicom.1 2008-04-20 05:27:19.000000000 +0300 -@@ -418,7 +418,7 @@ - .TP 0.5i - .B D - Script program - Which program to use as the script interpreter. Defaults to the --program "runscript", but if you want to use something else (eg, -+program "/usr/bin/runscript", but if you want to use something else (eg, - /bin/sh or "expect") it is possible. Stdin and stdout are connected - to the modem, stderr to the screen. - .RS 0.5i -diff -ru minicom-2.3.orig/man/runscript.1 minicom-2.3/man/runscript.1 ---- minicom-2.3.orig/man/runscript.1 2007-11-13 23:35:06.000000000 +0200 -+++ minicom-2.3/man/runscript.1 2008-04-20 05:27:19.000000000 +0300 -@@ -5,7 +5,7 @@ - .\" for conditions under which this file may be redistributed. - .TH RUNSCRIPT 1 "$Date: 2008/04/20 02:39:28 $" "User's Manual" - .SH NAME --runscript \- script interpreter for minicom -+/usr/bin/runscript \- script interpreter for minicom - .SH SYNOPSIS - .B runscript - .RI "scriptname [logfile [homedir]]" -diff -ru minicom-2.3.orig/src/rwconf.c minicom-2.3/src/rwconf.c ---- minicom-2.3.orig/src/rwconf.c 2007-10-10 23:18:20.000000000 +0300 -+++ minicom-2.3/src/rwconf.c 2008-04-20 05:27:19.000000000 +0300 -@@ -118,7 +118,7 @@ - { N_("No"), 0, "kermreal" }, - { "3", 0, "colusage" }, - /* The script program */ -- { "runscript", 0, "scriptprog" }, -+ { "/usr/bin/runscript", 0, "scriptprog" }, - /* Modem parameters */ - { "~^M~AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0^M", 0, "minit" }, - { "^M~ATZ^M~", 0, "mreset" }, -@@ -246,7 +246,7 @@ - int matched; - - if (conftype == CONFIG_GLOBAL) -- strcpy(P_SCRIPTPROG, "runscript"); -+ strcpy(P_SCRIPTPROG, "/usr/bin/runscript"); - - line = malloc(line_size); - if (!line) { diff --git a/net-dialup/minicom/files/minicom-2.7.1-gcc-10.patch b/net-dialup/minicom/files/minicom-2.7.1-gcc-10.patch deleted file mode 100644 index 43e057ce1fe8..000000000000 --- a/net-dialup/minicom/files/minicom-2.7.1-gcc-10.patch +++ /dev/null @@ -1,31 +0,0 @@ -https://bugs.gentoo.org/705836 ---- a/src/minicom.h -+++ b/src/minicom.h -@@ -109,13 +109,13 @@ EXTERN char *dial_tty; /* tty to use. */ - - EXTERN char *dial_name; /* System we're conneced to */ - EXTERN char *dial_number; /* Number we've dialed. */ --EXTERN char *dial_user; /* Our username there */ --EXTERN char *dial_pass; /* Our password */ -+extern char *dial_user; /* Our username there */ -+extern char *dial_pass; /* Our password */ - - #ifdef USE_SOCKET --EXTERN int portfd_is_socket; /* File descriptor is a unix socket */ --EXTERN int portfd_is_connected; /* 1 if the socket is connected */ --EXTERN struct sockaddr_un portfd_sock_addr; /* the unix socket address */ -+extern int portfd_is_socket; /* File descriptor is a unix socket */ -+extern int portfd_is_connected; /* 1 if the socket is connected */ -+extern struct sockaddr_un portfd_sock_addr; /* the unix socket address */ - #define portfd_connected ((portfd_is_socket && !portfd_is_connected) \ - ? -1 : portfd) - #else -@@ -141,7 +141,7 @@ EXTERN int sbcolor; /* Status Bar Background Color */ - EXTERN int st_attr; /* Status Bar attributes. */ - - /* jl 04.09.97 conversion tables */ --EXTERN unsigned char vt_outmap[256], vt_inmap[256]; -+extern unsigned char vt_outmap[256], vt_inmap[256]; - - /* MARK updated 02/17/95 - history buffer */ - EXTERN int num_hist_lines; /* History buffer size */ diff --git a/net-dialup/minicom/files/minicom-2.7.1-musl.patch b/net-dialup/minicom/files/minicom-2.7.1-musl.patch deleted file mode 100644 index da4ce13d0b8f..000000000000 --- a/net-dialup/minicom/files/minicom-2.7.1-musl.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- a/src/dial.c -+++ b/src/dial.c -@@ -39,11 +39,9 @@ - #include "intl.h" - - #ifdef VC_MUSIC --# if defined(__GLIBC__) - # include <sys/ioctl.h> - # include <sys/kd.h> - # include <sys/time.h> --# endif - #endif - - enum { CURRENT_VERSION = 6 }; ---- a/src/getsdir.h -+++ b/src/getsdir.h -@@ -22,6 +22,7 @@ - * and licensing conditions. See the source, Luke. - */ - -+#include <sys/param.h> - #include <dirent.h> - - typedef struct dirEntry { /* structure of data item */ |