From 24fd814c326e282c4321965c31f341dad77e270d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 8 Jan 2021 11:28:34 +0000 Subject: gentoo resync : 08.01.2021 --- x11-plugins/wminet/Manifest | 3 ++- .../wminet/files/wminet-3.0.0-fno-common.patch | 23 ++++++++++++++++++++++ x11-plugins/wminet/wminet-3.0.0-r2.ebuild | 6 ++++-- 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 x11-plugins/wminet/files/wminet-3.0.0-fno-common.patch (limited to 'x11-plugins/wminet') diff --git a/x11-plugins/wminet/Manifest b/x11-plugins/wminet/Manifest index fa9d3b8c7d6e..bb10052ffade 100644 --- a/x11-plugins/wminet/Manifest +++ b/x11-plugins/wminet/Manifest @@ -1,4 +1,5 @@ +AUX wminet-3.0.0-fno-common.patch 809 BLAKE2B caba9292dd94d9d666425782afafd0552512170256a0e50f37f62f0bc0cd36f6fd067345f2e652fe4bcce48ef450b421635ec3f52ce6ae1d3275c2d04cf941fe SHA512 bce32754f2b954e30a63997bb4a9074442fc3b87dc02b543afbd2a46a6496ab797823216f630402c8dc79202c1ee355bb34d719e34f3fed7d2020711f2e9e513 AUX wminet-3.0.0-list.patch 7026 BLAKE2B 4a4011cbb4e74caee67a6974967a69189702510a7319679c3f2b039c1039f9a62338d0abf960aae598fc06c49c5bc349e3d86b3b445ca45a7592b14926f7c8c2 SHA512 9c51ab9ed8f00648f7f24d070657c9126b26e19a4dbda8dac8d127030858f2a9eb385443fcd452560974bad6ccb986962087bd60fe78c5c1cc6ba43c91313b96 DIST wminet-3.0.0.tar.gz 47576 BLAKE2B 318a180998f815e4ac274b98fdc14914f2d69eac1a5bf6c4382b0f8b01594d56dece8f168a069fd45cb6be373f1c3507aa0a0e5fd27ab571ee21912d0c02e5e6 SHA512 594d4a2019e424b27e717d3ffd64071f7888b40bf9b31332a877e71d85c0eb89f65490268276def30f530f187f3796a14c5e412af8cb461311e3f1e0a6478e51 -EBUILD wminet-3.0.0-r2.ebuild 643 BLAKE2B 4b6a9888d031e5de93dd2ccca2b70ca143ceb828e5c6090219d17964fa08759997b83220fd73e541c367136c9e47c208116737db2c2e341b4f2a559b73139c59 SHA512 8dc3e1414866c8fa70a77d3cf4bf8081ad9fdeccd8b1da90dbf6bd8e2dcdd4cf8998e089f45aa5d436ac4244b849210d15fc3aaf170402c079ba347170cbfedd +EBUILD wminet-3.0.0-r2.ebuild 681 BLAKE2B 3128ba7086da85a39cb7334006a2b0ae6a5c2b8918d0fdeb4046517b9817d24547d63d3812819223ce844a26114a508623c487ce949f4c8f8ad4acc8cc592fb1 SHA512 0196c949c1976fd8b5d354b2845e90b2a29da21e4e4e5ae144a066f9b2fd8c450376d7d1cd04e03e0cd937648b8c2d0f1f7f5957f3d37e610382f6127092bfdb MISC metadata.xml 455 BLAKE2B b17f992bf7af49680eff6c95cde64caa3dce145e40c385fa03bce4a4075793eb946e79fd80f56d88c006149915ccc68499f538eff59b2888b617f47d638e332f SHA512 c27ab04917d6dc1e914f77ae4c215fb9c9f8f0062357ba8f4c197a5ee879335ba196f4249eca2b036717d4eb896c7802ba274fbf39288559012e4992140f70d7 diff --git a/x11-plugins/wminet/files/wminet-3.0.0-fno-common.patch b/x11-plugins/wminet/files/wminet-3.0.0-fno-common.patch new file mode 100644 index 000000000000..606dada2fb30 --- /dev/null +++ b/x11-plugins/wminet/files/wminet-3.0.0-fno-common.patch @@ -0,0 +1,23 @@ +diff -Naur wminet-3.0.0.orig/src/wmgeneral.h wminet-3.0.0/src/wmgeneral.h +--- wminet-3.0.0.orig/src/wmgeneral.h 2001-12-02 19:03:14.000000000 +0100 ++++ wminet-3.0.0/src/wmgeneral.h 2021-01-01 22:51:46.875206930 +0100 +@@ -15,7 +15,7 @@ + /* Global variable */ + /*******************/ + +-Display *display; ++extern Display *display; + + /***********************/ + /* Function Prototypes */ +diff -Naur wminet-3.0.0.orig/src/wminet.c wminet-3.0.0/src/wminet.c +--- wminet-3.0.0.orig/src/wminet.c 2001-11-24 12:03:32.000000000 +0100 ++++ wminet-3.0.0/src/wminet.c 2021-01-01 22:51:41.493202753 +0100 +@@ -78,6 +78,7 @@ + /* Globals */ + /******************************************/ + ++Display *display; + char mask[MASK_WIDTH * MASK_HEIGHT]; + int monitor_tcp = 0; + int monitor_udp = 0; diff --git a/x11-plugins/wminet/wminet-3.0.0-r2.ebuild b/x11-plugins/wminet/wminet-3.0.0-r2.ebuild index e4fc9ee0d5ad..55bb40840be9 100644 --- a/x11-plugins/wminet/wminet-3.0.0-r2.ebuild +++ b/x11-plugins/wminet/wminet-3.0.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,9 @@ RDEPEND="x11-libs/libX11 DEPEND="${RDEPEND} x11-base/xorg-proto" -PATCHES=( "${FILESDIR}"/${P}-list.patch ) +PATCHES=( "${FILESDIR}"/${P}-list.patch + "${FILESDIR}"/${P}-fno-common.patch + ) DOCS=( AUTHORS ChangeLog NEWS README wminetrc ) -- cgit v1.2.3