From 992aa50a54a56c9e705ca4e85d809ec8989d74a2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 22 Sep 2022 05:27:18 +0100 Subject: gentoo auto-resync : 22:09:2022 - 05:27:18 --- app-misc/Manifest.gz | Bin 49449 -> 49452 bytes app-misc/tmux/Manifest | 2 + app-misc/tmux/files/tmux-3.3a-clang.patch | 59 +++++++++++++++++++++ app-misc/tmux/tmux-3.3a-r1.ebuild | 84 ++++++++++++++++++++++++++++++ 4 files changed, 145 insertions(+) create mode 100644 app-misc/tmux/files/tmux-3.3a-clang.patch create mode 100644 app-misc/tmux/tmux-3.3a-r1.ebuild (limited to 'app-misc') diff --git a/app-misc/Manifest.gz b/app-misc/Manifest.gz index bc56de919221..ae36609e5860 100644 Binary files a/app-misc/Manifest.gz and b/app-misc/Manifest.gz differ diff --git a/app-misc/tmux/Manifest b/app-misc/tmux/Manifest index 6f537e78b3f0..4af655d671bb 100644 --- a/app-misc/tmux/Manifest +++ b/app-misc/tmux/Manifest @@ -1,6 +1,8 @@ AUX tmux-2.4-flags.patch 456 BLAKE2B df85b32486894e8e3c5531937461ad46ca5effc5dd4d31b4f7a3f9bcf8d3dfa38fc186a603a90fe734b25781b9d517115c2b089648c29e4605fa9610f6dc311a SHA512 505d5ec4fa1d7844870c67aedccac3a147db1971464fc21d19319bb343fb6fd73b696e85298f8592e46900774b35b250cc53841b05514333c44c3e973bcdb860 +AUX tmux-3.3a-clang.patch 2480 BLAKE2B 33733a38035930f42e041ad43f36fa157d5411c7778f2fac67f4a37a645fe3bc508ff68ebda0a41f5d3ef0180a95dde79597db72db4fa318c55777cd573a1dd4 SHA512 a7dcaa2a07712bf4e820b0d252b8ab1efe9f7f9429e85b2fa75cb2e0c081f023b2aa9abc27529c30499f2ffe957f7195c5aa76cd4d224070bf135639d08bafa3 DIST tmux-3.3a.tar.gz 677448 BLAKE2B e835ce0f136175521035a684419f221864edb0a9506d7d68cbc0239b1349e78949ebd96573a9d8651a2df6d99acb433075d6e0c20d7394a53fe6b44bd9e56069 SHA512 29a846df7d93601c42a22f84f606931dc65da1f70b67d351d0425f77ea3affe3e8218b2940d42cd3dadf3cd1aa95032daad3ecb14fbff0f69939d1beae0498c7 DIST tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b 458 BLAKE2B 04143e6d1cfbbd467f1656f949363cb7a4a3e16e9b3cf56b8b0423babe56276abee2622964cb490005fc76d1cbe12201fb1a6446a6f860c2cc1ff3c9bd5fc496 SHA512 fe0aca7d03067af87e0788a2fa902c7ef5500ba72295cb63c5a1814534a008c224256d7f890ac1af6d17f3734b45148765e1632f075e284c453185df2927b979 +EBUILD tmux-3.3a-r1.ebuild 1922 BLAKE2B 36455d12d9550d9eb590c77a114f89605013a3ec1b47597f38fce64b4a77b28768ee1912a3260a745f1476506bf18c3fa9d4d5405b6c983e21a669fbd86e6a40 SHA512 59f32fb69dde37542130a32101bf31a7cc8677a17db55bca53ed14539a3248b7567af9cd5d37256dd972c4632e7c5f04d04e509bcb91d673b2875366e0acba40 EBUILD tmux-3.3a.ebuild 1882 BLAKE2B aa060f467e50544866b4ebe2eb9dfd36281ffd65fa21aacc949f1a26f8f1cca26d5b606602b0200d8768b79b9d962a12077617d41897c920b0035f64487bdb34 SHA512 eff11cf54bf1270d4e8e6c36010061a513ad1c788b6bc64afe0c1b3ec6671d2ba61d664654343d0b744b59e6cc148766216ce0e4857614c14b90e369e11ab8ff EBUILD tmux-9999.ebuild 1890 BLAKE2B 121d47cc10af25dd799086368f95609885412e8f8934d7db5fb4f3b98048aacce85f8bbdd0980e3e7c1816c2e643393760e190645153862fe1dc1835671980c2 SHA512 2bb0f8b9e52967e7a81e8623d11b023cec05d49e93c1f508ad960b804175480e836708b44292acb7cdbabbc780c2665f97dbed0bb16562a828002149e956bdb9 MISC metadata.xml 817 BLAKE2B 82a6ef0299449e66a441f24d6ababd640926b51a2196573d1d21076e83709db1c4e3ca9a466d8220ac4bc5fb4ae8aee02b49c8573011524e2d9509802553c092 SHA512 5cdbfe700d3c1f37fb1d958ada1078ab22d1236248872f1aad6e311ec0aad1fb32b8988acf2e1ade98ba1a6644ffc39b9a29d553271fa12d73afc27b78c8b141 diff --git a/app-misc/tmux/files/tmux-3.3a-clang.patch b/app-misc/tmux/files/tmux-3.3a-clang.patch new file mode 100644 index 000000000000..e292e698f310 --- /dev/null +++ b/app-misc/tmux/files/tmux-3.3a-clang.patch @@ -0,0 +1,59 @@ +https://github.com/tmux/tmux/pull/3332 + +From 1b4c87de0249242309f10684761698aa880b80a5 Mon Sep 17 00:00:00 2001 +From: Marvin Schmidt +Date: Tue, 13 Sep 2022 03:25:00 +0200 +Subject: [PATCH 1/2] compat/systemd: Include for strerror + +Recent compilers are getting stricter about function declarations being +known during compilation and e.g. clang-15 now errors out if a function +signature is not found: + +> compat/systemd.c:56:49: error: call to undeclared library function 'strerror' with type 'char *(int)'; ISO C99 and +> later do not support implicit function declarations [-Wimplicit-function-declaration] +> xasprintf(cause, "systemd socket error (%s)", strerror(errno)); +> ^ +> compat/systemd.c:56:49: note: include the header or explicitly provide a declaration for 'strerror' +> 1 warning and 1 error generated. + +Provide the declaration of `strerror` by including `` to fix +this +--- a/compat/systemd.c ++++ b/compat/systemd.c +@@ -16,6 +16,7 @@ + * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + ++#include + #include + #include + + +From 1e7ef02c52f2f8a67ab05d8a1c3fec9f4ccb7ea0 Mon Sep 17 00:00:00 2001 +From: Marvin Schmidt +Date: Tue, 13 Sep 2022 03:34:01 +0200 +Subject: [PATCH 2/2] compat/systemd: Use socklen_t instead of int to fix + warning + +clang-15 warns about the pointer passed to `getsockname()` being of +different signedness then the parameter declaration: + +> compat/systemd.c:46:47: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') +> converts between pointers to integer types with different sign [-Wpointer-sign] +> if (getsockname(fd, (struct sockaddr *)&sa, &addrlen) == -1) +> ^~~~~~~~ +> /usr/x86_64-pc-linux-musl/include/sys/socket.h:391:73: note: passing argument to parameter here +> int getsockname (int, struct sockaddr *__restrict, socklen_t *__restrict); +> ^ +--- a/compat/systemd.c ++++ b/compat/systemd.c +@@ -30,7 +30,7 @@ systemd_create_socket(int flags, char **cause) + int fds; + int fd; + struct sockaddr_un sa; +- int addrlen = sizeof sa; ++ socklen_t addrlen = sizeof sa; + + fds = sd_listen_fds(0); + if (fds > 1) { /* too many file descriptors */ + diff --git a/app-misc/tmux/tmux-3.3a-r1.ebuild b/app-misc/tmux/tmux-3.3a-r1.ebuild new file mode 100644 index 000000000000..551fa7c7e57d --- /dev/null +++ b/app-misc/tmux/tmux-3.3a-r1.ebuild @@ -0,0 +1,84 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools flag-o-matic + +DESCRIPTION="Terminal multiplexer" +HOMEPAGE="https://tmux.github.io/" +if [[ ${PV} == 9999 ]] ; then + inherit git-r3 + SRC_URI="https://raw.githubusercontent.com/przepompownia/tmux-bash-completion/678a27616b70c649c6701cae9cd8c92b58cc051b/completions/tmux -> tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b" + EGIT_REPO_URI="https://github.com/tmux/tmux.git" +else + SRC_URI="https://github.com/tmux/tmux/releases/download/${PV}/${P/_/-}.tar.gz" + if [[ ${PV} != *_rc* ]] ; then + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + fi + S="${WORKDIR}/${P/_/-}" +fi + +LICENSE="ISC" +SLOT="0" +IUSE="debug selinux systemd utempter vim-syntax" + +DEPEND=" + dev-libs/libevent:= + sys-libs/ncurses:= + systemd? ( sys-apps/systemd:= ) + utempter? ( sys-libs/libutempter ) + kernel_Darwin? ( dev-libs/libutf8proc:= ) +" + +BDEPEND=" + virtual/pkgconfig + virtual/yacc +" + +RDEPEND=" + ${DEPEND} + selinux? ( sec-policy/selinux-screen ) + vim-syntax? ( app-vim/vim-tmux ) +" + +DOCS=( CHANGES README ) + +PATCHES=( + "${FILESDIR}"/${PN}-2.4-flags.patch + "${FILESDIR}"/${P}-clang.patch +) + +src_prepare() { + default + eautoreconf +} + +src_configure() { + # bug 438558 + # 1.7 segfaults when entering copy mode if compiled with -Os + replace-flags -Os -O2 + + local myeconfargs=( + --sysconfdir="${EPREFIX}"/etc + $(use_enable debug) + $(use_enable systemd) + $(use_enable utempter) + + # For now, we only expose this for macOS, because + # upstream strongly encourage it. I'm not sure it's + # needed on Linux right now. + $(use_enable kernel_Darwin utf8proc) + ) + + econf "${myeconfargs[@]}" +} + +src_install() { + default + + einstalldocs + + dodoc example_tmux.conf + docompress -x /usr/share/doc/${PF}/example_tmux.conf +} -- cgit v1.2.3