diff options
| author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-27 22:50:19 +0100 |
|---|---|---|
| committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-27 22:55:01 +0100 |
| commit | 1cb0b3c6e6a61ad3cbb0d2b14bc896d6bb1ebe0a (patch) | |
| tree | 1d75b3f96b82e83e3f4d96bae5091d47363441e1 /net-dialup/minicom/files/minicom-2.8-gentoo-runscript.patch | |
| parent | 6116ba2ccceddcef38f6aea7165bdb0d8ca736e8 (diff) | |
| download | gentoo-1cb0b3c6e6a61ad3cbb0d2b14bc896d6bb1ebe0a.tar.gz gentoo-1cb0b3c6e6a61ad3cbb0d2b14bc896d6bb1ebe0a.tar.bz2 gentoo-1cb0b3c6e6a61ad3cbb0d2b14bc896d6bb1ebe0a.zip | |
net-dialup/minicom: bump to version 2.8
Changelog:
- Bump to EAPI=7
- Correct license to GPL-2+
- Add missing pkgconfig to deps
- Overhaul ebuild
- Dropped GCC-10 fix, as it's merged
- Updated gentoo-runscript patch
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-dialup/minicom/files/minicom-2.8-gentoo-runscript.patch')
| -rw-r--r-- | net-dialup/minicom/files/minicom-2.8-gentoo-runscript.patch | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/net-dialup/minicom/files/minicom-2.8-gentoo-runscript.patch b/net-dialup/minicom/files/minicom-2.8-gentoo-runscript.patch new file mode 100644 index 000000000000..97c53e91c8ef --- /dev/null +++ b/net-dialup/minicom/files/minicom-2.8-gentoo-runscript.patch @@ -0,0 +1,42 @@ +--- a/man/minicom.1 ++++ b/man/minicom.1 +@@ -469,7 +469,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 +--- a/man/runscript.1 ++++ b/man/runscript.1 +@@ -5,7 +5,7 @@ + .\" for conditions under which this file may be redistributed. + .TH RUNSCRIPT 1 "$Date: 2007-10-07 18:13:51 $" "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]]" +--- a/src/rwconf.c ++++ b/src/rwconf.c +@@ -105,7 +105,7 @@ + { N_("No"), 0, "kermreal" }, + { "3", 0, "colusage" }, + /* The script program */ +- { "runscript", 0, "scriptprog" }, ++ { "/usr/bin/runscript", 0, "scriptprog" }, + /* Modem parameters */ + { "", 0, "minit" }, + { "", 0, "mreset" }, +@@ -245,7 +245,7 @@ + int matched; + + if (conftype == CONFIG_GLOBAL) +- strcpy(P_SCRIPTPROG, "runscript"); ++ strcpy(P_SCRIPTPROG, "/usr/bin/runscript"); + + line = malloc(line_size); + if (!line) { |
