diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-16 00:13:18 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-16 00:13:18 +0000 |
commit | f2bdc27fe0f79f8f9a3945eb2b1163ce75c56439 (patch) | |
tree | dd0f7da0455831dffb2cb662e7dae760f92e68ad /sys-process/atop | |
parent | 770d63f36dbe1722e0ff9ab55eeca49986f01527 (diff) |
gentoo auto-resync : 16:02:2025 - 00:13:18
Diffstat (limited to 'sys-process/atop')
-rw-r--r-- | sys-process/atop/Manifest | 4 | ||||
-rw-r--r-- | sys-process/atop/files/atop-2.11.0-build.patch | 6 | ||||
-rw-r--r-- | sys-process/atop/files/atop-2.11.0-respect-opt.patch | 1 |
3 files changed, 8 insertions, 3 deletions
diff --git a/sys-process/atop/Manifest b/sys-process/atop/Manifest index 181b5b2daf17..4a0083ac0824 100644 --- a/sys-process/atop/Manifest +++ b/sys-process/atop/Manifest @@ -1,5 +1,5 @@ -AUX atop-2.11.0-build.patch 1149 BLAKE2B 68512cc240987461e0cafcb4b96626e975a2d29d75f52fc3362400601d487cd8613c19db949757e03905b030eb5dfba7447aa6db5132407d04493c6a812c2ee9 SHA512 15da444495ba18308af1c875475e584e3c68900eb4a137504b44f95b8ca854e87e6b9f0f88d39a60ddec8c9ce6832dace251df55751d510705249848f1aec327 -AUX atop-2.11.0-respect-opt.patch 647 BLAKE2B 9a5fe18e18c7813ff7e0c5a703f8968466c8a8ec1c9ac8386bc6de03447790f8491c6074856c59e97f6bcde65b3ac5cb2c58563e07588403f0636da9361640cc SHA512 b54a018263b00d68f2ccc26d3d8c3b36940de0b7f94146a21f67f6660890e5279e90c4773c6a926ba124b1342a0083e9d111251609aa36c8b06403d182306142 +AUX atop-2.11.0-build.patch 1314 BLAKE2B 0fa62bb7907893f3d56bc039bc726640be8b2ddf730760c9b50544318714386f9d6f36679242e7c7d86f0122ee96163a16514135731cd461d6c37682870e5fee SHA512 1b2a3356069da4cf7e6642e49be8a9da1fe95515c92d514c2208c902c38600274b6ed3479a43e9512be24fb8d7464491151798b2d8ccb200aaf46860e89636a7 +AUX atop-2.11.0-respect-opt.patch 664 BLAKE2B d1c72caab93f7cc32245706911a4c910d1a78afea8ee8661c3d917e0025d9716446ceb73f2efa183030f90e04826ffa20211722b894b571924db5459bb77e506 SHA512 d1fa231d99d228229c1c15fa85570839ca04cd5937c286434ddb65ef9b350245e7893567fe5b96e512ce929d2aa04884d953073b444cd2d834bad29d01a259a4 AUX netatop.rc 330 BLAKE2B 8da0bdd3ea55cdc0ff9b54d7fd499f6582eb6571a859da8e2e0eefd7b5c47b9c6aac9be5565bd61e8fb03168482cab65e5ecbaf702d56c8e940bfb4c4e38f12f SHA512 e61c8133041da7961088faa90b244ab44cebc07583b3feffa5854b2751fc6bdd1cd8964c30ab9acde653d70f4280738fe9f77f7eaf29d939757dc0b51151f289 DIST atop-2.11.0.tar.gz 322301 BLAKE2B 0084f1c02e835abd69c4810c0ef020d40bd8738064f8b9ae3cb1f24c460507571b87ddf47f12a0b2eefa86f9d0dcce02be8829e157dcc289deaac6d9cd3c7cda SHA512 5cf176e83232a54b69628b165172ed43f7bdfb62c7744ee781da8a262f3e4d70a829dc175320b5042a794a8d31318672477ba870feaaf3e9aa85fd4d6f485356 DIST netatop-3.2.2.tar.gz 23977 BLAKE2B cf360071e56593251df4249d2c7ec8a1c823c71a4d96e5b7f5d02ab0dc8388eb22d34c4120924c5a5ecc9b4d610a14785e5002bc3b888aa4c66d8c73454a0900 SHA512 59ff6daf56f73578cfc7b48085747d3f2917589203196396dde6036c33da0dbce4b67b58c141545a785beb31ebeb35936d96bb6ff3b6071e95315a32e20d6093 diff --git a/sys-process/atop/files/atop-2.11.0-build.patch b/sys-process/atop/files/atop-2.11.0-build.patch index 37d262a553f9..daca37401814 100644 --- a/sys-process/atop/files/atop-2.11.0-build.patch +++ b/sys-process/atop/files/atop-2.11.0-build.patch @@ -1,7 +1,11 @@ From 26a85b778ecf45989347ddee256af65f9b26747d Mon Sep 17 00:00:00 2001 From: Sam James <sam@gentoo.org> Date: Sun, 11 Aug 2024 22:04:15 +0100 -Subject: [PATCH] foo +Subject: [PATCH] Respect *FLAGS, use pkg-config + +* Respect CFLAGS +* Use pkg-config instead of hardcoding -lncursesw (in particular, this + is needed if a distribution has 'split tinfo') Signed-off-by: Sam James <sam@gentoo.org> --- a/Makefile diff --git a/sys-process/atop/files/atop-2.11.0-respect-opt.patch b/sys-process/atop/files/atop-2.11.0-respect-opt.patch index e768299c011a..be656a3f883b 100644 --- a/sys-process/atop/files/atop-2.11.0-respect-opt.patch +++ b/sys-process/atop/files/atop-2.11.0-respect-opt.patch @@ -1,3 +1,4 @@ +Don't force -O2. --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ PMPATH2 = /usr/lib64/pm-utils/sleep.d |