Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (47b15bd3cf09af8f470c891ea0efb1f7e5bb64e8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (47b15bd3cf09af8f470c891ea0efb1f7e5bb64e8)
  • Date: Thu, 20 Oct 2022 21:01:12 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

utils/procps-ng/DETAILS | 6 +++---
utils/procps-ng/HISTORY | 4 ++++
utils/procps-ng/PRE_BUILD | 6 +++---
3 files changed, 10 insertions(+), 6 deletions(-)

New commits:
commit 47b15bd3cf09af8f470c891ea0efb1f7e5bb64e8
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

utils/procps-ng: version 4.0.1

diff --git a/utils/procps-ng/DETAILS b/utils/procps-ng/DETAILS
index c320a2d..fabfc4c 100755
--- a/utils/procps-ng/DETAILS
+++ b/utils/procps-ng/DETAILS
@@ -1,8 +1,8 @@
SPELL=procps-ng
- VERSION=3.3.17
-
SOURCE_HASH=sha512:59e9a5013430fd9da508c4655d58375dc32e025bb502bb28fb9a92a48e4f2838b3355e92b4648f7384b2050064d17079bf4595d889822ebb5030006bc154a1a7
+ VERSION=4.0.1
+
SOURCE_HASH=sha512:cf48029c9908237fc4c77281187b3a645ce59055b72e96771ae0e62988e0d1904094001144734209a9939a0d7c6b998b2a49234830808d3081f41e2541efeb20
SOURCE=$SPELL-$VERSION.tar.xz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/procps-$VERSION
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"

SOURCE_URL[0]=https://sourceforge.net/projects/procps-ng/files/Production/$SOURCE
WEB_SITE=https://gitlab.com/procps-ng/procps
ENTERED=20190318
diff --git a/utils/procps-ng/HISTORY b/utils/procps-ng/HISTORY
index 00e81f3..ad68bf1 100644
--- a/utils/procps-ng/HISTORY
+++ b/utils/procps-ng/HISTORY
@@ -1,3 +1,7 @@
+2022-10-20 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 4.0.1, adapted SOURCE_DIRECTORY
+ * PRE_BUILD: removed musl fixes, adapted paths and search patterns in
sedits
+
2022-03-10 Ismael Luceno <ismael AT sourcemage.org>
* PROVIDES: added PROCPS

diff --git a/utils/procps-ng/PRE_BUILD b/utils/procps-ng/PRE_BUILD
index 31166cc..cd970f4 100755
--- a/utils/procps-ng/PRE_BUILD
+++ b/utils/procps-ng/PRE_BUILD
@@ -3,7 +3,7 @@ cd "$SOURCE_DIRECTORY" &&
# disable instalation of libtool pseudo-libraries
sedit '/^[\t ]*func_show_eval "[$]install_prog [$]instname /d' ltmain.sh &&
# fix build against musl
-sedit '1i#include <langinfo.h>' proc/escape.c &&
-sedit '1i#include <utmp.h>' w.c &&
+sedit '1i#include <langinfo.h>' library/escape.c &&
+sedit '1i#include <utmp.h>' src/w.c &&
# fix ncurses include
-sedit '/^#include /s!ncursesw/!!' watch.c
+sedit '/^# include /s!ncursesw/!!' src/watch.c



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (47b15bd3cf09af8f470c891ea0efb1f7e5bb64e8), Pavel Vinogradov, 10/20/2022

Archive powered by MHonArc 2.6.24.

Top of Page