Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/mailx/files/
Date: Mon, 01 Jan 2018 20:27:00
Message-Id: 1514838409.e17c69ea1f27ab5da8d09fcf35cc9b4e66085771.blueness@gentoo
1 commit: e17c69ea1f27ab5da8d09fcf35cc9b4e66085771
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 20:23:20 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 20:26:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17c69ea
7
8 mail-client/mailx: remove old patch
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 .../mailx/files/mailx-8.1.2.20050715-musl.patch | 19 -------------------
13 1 file changed, 19 deletions(-)
14
15 diff --git a/mail-client/mailx/files/mailx-8.1.2.20050715-musl.patch b/mail-client/mailx/files/mailx-8.1.2.20050715-musl.patch
16 deleted file mode 100644
17 index a2e03ec9753..00000000000
18 --- a/mail-client/mailx/files/mailx-8.1.2.20050715-musl.patch
19 +++ /dev/null
20 @@ -1,19 +0,0 @@
21 ---- a/mailx-8.1.2-0.20050715cvs.orig/EXT/vis.h
22 -+++ b/mailx-8.1.2-0.20050715cvs.orig/EXT/vis.h
23 -@@ -70,9 +70,6 @@
24 - */
25 - #define UNVIS_END 1 /* no more characters */
26 -
27 --#include <sys/cdefs.h>
28 --
29 --__BEGIN_DECLS
30 - char *vis(char *, int, int, int);
31 - int strvis(char *, const char *, int);
32 - int strnvis(char *, const char *, size_t, int)
33 -@@ -84,6 +81,4 @@ int unvis(char *, char, int *, int);
34 - ssize_t strnunvis(char *, const char *, size_t)
35 - /* __attribute__ ((__bounded__(__string__,1,3)))*/;
36 -
37 --__END_DECLS
38 --
39 - #endif /* !_VIS_H_ */