Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (0feb125723a9873db6ca4b89f5155150bfabe989)
  • Date: Mon, 20 May 2024 18:11:37 +0000

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

doc/man-pages/DETAILS | 2 +-
doc/man-pages/HISTORY | 4 ++++
doc/man-pages/PRE_BUILD | 3 ++-
3 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 0feb125723a9873db6ca4b89f5155150bfabe989
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

doc/man-pages: version 6.8

diff --git a/doc/man-pages/DETAILS b/doc/man-pages/DETAILS
index fdb8abd..1c1ab08 100755
--- a/doc/man-pages/DETAILS
+++ b/doc/man-pages/DETAILS
@@ -1,6 +1,6 @@
# Watch:https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/
href="man-pages-([0-9.]+)[.]tar.xz
SPELL=man-pages
- VERSION=6.06
+ VERSION=6.8
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$KERNEL_URL/pub/linux/docs/man-pages/$SOURCE
diff --git a/doc/man-pages/HISTORY b/doc/man-pages/HISTORY
index 933f67d..6d07ef9 100644
--- a/doc/man-pages/HISTORY
+++ b/doc/man-pages/HISTORY
@@ -1,3 +1,7 @@
+2024-05-20 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 6.8
+ * PRE_BUILD: updated fix for prefix
+
2024-02-12 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 6.06

diff --git a/doc/man-pages/PRE_BUILD b/doc/man-pages/PRE_BUILD
index 3821d4c..67b7e5b 100755
--- a/doc/man-pages/PRE_BUILD
+++ b/doc/man-pages/PRE_BUILD
@@ -17,4 +17,5 @@ cd "${SOURCE_DIRECTORY}" &&
rm man3/getspnam.3 man5/passwd.5 &&

# use our standard path
-sed -e "0,/prefix/s;/local;;" -i share/mk/install/_.mk
+sed -e "0,/prefix/s;/local;;" -i \
+ share/mk/configure/directory_variables/install.mk


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (0feb125723a9873db6ca4b89f5155150bfabe989), Pavel Vinogradov, 05/20/2024

Archive powered by MHonArc 2.6.24.

Top of Page